UndertaleModTool icon indicating copy to clipboard operation
UndertaleModTool copied to clipboard

Search.csx popups are annoying

Open Couchy opened this issue 7 months ago • 1 comments

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

Couchy avatar Jun 25 '24 22:06 Couchy