Amine Lajmi
Amine Lajmi
A Java method to automatically position the cursor would be great (issue n°6 reported in #32)
Evaluate the JavaScript target of ANTLR v4.6 and provide support for such grammars in the static web app scenario (no Xtext in the backend).
!ENTRY org.eclipse.rap.ui 4 0 2017-10-16 23:52:22.623 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3694) at org.eclipse.swt.SWT.error(SWT.java:3631) at org.eclipse.swt.SWT.error(SWT.java:3602) at org.dslforge.styledtext.DefaultContent.error(DefaultContent.java:652) at org.dslforge.styledtext.DefaultContent.getOffsetAtLine(DefaultContent.java:622) at org.dslforge.styledtext.BasicText.getOffsetAtPosition(BasicText.java:1252) at...
Support for typing custom characters, like CTRL+SHIFT+< and CTRL+SHIFT+> in a normal Xpand editor in the IDE (issue n°1 reported in #32)
In the IDE, several Xtext editor files of the same DSL can reference each other's elements. In DSLForge this does not seem the case - any chance this could be...
Due to the use of Gemini JPA, launching the text editor demo in debug mode requires some fined grained adjustments in the plugins startup levels, which is error prone. The...
The content assist popup shall be resizable; otherwise the proposal strings should be truncated. An example below of a string whose length exceeds the popup width. 
Organize content assist entries by type. The references are organized alphabetically, while it should be also an option to group by type, ex: commands, then events, and then states. 