Dialog - Debugger checks (warnings) for creating proper XML

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Dialog - Debugger checks (warnings) for creating proper XML

Post by Andre »

Creating dialogs should be the way to go, if you would like to create font-sensitive and resizable GUIs.
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 ....>
    - ...
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)