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

``` java.lang.NullPointerException at com.redhat.ceylon.ide.common.correct.AddAnnotationQuickFix$impl.annotatedNode$priv$(AddAnnotationQuickFix.ceylon:186) at com.redhat.ceylon.ide.common.correct.AddAnnotationQuickFix$impl.addMakeAbstractDecProposal(AddAnnotationQuickFix.ceylon:68) at com.redhat.ceylon.eclipse.code.correct.eclipseAnnotationsQuickFix_.addMakeAbstractDecProposal(eclipseAnnotationsQuickFix.ceylon) at com.redhat.ceylon.eclipse.code.correct.eclipseAnnotationsQuickFix_.addMakeAbstractDecProposal(eclipseAnnotationsQuickFix.ceylon:35) at com.redhat.ceylon.ide.common.correct.IdeQuickFixManager.addQuickFixes(IdeQuickFixManager.ceylon:106) at com.redhat.ceylon.eclipse.code.correct.correctJ2C.addQuickFixes(correctJ2C.java:55) at com.redhat.ceylon.eclipse.code.correct.CeylonCorrectionProcessor.addProposals(CeylonCorrectionProcessor.java:542) at com.redhat.ceylon.eclipse.code.correct.CeylonCorrectionProcessor.collectCorrections(CeylonCorrectionProcessor.java:424) at com.redhat.ceylon.eclipse.code.hover.AnnotationInfo.collectProposals(AnnotationInfo.java:143) at com.redhat.ceylon.eclipse.code.hover.AnnotationInfo.getCompletionProposals(AnnotationInfo.java:96) at com.redhat.ceylon.eclipse.code.hover.AnnotationInformationControl$2.run(AnnotationInformationControl.java:256) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) ```

bug on master
proposals/fixes/assists

Looks like we don't handle `Character`s correctly in the Variables view. @davidfestal?

bug on master
launch/run/debug
bug on last release

I would like if the `\i` and `\I` identifer prefixes could be syntax-coloured more subtly, for example something closer to the editor background color. That way they would still be...

editor/hover/outline
improvement

In the Ceylon Explorer and the Ceylon perspective, with a pure Ceylon module `foo` with a subpackage `foo.zzz` if I rename `foo` to `bar` I end up with a `zzz`...

bug on master

**Wrong behavior** I just installed Ceylon-IDE (1.2.0) on my work computer, and tried to go through the intros. Following "Introduction to Ceylon Modules" (which comes from [ModulesIntro.xml](https://github.com/ceylon/ceylon-ide-eclipse/blob/master/plugins/com.redhat.ceylon.eclipse.ui/intro/ModulesIntro.xml)) gives me this...

bug on master
bug on last release

The build instructions in the README are currently wrong, and are wasting people's time.

high priority
WAITING_FOR_ANSWER

As of today's ceylon-ide build, it is not possible to configure custom ceylon formatter preferences in the workspace settings. Instead, only each project can have its own formatter preferences. Exporting...

feature
improvement

From a newly started workspace, open `SearchableList` or `List`, hit F4 to pull up the hierarchy view, and note the missing supertypes. This problem does not seem to occur if...

high priority
bug on master
bug on last release

It was possible before to have project without JRE in the eclipse class path, apparently the IDE created them that way in one of the prereleases. The missing line in...

bug on last release

To reproduce: - Create a project and only enable the JS backend - Create a module called `javaimport` - Mark its module descriptor `native("jvm")` - Observe how Eclipse moves the...

bug on master