UndertaleModTool
UndertaleModTool copied to clipboard
Search.csx popups are annoying
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