Bastien Jansen

Results 51 issues of Bastien Jansen

This is a proposed fix for #523

enhancement
comp:preview

This will add syntax highlight, code completion, navigation etc.

enhancement

For example: * do not suggest rule names outside of a rule * do not suggest rule names before the colon * suggest known options in `options` * suggest relevant...

enhancement
comp:grammar-editor

For example: * insert `;` after `grammar foo` * insert `;` at the end of a lexer/parser rule

enhancement
comp:grammar-editor

Update here: https://github.com/zapodot/embedded-ldap-junit/pull/67#issuecomment-889780610 ~~Notes:~~ ~~* I didn't copy/adapt the full test suite because the code I put in the abstract classes is already tested by the Rule tests. I only...

See if it would be possible to validate `examples` sections automatically to check for incorrect examples.

enhancement

I just got this on IDEA 2017.2.1, it looks like completion is trying to reference a project that was closed then reopened. ``` Already disposed: Project (Disposed) myproject java.lang.AssertionError: Already...

t-bug

* download `classes/embeddedDist` from https://ceylon-lang.org/download/dist/xxx * download `lib/*` from Herd

t-task

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

t-feature
c-debug