Bastien Jansen

Results 51 issues of Bastien Jansen

t-feature
c-refactorings

t-feature
c-refactorings

t-feature
c-refactorings

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...

s-waiting for answer

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...

t-enhancement

- check that source/resources/output roots are synchronized when: - the config file is changed - settings are changed via the UI

t-enhancement

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...

t-enhancement

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.

t-feature
c-model
p-high

t-feature
c-refactorings