fendevel / P4G-Save-Tool

A save editor for the PSVITA game Persona 4 Golden
MIT License
43 stars 22 forks source link

Feature: Comboboxes should autocomplete while typing #4

Closed yor-so closed 8 years ago

yor-so commented 8 years ago

All comboboxes should autocomplete while typing. For example: in the skill comboboxes, if I type "ag" it should select "agi", but if I type "agid" it should select "agidyne". This will decrease the editing time drastically.

fendevel commented 8 years ago

I tried this on the initial build in various ways however it lagged hard because of the large number of skills to filter. Maybe down the road if skills get ordered like the items on the inventory tab I'll do it but for now this is shelved.

yor-so commented 7 years ago

I fork it and did it, please check the pull request. It doesn't lag for me.. Thanks!