You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support for typing custom characters, like CTRL+SHIFT+< and CTRL+SHIFT+> in a normal Xpand editor in the IDE
there seems to be an issue with "!" in Xtext terminals, which manually need to be changed to ~ in ANTRL in .g
content assist for string shows "Valu" - STRING but when clicked doesn't enter "Valu" but ' "Valu" - STRING '
changing the lenght of content assist needs a manual javascript workaround. Maybe provide a method to set it?
yellow tip in content assist shows element typ but not name. In he IDE it shows both type and name
method to automatically position the cursor 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 supported?
If model elements are referenced whose name includes a colon ":', then somehow the name gets truncated (in the content assist) at the colon, and the rest of the name ends up in the type description in the content assist. This seems a bug.
Thanks
Ulrich