mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-10-28 18:13:54 +01:00
* The search input length has been extended from (2048 - 1) up to (16384 - 1) characters. * For saving find input history, only search strings shorter than 2048 characters will be stored for the next session. * The tooltip warning is displayed in both cases above. Fix #16749, fix #1088, close #16855