SpareSimian

Results 81 comments of SpareSimian

Could you implement it as a plugin, so that an addon could provide a callback to reorder the list? Right now I'm adding ~98 to the front of my custom...

I think a hook at sectionProto:SertTitle could do it. Perhaps RegisterCategorySetTitle(text) that returns modified text for SetTitle? That would change the displayed text but not the sort order.

What would be nice here is a plugin callback that can change the displayed text in the bag, sort of like localization. The plugin could perform various operations like removing...

Issue #172 makes me think that many of my AdiBags exceptions might be better implemented as plugins like this. Some of my exceptions are Container (can be opened), Toys, Cosmetic...

I attempted a plugin and don't see how to get at the light blue text in an item's tooltip (eg. "Anima" or "Korthian Relic"). Is there an API to get...

I've got something working and will upload it for others shortly. I note that the plugin example uses "local addon" as the pointer to the BB addon. That bit me...

Here's a plugin to move Shadowlands stuff to separate categories. https://github.com/SpareSimian/BetterBagsShadowlands I created a developer helper plugin just to see what data is being passed to the registered callback: https://github.com/SpareSimian/BetterBagsItemDumper

My own needs are simple as I have a single profile ("Default") and the data format looks simple. The plugin API is easy to use for this. (Except that it...

A first cut at importing my AdiBags categories: https://github.com/SpareSimian/BetterBagsFromAdiBags This requires commenting out line 54 in categories.lua. I think it's enough to check if the itemId there is a number.

The text is part of the item's tooltip and not part of the data in the current version of the addon. So the search function needs to pull the tooltip...