Jason Greer

Results 168 comments of Jason Greer

Paging is the real reason I don’t do this. Bars makes sense as a logical unit. To implement variable length bars. One would probably want to do instead give each...

Paging is the real reason I don’t do this. Bars makes sense as a logical unit. To implement variable length bars. One would probably want to do instead give each...

Do you mean a specific unit or just any unit? For the latter [@mouseover,exists] is the macro conditional.

addState('target', 'mouseover', '[@mouseover,exists]') is what you want I think

At some point I need to make custom states a thing. Quite a while ago I worked on making a bar addon where you could [change your entire layout based...

I believe a set of presets with an option to type in a macro is what Bartender does. I think I'd probably just try and make an editor interface for...

This will probably be best fixed by me adding an option to the frame for this, as it appears my code isn't guessing right for you. What happens if you...

There's a contextual colors checkbox on the 8.3.8 version.

I’ll most likely make it possible to just pick your preferred colors, but there’s a bit kore cleanup I want to do on the bar framework itself first

I'd at least look at the code :) The biggest issues I can see: * Without making quite a bit of changes, the function would not work in combat *...