ceylon-ide-eclipse
ceylon-ide-eclipse copied to clipboard
Eclipse Plugin for Ceylon
Right now this stuff is MAD. I have to update poms, manifests, .properties files in several projects, and manually recreate all the bundle projects. We must document this and automate...
I manage to lock up eclipse several times while working on `ceylon.transaction` because I was making package-level changes in the SDK, i.e. creating a new package, then deleting one, etc.
i.e. in a package containing "out", which would be `xy.\iout` in the source file, the wizard does not allow me to proceed. Neither is the package inserted with the appropriate...
When we save an editor, and Build Automatically is not enabled, we should update the central model with the updated models belonging to the `CeylonParseController` (the `EditedPhasedUnit`, I suppose). That...
I just discovered something very useful: if you turn off "Compile project for JVM" in the SDK project, everything in the IDE still works, except for Run/Debug, but clean builds...
Given something like ``` value foo = bar.baz(); ``` With the cursor on `value` I open the quick assists context menu using the keyboard shortcut (Ctrl+1 for me). I then...
Node.js package is not available for all Gnu/Linux distributions. My Node.js installation is in my home directory. Eclipse can't find Node binary when I try to run project as Javascript...
It would be nice to be able to right click on a module in the Herd/JDK/System/User Modules part of the Ceylon Explorer and select "References" to get a list of...
When I’m creating a module, sometimes I don’t want a runnable compilation unit (libraries like `ceylon.ast`, test modules, etc.) – but the IDE’s New Ceylon Module dialog doesn’t allow me...
After I closed a ceylon project I found I was getting stacktraces dumped to my console ``` Java Model Exception: Java Model Status [fixtures does not exist] at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:498) at...