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

On the recently-released Eclipse 2018-09 (i.e. Eclipse 4.9; I seem to recall this also happening on Eclipse Photon when I tried it soon after it was released), the following stack...

This is a weird one and I'm not sure it'll reproduce easily. You can see my project setup, minus the JS module, [here](https://github.com/CPColin/ceylon-spring-experiments). I have a few native Java modules...

high priority

This only happens in the Ceylon IDE and not JDT, but Ceylon isn't mentioned in the error message. I also haven't experienced this on macOS. ![eclipse screenshot](https://user-images.githubusercontent.com/7098161/38904268-6aebc6e4-4277-11e8-9e50-bbf588e482a6.PNG) The error message......

Eclipse Oxygen (4.7.1a) now supports running on Java 9. ![screen shot 2017-10-16 at 4 27 49 pm](https://user-images.githubusercontent.com/7098161/31633888-a82db0bc-b28f-11e7-9d4b-ebd65db5309c.png)

high priority
bug on master

As a result of the fix for #1866, starup is now *much* slower.

high priority
bug on master

steps to reproduce: ### 1. Code: ```Ceylon shared interface A {} service(`interface A`) shared class C() satisfies A {} shared void run() { print(`module`.findServiceProviders(`A`)); } ``` ### 2. Run everything...

high priority
bug on master
bug on last release

With `.ceylon/config` that includes: ``` [compiler.jvm] target=7 ``` and Eclipse on a system that does not have Java 7, I get a single error in the problems view: "The Ceylon...

bug on master
WAITING_FOR_ANSWER
COULD_NOT_REPRODUCE_ANYMORE
bug on last release

In case I edit any of module.ceylon IDE begin building workspace and folds project tree. every time it takes a some time. it gives discomfort

bug on master

I've the following Project structure: JOOQ-Ceylon (Project Name) | |----source |----gen-source (Some Java classes generated using JOOQ utility |----resource |---jooq-config.xml So far everything works fine. Now when I add a...

high priority
WAITING_FOR_ANSWER

In ceylon-ide-common, we have a file named `SingleSourceUnitPackage.java`, which is entirely commented because it was rewritten in Ceylon in a file named `SingleSourceUnitPackage.ceylon`, located in the same package. When I...

high priority
bug on master