ceylon-ide-intellij icon indicating copy to clipboard operation
ceylon-ide-intellij copied to clipboard

IntelliJ Plugin for Ceylon

Results 91 ceylon-ide-intellij issues
Sort by recently updated
recently updated
newest added

After updating to IDEA 2017.2 catch next error: ``` A Ceylon Model listener (org.intellij.plugins.ceylon.ide.model.IdeaCeylonProjects$ceylonProjectCleaner_@23c1325a) has triggered the following exception: Unknown macro: $MODULE_FILE$ in storage file spec: $MODULE_FILE$ java.lang.IllegalArgumentException: Unknown macro:...

The IntelliJ Ceylon parser gives different output for same content at different times. If you look at this screenshot you see an error in the build log: ![ceylon error 2017-06-16...

Assertion failed violated exists layout = VfsUtil.findRelativeFile(ceylonProject.moduleRoot, "src", "main", "res", "layout") ceylon.language.AssertionError "Assertion failed violated exists layout = VfsUtil.findRelativeFile(ceylonProject.moduleRoot, "src", "main", "res", "layout")" at org.intellij.plugins.ceylon.ide.integrations.studio.AndroidStudioSupportImpl.addCeylonModule$priv$(AndroidStudioSupport.ceylon:195) at org.intellij.plugins.ceylon.ide.integrations.studio.AndroidStudioSupportImpl.access$100(AndroidStudioSupport.ceylon:101) at org.intellij.plugins.ceylon.ide.integrations.studio.AndroidStudioSupportImpl$1$1anonymous_1_.run(AndroidStudioSupport.ceylon:121) at...

Steps to reproduce: 1) create several ceylon modules with the same file name, for example run.ceylon module1: run.ceylon (...shared void run() {print("hello world")}); module2: run.ceylon 2) set breakpoint to specific...

t-bug

Steps to reproduce: 1) Open any Java file 2) enter code System.out. 3) see popup with available methods appears 4) after 4 seconds model updates event occurs and this popup...

t-bug
c-model

The debugger mostly works in Android Studio, and I can step through the Ceylon code or my app. The biggest problem is that breakpoints I set in Ceylon code are...

t-bug
c-debug
c-android

Checkout the test project from https://github.com/FroMage/ceylon-maven-test You will need the latest Ceylon distrib on master, and then check out https://github.com/ceylon/ceylon-maven-repo and run `mvn install` in it. This will publish the...

t-bug

In the attached project, trying to rename the method `AJavaClass.callCeylon()` fails to change the call site in the file `main.ceylon`. Also, the method name `callCeylon()` is greyed out (with tooltip...

t-bug

Difficult to reproduce, but error occurs after restarting IDEA ``` Write access is allowed from write-safe contexts only. Please ensure you're using invokeLater/invokeAndWait with a correct modality state (not "any")....

t-bug

* download `classes/embeddedDist` from https://ceylon-lang.org/download/dist/xxx * download `lib/*` from Herd

t-task