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

Using the "wizard" to create a project from existing source, the project picks up that there are sources in the directories sources and test-sources, but fails to note that those...

t-feature
p-high

I sometimes get errors like this: ``` com.intellij.openapi.application.ex.ApplicationUtil$CannotRunReadActionException at com.intellij.openapi.application.impl.ReadMostlyRWLock.throwIfImpatient(ReadMostlyRWLock.java:126) at com.intellij.openapi.application.impl.ReadMostlyRWLock.isReadLockedByThisThread(ReadMostlyRWLock.java:89) at com.intellij.openapi.application.impl.ApplicationImpl.isReadAccessAllowed(ApplicationImpl.java:1098) at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:1074) at com.intellij.openapi.fileEditor.impl.FileDocumentManagerImpl.getDocument(FileDocumentManagerImpl.java:184) at org.intellij.plugins.ceylon.ide.platform.IdeaTextChange.(IdeaTextChange.ceylon:51) at org.intellij.plugins.ceylon.ide.platform.ideaDocumentServices_.createTextChange(ideaDocumentServices.ceylon:14) at com.redhat.ceylon.ide.common.correct.createParameterQuickFix_.addCreateParameterProposalInternal$priv$(CreateParameterQuickFix.ceylon:40) at com.redhat.ceylon.ide.common.correct.createParameterQuickFix_.addCreateParameterProposal(CreateParameterQuickFix.ceylon:143) at com.redhat.ceylon.ide.common.correct.createQuickFix_.addCreateProposals$canonical$(CreateQuickFix.ceylon:275) at com.redhat.ceylon.ide.common.correct.createQuickFix_.addCreateProposals(CreateQuickFix.ceylon:261)...

t-bug
p-high

I'm getting errors like: > the 'SupertypeVisitor' caused an exception visiting a 'ClassDefinition' node: '"com.redhat.ceylon.model.loader.ModelResolutionException: Failed to resolve com.redhat.ceylon.ide.common.refactoring.AbstractRefactoring.EditorData"' at 'com.redhat.ceylon.model.loader.AbstractModelLoader$7.call(AbstractModelLoader.java:2001)' > the 'ExpressionVisitor' caused an exception visiting a 'QualifiedMemberExpression'...

t-bug
p-high

I'm getting lots of these in Android Studio: ``` Entering in a section that would need indexes, but no strategy has been specified. The strategy used when indexes are unavailable...

t-bug

This should not blow up the IDE: ``` cannot find module source artifact 'ceylon.language-1.3.2-SNAPSHOT(.car|.jar|.src|.js)' - dependency tree: default module -> 'ceylon.language/1.3.3-SNAPSHOT' get ceylon.language and run 'ant publish' (more information at...

t-bug

I have a class which implements `android.service.media.MediaBrowserService.onLoadChildren()`: ```ceylon shared actual void onLoadChildren(String parentMediaId, MediaBrowserService.Result result) { ... } ``` This results in the nonsense error: > type of parameter 'result'...

t-bug
p-high

If we paste in our project a code from other project we can see next error in log: ``` Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation com.intellij.openapi.project.IndexNotReadyException: Please change caller...

t-bug

It would be nice to have the ability to select "Run" (and Debug etc) when right clicking on a module or source file in the Project view. When there are...

t-feature

let's say I have two source files in the default package: `run.ceylon` which depends on a class in `Class.ceylon`. I drag and drop `Class.ceylon` into another package. What _should_ happen...

t-bug
p-high

For example, right now I can't Inline a local `value` when a model update is in progress.

t-bug
p-high