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

Stopped waiting for read access to avoid a deadlock Stacktrace: ``` org.intellij.plugins.ceylon.ide.ceylonCode.model.concurrencyManager_.needReadAccess$canonical$(concurrencyManager.ceylon:169) org.intellij.plugins.ceylon.ide.ceylonCode.model.concurrencyManager_.needReadAccess(concurrencyManager.ceylon:102) org.intellij.plugins.ceylon.ide.ceylonCode.platform.ideaModelServices_.isResourceContainedInProject(ideaModelServices.ceylon:57) org.intellij.plugins.ceylon.ide.ceylonCode.platform.ideaModelServices_.isResourceContainedInProject(ideaModelServices.ceylon) com.redhat.ceylon.ide.common.model.CeylonProjects$17.$call$(CeylonProjects.ceylon:201) com.redhat.ceylon.ide.common.model.CeylonProjects$17.$call$(CeylonProjects.ceylon:200) ceylon.language.Iterable$impl$4$1.$next$1(Iterable.ceylon:454) ceylon.language.Iterable$impl$4$1.next(Iterable.ceylon:454) ceylon.language.Iterable$impl.getFirst(Iterable.ceylon:229) ceylon.language.impl.BaseIterable.getFirst(bases.ceylon) com.redhat.ceylon.ide.common.model.CeylonProjects.fileTreeChanged(CeylonProjects.ceylon:202) org.intellij.plugins.ceylon.ide.ceylonCode.model.CeylonModelManager$submitChangesTask_.run(CeylonModelManager.ceylon:248) com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:307) java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) java.util.concurrent.FutureTask.run(FutureTask.java:266)` java.lang.Throwable ` at com.intellij.openapi.diagnostic.Logger.error(Logger.java:127)...

t-bug

After restarting IDEA i catch next errors in event log: ``` 20.10.16 11:27 Ceylon model update failed The Ceylon model update triggered an unexpected exception: ceylon.language.AssertionError "Assertion failed: The PSI...

t-bug

After a week running IDEA there was next error in log: ``` Entering in a section that would need indexes, but no strategy has been specified. The stragtegy used when...

t-bug

We should disable model updates as soon as you invoke a refactoring, right up until it is finished or you cancel out of it.

t-bug

Some Ceylon declarations occur multiple times in results for Navigate > Class + Navigate > Symbol, including: - all toplevel functions - any interface with a `$impl` class - all...

t-bug

With a Ceylon project with a single Ceylon activity, if I open the `activity_main.xml` file I get this exception in the preview window: ``` java.lang.NullPointerException at android.support.v7.app.WindowDecorActionBar.getDecorToolbar(WindowDecorActionBar.java:241) at android.support.v7.app.WindowDecorActionBar.init(WindowDecorActionBar.java:197) at...

t-bug

- [ ] add/remove breakpoints - [ ] filter stack trace - [ ] smart step into/over/etc - [ ] evaluate expressions written in Ceylon - [x] filter variables to...

t-feature
c-debug

`Refactor -> Rename...` executed on module leaves module name in module.ceylon and package.ceylon untouched.

t-feature

The ability to visualize module dependencies is _really_ useful. However, it's not an immediate priority.

t-feature