* Add designer handling for Sort button
* Update tab indexes for buttons after Sort
* Add context menu and toolstrip menu objects for Sort menu
* Add context/toolstrip menu handlers
* Add default click handlers for sort options
* Initialize context/toolstrip menu objects
* Add missing logic
* Fix Sort button location
* Expand size of navigation panel for sort button:
* Remove ellipses from sort button caption
* Implement alphabetical sort
* Implement sort by item type (ItemKind)
* Add check for item count in SetEditorItems
* Remove sort by new (item data not present)
* Sort by alphabetical before sorting by type
Different means of expression for the 8 byte item structure's FreeParam
Will be expanding the ItemEditor so that it has a checkmark to toggle Extension Item editing behavior.
Removes IHeldItem as there's no need to abstract it.
put a folder named "items" with the english named item sprites (tbd if we change to a more sane filename format)
bring your own files, it's like 45 MB so not distributing with the EXE.
Decentralizes pocket injection logic from SysBotUI so that other auto-injectors can be passed in (future? like terrain/overworld items).
Adds validation to not modify items if the pocket data doesn't have the expected layout.
Closes#47 by implementing things in a more abstract & extendable way. Thanks @jfmherokiller for the example implementation which served as an inspiration!
Decouple itemgrid, itemgrid editor, and item editor as separate user controls
Visualize items with fake icons based on item ID and values
Paged editing for large arrays
add fallback for people wanting old editor (hold control when clicking Edit Items from main editor window)