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

Eclipse Plugin for Ceylon

Results 100 ceylon-ide-eclipse issues
Sort by recently updated
recently updated
newest added

In #735 it became obvious we need a way to set runtime options in the launch configurations, Right now we have a way to pass program arguments and Java VM...

improvement
launch/run/debug

This UI is _really_ confusing. Even I don't understand it.

improvement
preferences/project setup

Safe Delete presents me with a list of usages in a modal dialog. It would be good if I could easily close the dialog and move the usage list to...

refactoring/wizards
improvement

At first it's fast enough, but after a few hours/days it takes 2 seconds per character typed and just hangs a lot, and blocks the whole editor, I can't even...

build performance

We should be able to use only a single one of these: ``` "Thread-22197" daemon prio=10 tid=0x00007f0de01e3800 nid=0x36fe in Object.wait() [0x00007f0e0ac7a000] java.lang.Thread.State: TIMED_WAITING (on object monitor) at java.lang.Object.wait(Native Method) -...

build performance

When I have: ``` ceylon throws(`class Exception`, "Follows a long multiline string") void f(){} ``` And I press `ENTER` right before the string, to indent it, I get: ``` ceylon...

bug on master

When I have: ``` ceylon callToMethod(a,[ENTER] b, c) ``` And I press `ENTER` where indicated, I would like this indentation: ``` ceylon callToMethod(a, b, c) ``` That is, aligned with...

feature