qudix / skse-qui

Various UI tools, tweaks, and fixes
GNU General Public License v3.0
95 stars 29 forks source link

Implement a Basic Search Function #36

Closed Ewan-Selkirk closed 1 year ago

Ewan-Selkirk commented 1 year ago

Added the ability to filter the list of plugins visible. Also fixes the controller prompts showing "Back" instead of the B button.

Limitations/Issues with the current implementation:

I do not have much experience with C++ so please let me know if I've done anything abhorrently wrong.

qudix commented 1 year ago

Neat, I'll take a detailed look tomorrow when I have some free time

qudix commented 1 year ago

Ok, as a first attempt it sort of works, but there are some usability issues to fix along with those you identified. I also wanted to reverse engineer TextInput instead of parsing bare key inputs in c++. I'll screw around and see how I can improve it.