Bastien Jansen
Bastien Jansen
Taken from https://github.com/ceylon/ceylon-ide-intellij/issues/70#issuecomment-119960632 - syntax highlighting is not yet possible, I submitted a PR to add the feature (https://github.com/JetBrains/intellij-community/pull/286) - imports should be collapsed by default, but that works only...
When ProjectA and ProjectB are both opened in the IDE, and ProjectB depends on ProjectA, when building ProjectB we should add `ProjectA/modules` to the list of repositories that are used...
- check that source/resources/output roots are synchronized when: - the config file is changed - settings are changed via the UI
Most of the interfaces in `CeylonPsi` could be removed, and instead of doing: ``` ceylon if (is CeylonPsi.DeclarationPsi psiElement) { Tree.Declaration decl = psiElement.ceylonNode; } ``` we could simply do...
Split from #292. Related to https://github.com/ceylon/ceylon-ide-intellij/issues/104#issuecomment-230317588 This is also needed to make Ceylon declarations visible from XML files in Android projects.