Sellorio / mega-macro

A World of Warcraft AddOn that replaces the built in macro functionality allowing more and bigger macros.
18 stars 13 forks source link

Incorrect Color Coding of Spec Conditionals #151

Open Grisanne opened 2 years ago

Grisanne commented 2 years ago

Writing macros containing spec conditionals such as [spec:1/3] are fully functional and work as expected (being active for spec 1 and spec 3) but the color coding in Mega Macro has spec:1 in orange indicating it is properly formatted, but /3 in red, indicating that it is not properly formatted. While the conditional still functions as expected the color coding implies that it shouldn't. The same issue occurs with [form:1/3] conditionals.

sellorio2 commented 2 years ago

Hi there,

Thanks for raising this. I'm not likely to work in this any time soon btw since I'm taking a break from the game. As always, if you have the technical inclination, I'm happy to review pull requests.

Regards, Sea