[AddOn] crafty - profession name filter
Posted: Mon Feb 15, 2016 4:11 am
Everyone who's used the default interface for professions will know that it is very very bad and the most obvious shortcoming is the lack of a name filter.
There's a vanilla addOn, cg_crafty, that adds such a filter and I've been using it for years. Unfortunately the thing is terribly clumsy so I've finally decided to make some improvements:
The results automatically update as you type.
The matching is fuzzy (like aux' old autocomplete)
The first entry in the list (best match) is automatically selected.
Left clicking the "name" button will rotate between search modes.
Left clicking the link button will link the mats for the selected entry to party or /r if not in a party.
Right clicking the link button will open a popup for entering a character name or channel.
The availability count is properly updated.
Cleaned up code, removed all dependencies.
As always, the code is on github: https://github.com/shirsig/crafty
There's a vanilla addOn, cg_crafty, that adds such a filter and I've been using it for years. Unfortunately the thing is terribly clumsy so I've finally decided to make some improvements:
The results automatically update as you type.
The matching is fuzzy (like aux' old autocomplete)
The first entry in the list (best match) is automatically selected.
Left clicking the "name" button will rotate between search modes.
Left clicking the link button will link the mats for the selected entry to party or /r if not in a party.
Right clicking the link button will open a popup for entering a character name or channel.
The availability count is properly updated.
Cleaned up code, removed all dependencies.
As always, the code is on github: https://github.com/shirsig/crafty