@ Rocabdel : waooow, super, please, give it to Graeme...
Hum, there is a new patch for Lazarus.
Now uidesigner_ext is WYSIWYG "vice-verse".
You may try it, it is really awesome (i think).
First, apply the patch for your IDE.
>>
https://github.com/fredvs/uidesigner_extExplanations how to do is here :
>>
http://forum.lazarus.freepascal.org/index.php/topic,12481.msg136323.html#msg136323Now, run Lazarus, load a fpGUI souce file and, in code-editor,
change something in auto-created fpGUI code (in form.AfterCreate).
(There is a template to try in uidesigner_ext/template.)
Press on Ctrl+S, you gonna see that, in uidesigner, the graphic change is
applied.
Also, if you change something in your form with uidesigner (and do not save
with uidesigner) and go back in source editor, if you press Ctrl+S, your form
will become like it was before changes with uidesigner.
All that awesome features of fpGUI announce a future "UNDO" part for
uidesigner (like Delphi does...).
Yep. ;-)