I don't want this into 5.0, but once you've made 5.0 stable and start planning bigger upgrades, I'd really, really like to be able to use the editor for everything. I want to move, copy and delete any item. Today some items can be cut/pasted around, while some are stuck in place and I need to use the GUI tools to modify them. I can't modify the order of them in the script either. Being a programmer, I find this an awkward way of creating advanced scripts.

Typical example, I want to insert many registry settings. Based on some of the user selections during the wizard dialogs, some of these settings should be ignore or modified differently. So I need to put some IFs around some of the registry inserts. I know of the Feature Selections, but they are not always fitting for this task. So instead of grouping closely all the registry settings I need to modify and enclose them with one IF check, I now need to put 5 IF checks in different places in my [ Edit Registry ] section.