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
When adding more than one xtext editor in a generated Xtext activity, none of them get syntax highlighting or validation anymore. Eg, in the below, none of xtext-editor, xtext-editor-2, or xtext-editor-3 have syntax highlighting and only the first one has code completion and validation.
I don't expect multiple language editor panels per page to be supported based on the current implementation of XtextEditorPanel. Each XtextEditorPanel instantiates an Xtext ace editor that sets up a connection to the deployed editor and applies the highlighting, instead, only a single Xtext ace editor should be instantiated with a resource for each panel.
When adding more than one xtext editor in a generated Xtext activity, none of them get syntax highlighting or validation anymore. Eg, in the below, none of
xtext-editor
,xtext-editor-2
, orxtext-editor-3
have syntax highlighting and only the first one has code completion and validation.The text was updated successfully, but these errors were encountered: