GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[ENH] Show the current "Action Count" on the Sequence Editor

xan2622 opened this issue · 4 comments

commented

Is your feature request related to a problem? Please describe.
The Github Issue #901 was a good find and made GSE users aware of this limitation.

Describe the solution you'd like
Woud it be possible to add an "action counter" (that would actualize on the fly) at the bottom of the Sequence Editor, to let the GSE user know how many actions are in his/her current version of the macro?

Suggested messages (depending on the macro, on how many actions/loops it features):

  • This version of the macro currently has X actions out of the 255 that are allowed by the Blizzard's macro API.
  • Your macro exceeds the maximum number of authorized actions, reduce the number of actions or loops..

Mock-up

Capture d’écran 2021-07-03 114355

commented
commented
commented

image

commented

Would it be possible to add the maximum number of actions?
e.g. 22/255 actions
(this would tell the GSE user what's the limit)


EDIT: and could you please add a small warning sign ⚠ at the end of the line, if the macro exceeds the limit ?
eg:

267/255 actions
And hovering the sign would show this message in the tooltip:

Your macro exceeds the maximum number of authorized actions, reduce the number of actions or loops..