Hey all,
if you open this page and scroll down, you will find the latest (development) version of the layout editor:
http://www.cegui.org.uk/wiki/index.php/ ... oads_0.6.0
I mainly addressed the Selection system, which now basically allows you to work more intuitive. The most important change is the automatic selection of children when you select a window or a node (in the tree).
When this happens, only the top-most window (the one which you explicitely selected) has a resizeable box. The children (automatically selected) only have a rectangle drawn. Only these top-most windows can be resized and moved, while automatically propagating their changes to their children.
Because of the automatic child-selection, copying and pasting is now more easy, since you only need to pick your main windows. If you don't want the complete 'branch' to be copied or cut, just unselect separate children by clicking them while holding CTRL.
On a technical note: __auto_ windows are denied when both selecting and copying. So your layouts should stay clean
Enjoy and please let me know any issues.