GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[ENH] Drag and Drop Actions to change their order

TimothyLuke opened this issue Β· 11 comments

commented

🟒 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

commented

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.

commented

Totally agree - this isn’t going to be easy to code in WoWs framework.

commented

This is turning into the quest for WoW's next unobtainium

commented

So execution order or the drag and drop? Does one preclude the other?

commented

Drag and Drop. You can see execution order via "Compiled Template"

commented
commented

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.

commented
commented
commented
commented

Closing this out as cant be done - going to do instead suggested idea #981