All these fixes/additions were contributed by mpstark, thank them not me!
Fixes:
- Fixes a null reference exception when clearing search on the trader screen when not in sell mode
- Fixes search hotkey not working on the inventory screen
- Fixes another source of potential item loss when control clicking items (quick move) while in a searched state.
Changes:
- The search bar now stays interactable while in a searched state. Pressing control+F will highlight all text in the input field. The current search will be cleared upon pressing enter and your new search will take its place.
- Loosened up the search rules around class searching. See the main mod page for additional search terms once I get around to updating it.
Misc:
- Some code has been refactored to allow for easier expansion of the search parser in the future.
Again, all these items were contributed by mpstark, Thank you!