ceylon-ide-intellij
ceylon-ide-intellij copied to clipboard
IntelliJ Plugin for Ceylon
Plugin 'org.intellij.plugins.ceylon.ide' failed to initialize and will be disabled. Please restart IntelliJ IDEA ava.lang.ClassNotFoundException: org.intellij.plugins.ceylon.ide.model.IdeaCeylonProjects PluginClassLoader(plugin=PluginDescriptor(name=Ceylon IDE, id=org.intellij.plugins.ceylon.ide, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/IntelliJIdea2021.2/plugins/CeylonIDEA, version=$pluginVersion$, package=null), packagePrefix=null, instanceId=104, state=active) at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:235) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)...
Failed to resolve com.intellij.openapi.module.Module com.redhat.ceylon.model.loader.ModelResolutionException: Failed to resolve com.intellij.openapi.module.Module at com.redhat.ceylon.model.loader.AbstractModelLoader$7.call(AbstractModelLoader.java:1995) at com.redhat.ceylon.model.loader.AbstractModelLoader$7.call(AbstractModelLoader.java:1903) at com.redhat.ceylon.model.loader.AbstractModelLoader$1.call(AbstractModelLoader.java:409) at com.redhat.ceylon.model.loader.AbstractModelLoader.embeddingSync(AbstractModelLoader.java:400) at com.redhat.ceylon.model.loader.AbstractModelLoader.synchronizedCall(AbstractModelLoader.java:405) at com.redhat.ceylon.model.loader.AbstractModelLoader.convertToDeclaration(AbstractModelLoader.java:1903) at com.redhat.ceylon.model.loader.AbstractModelLoader.convertToDeclaration(AbstractModelLoader.java:1898) at com.redhat.ceylon.model.loader.AbstractModelLoader.getDeclaration(AbstractModelLoader.java:5893) at com.redhat.ceylon.compiler.java.runtime.model.TypeDescriptor$Class.toProducedType(TypeDescriptor.java:318) at com.redhat.ceylon.compiler.java.runtime.model.TypeDescriptor$Class.toType(TypeDescriptor.java:310) at...
The following code results in two underlined `shared`, with a tooltip message of > annotated program element does not satisfy annotation constraint > ValueDeclaration is not assignable to FunctionOrValueDeclaration|ClassOrInterfaceDeclaration|ConstructorDeclaration|Package|Import ```ceylon...
If there are references to java source files in a stack trace, they go to a ceylon file with the same name instead, to the correct line number. For example:...
Got this error while adding the "shared" annotation on value constructors in IntelliJ - the "shared" token is marked as an error:  However the code compiles (Run -> Build...
   On Windows 7, 64 bit
The two attached photos show contradicting information. The one says that no Java SDK has been defined, while the other lists an SDK which seems to be quite well defined....
After open any Ceylon project the message appears in the Event Log: "Ceylon model update failed The Ceylon model update triggered an unexpected exception: ceylon.language.AssertionError "Assertion failed: The PSI element...
after restarting IntelliJ (after upgrading to version #181.4203.550 (windows 7 64-bit)), I got issue #655 once again, and also this exception: ``` Failed to resolve com.intellij.openapi.module.Module com.redhat.ceylon.model.loader.ModelResolutionException: Failed to resolve...
I just updated IntelliJ to version #181.4203.550 (windows 7 64-bit). During launch, I got this message: "The Ceylon model update triggered an unexpected exception: ceylon.language.AssertionError "Assertion failed: The PSI element...