dslforge
dslforge copied to clipboard
A generator of domain-specific language (DSL) editors for web applications and cloud IDEs.
Thanks for your great tool! We are running the editor in a viewpart as a widget, but it was only possible with significant tricks and hacks. It would be great...
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...
Hi! I am trying to change the colour of specific parts of text in a line using your StyledText plugin, but I am only able change it`s background. Is it...
When generating a web editor for a grammar depending on another grammar like this: `grammar tld.domain.my.dsl.MyExtendingDSL with tld.domain.my.dsl.MyBaseDSL` errors like the following are thrown during generation: `java.lang.IllegalStateException: Problem parsing 'platform:/resource/tld.domain.my.dsl/src/main/java/path/to/package/dsl/MyExtendingDSL.xtext':...
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...
Open several files to see the file tabs with the different editors. Activate "Link with editor" Click in the different tabs -> The file with the editor opened is not...
I tried to filter some files without success. I think that it is not working.
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. 