Pavel

Results 122 issues of Pavel

Commands like Alt+W, Alt+R, etc. attempt to keep original selection, scroll, etc. even if the document was modified. Implement the same for Alt+P.

Notepad2 recognizes `` (JavaScript) and `` (PHP) schemes inside Web Source Code, but not ``. This requires support in the lexer code (Scintilla) which is lacking at the moment. Perhaps...

~~According to changes in #283 it must be easy to~~ Treat quotes like brackets (for commands like Ctrl+B, highlighting and others) - make a new INI setting that switches between...

upcoming release

If there is no selection, cut or copy the nearest word ("nearest" as understood by #319, #321). Don't change selection after this. This also affects the toolbar but in Notepad2...

Is it possible to hook two Alt+Arrows (Left and Right) combinations so that they don't trigger any side effects? Asking because Alt is used for &accelerators (main menu, etc.) and...

upcoming release

From what I understand, Notepad2 implements a hybrid of event-based file change monitoring (by means of `FindFirstChangeNotification`) and polling by timer. Why, instead of polling for changes every 2 seconds,...

upcoming release

Run Notepad2, modify document, initiate Windows shutdown or sign out. Notepad2 will display the "Save changes?" box before Windows shows the blue screen with pending programs. If you then cancel...

bug

Inputs in Alt+M, Alt+Q and possibly elsewhere don't accept more than 255 symbols (not bytes). Ctrl+F/H inputs accept 500 at most which is better but still insufficient. What is the...

Open a file with different indentation and Guides enabled, then repeatedly press F5 to reload it. You will notice all kinds of glitches in how vertical lines are painted -...

bug

If `SplitLines` is 1, Ctrl+W must use #320 to wrap the selection. In other words, this command becomes equivalent to Ctrl+I except user can override the line length limit. Additionally,...