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.
-
View User Profile
-
Send Message
Posted May 19, 2021For the Burning Crusade (and pre-patch), to get this working you need to modify line 66 to add a BackdropTemplate argument, like so:
local editBox = CreateFrame('EditBox', 'BagginsSearch_EditBox', UIParent, "BackdropTemplate")-
View User Profile
-
Send Message
Posted Sep 20, 2020for 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
-
View User Profile
-
Send Message
Posted Oct 17, 2020In reply to agentschmitt:
Thanks, works on retail.
Also, for others, it's on line 110. :)
-
View User Profile
-
Send Message
Posted Oct 19, 2020you 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
-
View User Profile
-
Send Message
Posted Oct 24, 2020In reply to agentschmitt:
Thanks for the fix.
I am pulling from your git repo now.
-
View User Profile
-
Send Message
Posted Nov 8, 2020In reply to agentschmitt:
What about making a PR to the Baggins GitHub. It's still maintained and I would think it would be accepted.
-
View User Profile
-
Send Message
Posted Jan 20, 2021In reply to agentschmitt:
ty, its work
-
View User Profile
-
Send Message
Posted Nov 16, 2018Working as of 8.0.1, change line 1 of Baggins_Search.toc to
-
View User Profile
-
Send Message
Posted Jul 26, 2016Appears to still be working in 7.0, I just went into the .toc and updated line 1 to:
## Interface: 70000
-
View User Profile
-
Send Message
Posted Feb 11, 2014Still working great for me!
I also wrote a little addon that lets you search via a slash command, using this addon.
-
View User Profile
-
Send Message
Posted Oct 15, 2010example:
this:SetText("")
to
editBox:SetText("")
throughout BagginsSearch_CreateEditBox() function.
I dont know why it lost its reference, but this quick fix worked for me.
-
View User Profile
-
Send Message
Posted Oct 22, 2010-
View User Profile
-
Send Message
Posted Oct 13, 2010-
View User Profile
-
Send Message
Posted Jun 1, 2010thanks
-
View User Profile
-
Send Message
Posted Jan 10, 2009Since the original author (JASlaughter) has been awol for half a year, I'm taking over maintainance of this project.