But creating a correct XML dialog definition could be really painful, and causes a lot of try & error for me, to catch all (simple) errors in my XML code.
Very helpful for this would be, if the debugger would catch as most as possible (simple) errors in the XML code definition.
Here is a list of my wishes (to be extended, also by other users):
- - check for an equal number of ' signs per "line" (inside a <...> definition)
- only one GUI element inside a <singlebox> definition
- a closing element for each "container" like gridbox, hbox, vbox, singlebox; e.g. </singlebox> for a previously called <singlebox ....>
- ...