UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other GameMaker games!)
GNU General Public License v3.0
1.11k stars 212 forks source link

Search.csx popups are annoying #1814

Open Couchy opened 2 months ago

Couchy commented 2 months ago

Which component should be improved?

UI/UX

Describe your feature suggestion in more detail

Search.csx creates two Yes/No popups for "Case sensitive?" and "Regex search?" before the text input popup. This gets tedious when doing multiple searches. My suggestion is to keep only the text input and have it search case insensitive by default, but also accept regex format to specify case sensitivity, etc, ex:

seatchtext -> Non-Regex, case-insensitive /searchtext/ -> Regex, case-sensitive /searchtext/i ->Regex, case-insensitive

Miepee commented 1 month ago

Related to #545