Community
Participate
Working Groups
The XML to define a Sapphire UI is very verbose. Please create a DSL using Xtext to replace the XML and allow for things like code completion, error checking, etc.
The current focus with the sdef editor is to improve its form UI, but we may consider developing non-XML syntax at some point in the future.
What do you mean by "form UI"? Is there already an editor which helps to build the XML? I couldn't find anything in the documentation.
Sapphire SDK includes an editor for sdef files that adds a form-based view to the XML source editor. Make sure that you have installed Sapphire SDK in your development eclipse. Having Sapphire just in the target platform is not sufficient. Also make sure that you name your UI definition files with .sdef extension (as opposed to .xml).