Community
Participate
Working Groups
As I am personally not too convinced of the standard Xpand syntax highlighting, I'd rather prefer user-configurable options to set colors and font styles. Currently, this is hard-coded into the editor.
Created attachment 157260 [details] Adds user-configurable syntax coloring This is a proposed patch to add configurable syntax coloring. It still has some known issues, mainly: * Open Xpand editors are not updated on preference change - they need to be closed and re-opened. * Cannot use underline and (questionable) strikethrough text attribute * Xtend editor does not honor the preferences yet Consider it as initial proposal. The code is similar to xtext.ui.core, although no additional dependencies are added.
Thanks, for the start. If you (or someone else) fixes the outstanding issues, chances that this goes into the repository will increase significantly ;-)
Created attachment 157397 [details] Adds user-configurable syntax coloring Updated version, fixes the known issues (see above)
As the known issues are solved by now, I'd be happy to receive user-feedback.
Looks good. I've changed the colors a bit, so that they fit better with the JDT look. But I tried to stick with your intention. Let's see how other users like the new coloring :-) Patch applied.
Bug resolved before Xpand 1.2 release date => Closing