ProgerXP / Notepad2e

Word highlighting, simultaneous editing, split views, math evaluation, un/grep, comment reformatting, UAC elevation, complete regexps (PCRE), Lua lexers, DPI awareness and more (XP+)
Other
370 stars 52 forks source link

Increase inputs' length in Go To #450

Closed ProgerXP closed 1 year ago

ProgerXP commented 1 year ago

Currently Line and Column don't accept more than 15 characters. We skip non-digits in them, allowing to paste file\path:123 and the non-digit prefix can be quite long. Either remove the limit or set it to at least 500 symbols (unlike #408 we don't store these values anywhere).

cshnik commented 1 year ago

Removed input length limit for line and column in Go To dialog.