Pavel
Pavel
> I can say about all my INI settings. I read these settings ,but I don't write its to INI file. That's okay, you should only read them.
@ **haccel** One month has passed.
> - MaxSearchDistance - if I set it to 1 (so supposedly = 1 kilobyte) and make a document like `zz\n...\nzz` where `...` stands for 1500 lines that make up...
This is not the intended behaviour, it must be a misimplementation. The intention is to have a setting that controls word (or selection) highlighting. This is because there may be...
> But there is a feature in its implementation: you can't see/track that limit if there is a match visible on current page. It looks like an UI enhancement to...
A reminder for later checking: - create a file with 150 000 occurrences of the same word on the same line, e.g. `foo foo foo foo ...` (500+ KiB of...
The issue described in my post above is definitely present and completely freezes the program if there are so many occurrences of a word on the same line. MaxSearchDistance is...
> Please confirm if we should improve Notepad2e performance for files with such a long lines. Yes, I have also noticed poor performance when trying to work with single-line files...
Let's implement it, disabling for XP so that Notepad 2e still works in that OS. - OF_CAP_CANSWITCHTO - OF_CAP_CANCLOSE - CloseFile works like WM_CLOSE on Notepad 2e's window, bringing Save...
> Do we need to make Notepad2e itself provide details on his locked file (looks useless since it almost never use exclusive file lock) I don't want to add exclusive...