Feature - Implemented Allow filtered lists to have a "negative" filter

MCroft

Developer
Staff member
r20560

If a filter for a scrollable filtered list (like Maximizer Results or AdventureSelect starts with "-" (and is more than 1 character long), the filter is reversed, and elements that contain the rest of the filter are omitted.

This is useful for maximizing only buyable items ("- pull") or hiding cargo. It also could help with the "Bs hate you" path.

It does preclude the possibility of filtering for "-<word>" (such as "-kin" for all mer-kin things). I can only suggest filtering for "Mer-kin" instead.

Since it is specifically done on swingUI elements, it should have no effect on ASH/JS/gCLI usage.
 
Top