Baggins_Search
Simple highlighting search of items in currently your bags.
A search bar is shown over one of your bags. As you start typing in it, items with (partially) matching names light up, non-matching items are dimmed.
Simple highlighting search of items in currently your bags.
A search bar is shown over one of your bags. As you start typing in it, items with (partially) matching names light up, non-matching items are dimmed.
For the Burning Crusade (and pre-patch), to get this working you need to modify line 66 to add a BackdropTemplate argument, like so:
for 9.0 patch you need to change one line of code in the lua file.
search:
local editBox = CreateFrame('EditBox', 'BagginsSearch_EditBox', UIParent)
change to:;
local editBox = CreateFrame('EditBox', 'BagginsSearch_EditBox', UIParent, BackdropTemplateMixin and "BackdropTemplate")
i forked the project at github also and added the fix their, but cant do an pull request cause the project is done with svn :D
https://github.com/agentschmitt/baggins_search
In reply to agentschmitt:
Thanks, works on retail.
Also, for others, it's on line 110. :)
you could also download the zip file when you dont want to edit yourself.
https://github.com/agentschmitt/baggins_search/releases/download/1.1.0/baggins_search-1.1.0.zip
In reply to agentschmitt:
Thanks for the fix.
I am pulling from your git repo now.
In reply to agentschmitt:
What about making a PR to the Baggins GitHub. It's still maintained and I would think it would be accepted.
In reply to agentschmitt:
ty, its work
Working as of 8.0.1, change line 1 of Baggins_Search.toc to
Appears to still be working in 7.0, I just went into the .toc and updated line 1 to:
## Interface: 70000
Still working great for me!
I also wrote a little addon that lets you search via a slash command, using this addon.
example:
this:SetText("")
to
editBox:SetText("")
throughout BagginsSearch_CreateEditBox() function.
I dont know why it lost its reference, but this quick fix worked for me.
thanks
Since the original author (JASlaughter) has been awol for half a year, I'm taking over maintainance of this project.