Crafting Selectors

zekaonar

Member
Crafting & Mailing Selectors(searchable droplists)

I got annoyed with the massive crafting droplists and integrated the select2 jquery widget with the crafting screens. It supports the basic searching/filtering.

kKBdgWF.png



Let me know if you get any bugs or I missed anything in svn.

Code:
svn checkout https://svn.code.sf.net/p/zekaonar/code-0/CraftingSelectors/

v2 - I merged Pulverize groups into it http://kolmafia.us/showthread.php?4499-craft-ash-Pulverize-Groups

Same feature for mailing items:
Code:
svn checkout https://svn.code.sf.net/p/zekaonar/code-0/MailSelector/
 
Last edited:

Bale

Minion
I just select items I want crafted from the mafia interface, but hey, "Neat idea is neat!"
 

zekaonar

Member
I've never done a relay script before and I didn't find anything that gives tutorials or tells you how to merge conflicts. Combining the two would be easy enough, my script would just merge into the start of the other one. The code that changes the droplists to the advanced widget actually runs at runtime in jquery and it supports the optiongroups that this script uses. I'll play with it later.
 

zekaonar

Member
OK, some of the features of pulverize groups are incompatible with the select2 widget. I would have had to re-write most of it to fully have the best of both features, so I just brought in the functionality as-is. I also added a version of the same widget to mailing items.
 

heeheehee

Developer
Staff member
Neat. Granted, I don't do much manual smashing of items nowadays, seeing as Mafia's Item Manager does everything I want, but still, pretty cool.
 
Top