ferronn-dev / ferronnizer

My personal WoW addon
MIT License
1 stars 0 forks source link

type/action attribute support for action actions #60

Closed ferronn-dev closed 3 years ago

ferronn-dev commented 3 years ago

This will be a substantial refactor, since everything currently assumes that an action just has macrotext. We'll need to generalize type support (type=action, type=macro, etc) as well as other attributes (action=, macrotext=). We can't use the type name as the attribute name because it doesn't work that way for macro/macrotext.

ferronn-dev commented 3 years ago

This is more-or-less fixed by 6a2edfafeeffae86803f4c6d1b83f0e1e31d147c. There are still some issues but this gets us off the ground.