Start line in sequence as -- to mark inline Comment in the Macro
Darkmanz opened this issue · 6 comments
Hey TL, would it be possible to allow for Commented lines to remain in the Macro? I tend to write comments in my macros when I wrote them in Notepad so that I can follow my thought process if I have to revisit it later. Sadly the comment lines are lost when importing a Macro in game.
Unfortunately not - When you import a macro its actual programming code. The downside of this is that Blizzard dumps the comments. It's not something I have control over directly. There is the Help box that is free text that you can store this information in but it's not inline.
TimothyLuke
… On 11 Aug 2017, at 2:31 am, Darkmanz ***@***.***> wrote:
Hey TL, would it be possible to allow for Commented lines to remain in the Macro? I tend to write comments in my macros when I wrote them in Notepad so that I can follow my thought process if I have to revisit it later. Sadly the comment lines are lost when importing a Macro in game.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
What I would need to do would be to create a comment style like -- (lua comments) (or // (c comments) ) and if the line begins with -- then don't process it when programming the button. It does have math implications for loop start and stop.