View Single Post
01-22-15, 11:22 PM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
That addon's code definitely shows its age... it's still using deprecated awfulness like getglobal which I wish Blizzard would just get rid of entirely already, and even if it works it'd use a lot more resources than necessary since it doesn't remember the status of items, so it's tooltip-scanning them again every time.

In fact, it was quite disturbing to look at, and I had some spare time at work, so I wrote a new one:
https://github.com/Phanx/BindsWhen

Edit: Tested and fixed a few things. Works fine on default bags/bank and Bagnon. If you need support for some other bag addon, post a link to its download page.

Edit #2: Released, official download page here:
http://www.wowinterface.com/download...BindsWhen.html
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.

Last edited by Phanx : 01-23-15 at 07:04 AM.
  Reply With Quote