TimothyLuke / GSE-Advanced-Macro-Compiler

GSE is an alternative advanced macro editor and engine for World of Warcraft.
https://discord.gg/gseunited
MIT License
200 stars 71 forks source link

Make the line "Sequence MacroName saved" disappear after 5 seconds #837

Closed xan2622 closed 3 years ago

xan2622 commented 3 years ago

Is your feature request related to a problem? Please describe. On the Sequence Editor, when you press the SAVE button once, there's a line (at the bottom) that appears: "Sequence MacroName saved". But this line doesn't fade out nor disappear after a few seconds. This doesn't help knowing if clicking on the SAVE button a second time worked.

Describe the solution you'd like Would it be possible to make this line fade out (or simply disappear) after 5 seconds?

Describe alternatives you've considered Maybe this line could disappear as soon as a new line is added in one of the text fields (or as soon as the macro is modified)?

Additional context

Make_this_line_disappear_after_5_seconds


Desktop OS: Windows 10 64bits pro Hardware: nvidia GTX 1070 8GB - driver: 466.47

Game Version World of Warcraft Shadowlands version 9.0.5.38556 (french language)

GSE Version Version: 2.6.53

TimothyLuke commented 3 years ago

As it doesn’t actually save until after the window is closed and the Out of combat queue processes the request, it doesn’t matter if you click it one time or 30 times. It’s not actually saved at that point, you’ve just queued up an action to be processed in the future.

TimothyLuke

On 31 May 2021, at 3:13 am, xan2622 @.***> wrote:

 Is your feature request related to a problem? Please describe. On the Sequence Editor, when you press the SAVE button once, there's a line (at the bottom) that appears: "Sequence MacroName saved". But this line doesn't fade out nor disappear after a few seconds. This doesn't help knowing if clicking on the SAVE button a second time worked.

Describe the solution you'd like Would it be possible to make this line fade out (or simply disappear) after 5 seconds?

Describe alternatives you've considered Maybe this line could disappear as soon as a new line is added in one of the text fields (or as soon as the macro is modified)?

Additional context

Desktop OS: Windows 10 64bits pro Hardware: nvidia GTX 1070 8GB - driver: 466.47

Game Version World of Warcraft Shadowlands version 9.0.5.38556 (french language)

GSE Version Version: 2.6.53

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

xan2622 commented 3 years ago

Oh, silly me.. (for a moment, I forgot that GSE macros are saved only after WoW is closed).

Maybe (for GSE newbies like me) this line could contain some extra information? Something like: Sequence MacroName saved (close WoW to really save it on disk).

TimothyLuke commented 3 years ago

No that’s not what I am talking about. See #134 and #231

TimothyLuke

On 31 May 2021, at 3:39 am, xan2622 @.***> wrote:

 Oh, silly me.. (for a moment, I forgot that GSE macros are saved only after the WoW is closed).

Maybe (for GSE newbies like me) this line could contain some extra information? Something like: Sequence MacroName saved (close WoW to really save it on disk).

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.