[ENH] Drag and Drop Actions to change their order
TimothyLuke opened this issue Β· 11 comments
π’ How does GSE currently work
Currently you can move blocks up and down
π’ Describe the solution you'd like
Be able to drag and drop blocks to change their order and to move them into and out of loops. This was the initial intention but was unable to be completed in time for the 9.1 launch
π’ Describe alternatives you've considered
#981 - The multi level part of moving blocks makes t#981 nice but not quite the right solution
Drag and drop is especially useful, but a clear way of seeing order as you make changes is needed. Order as defined as execution order.
The actual problem is execution vs click/ms input visualization for the end user
That is one of those things that I cant do. Essentially you want me to Sim the macro and show the outcome. This is a mod about 3 times the size of GSE all on its own. There are so many variables based on what the user does that affects this. The actual outcome is available by running the macro on a target dummy with /gse debug
on.
Closing this out as cant be done - going to do instead suggested idea #981