GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Make GSSE Icon usable, Deprecate need of Macro Icons.

TimothyLuke opened this issue ยท 5 comments

commented

The Icon in the editor is currently a display only. CHange this so that when you click the icon it pops up the Macro Icon selector. Also allow this to be dragged to an action bar and actually be the same button as the one in the /macro interface

This is Blizzard's Macro code.
https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/AddOns/Blizzard_MacroUI/Blizzard_MacroUI.lua#L74

commented

We should be also able to use the internal Button (_G["SequenceName"]) and put that on an action bar. This would reduce the need for a "Macro" button.

commented

Initial evidence is that we will need to still have the Macro Stub. In this case will set Drag from the icon to drag the macro.

commented

What about adding https://www.wowace.com/addons/ace-gui-3-0-action-slot-widgets/pages/main/ to the viewer and an icon change function to the Editor.

commented