Cuyler36 / MyHorizons

WIP Animal Crossing: New Horizons Save Editor
GNU General Public License v3.0
135 stars 33 forks source link

Villager/item list is very hard to scroll through. #6

Closed Aria-NL closed 4 years ago

Aria-NL commented 4 years ago

At the moment, the list of villagers and items is super long and unsearchable. It may be prudent to make the dropdown menu typeable - as in, if you start typing the name of a villager or item, it narrows it down to matching results. At the moment the easiest way of finding a villager or item is to go into the two txt files and doing Ctrl-F. Additionally, is there a way to include the recipes for DIY items in the list as well as the item itself?

Cuyler36 commented 4 years ago

DIY Recipes are all one item with their Flag2 set to the DIY Recipe ID. You can edit it like that using the latest commit.

As for searching the item list -- I agree. AvaloniaUI appears to have renamed their "DropDownMenu" to "ComboBox" and never implemented the IsEditable functionality (meaning searching for items is super annoying). I'll look into a way to fix this. Perhaps I'll add an ItemId TextBox.

Yokixio commented 4 years ago

How to use the flag2

424778940z commented 4 years ago

Have the same issue, maybe just make the list box longer for now, so it's easier to look through.

424778940z commented 4 years ago

Made an ugly workaround for now, but hey, it works. Code available here: https://github.com/424778940z/MyHorizons/commit/aa3a34429e9faa581d14d5fc5ae34ca959963267