Pavel

Results 225 comments of Pavel
trafficstars

> This is still not correct - editing should not even start in this case. I have checked the previous versions and indeed it used to work like now, however,...

> This is still not correct Seems to have been fixed meanwhile.

> Seems to have been fixed meanwhile. No way, it's appearing again in 360e461: Ctrl+Tab happily enters edit mode on a document with `aa` on the first line and on...

>I've tried comparing it with Notepad++ (also based on Scintilla) and that one behaves the exact same as Notepad2 This behaviour is actually more common than Notepad's - Firefox for...

@Zzooouhh This seems to be implemented as per your description. Download the EXE from here: https://github.com/ProgerXP/Notepad2e/blob/dev/bin/Win32/Release/Notepad2e.exe

Document: ``` a b (note the leading space) ``` Regular Ctrl+Right jumps from `a|` to `\n |b` while accelerated also jumps to `| b`. Need to remove this discrepancy (intermediate...

Another discrepancy: ``` a b| ``` Regular Ctrl+Right motions: `|b`, `a|`, `|a`. But accelerated are different: `|b`, `|a` (no `a|`).

Strange. Present in de04487 but not in master.

We've increased MRU (#447) and input limits but keep in mind WinAPI's limit of 32767 characters per INI section: https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getprivateprofilesection

> Additionally, Copy should not cause document scrolling (similar issue was with Alt+F3: [#321 (comment)](https://github.com/ProgerXP/Notepad2e/issues/321#issuecomment-954056954)). Not done.