Pavel

Results 225 comments of Pavel
trafficstars

You are thinking in terms of vim's autocommands but Notepad 2e will never offer such flexibility. However, there are two possible solutions to this problem although neither is perfect: 1....

Wrapping is handled by Scintilla, not sure if we can influence it. @cshnik This reminds me of a problem with HTML documents that have no language specified. With ``, this...

> In my local tests Alt+P behave near the same way as Alt+R: selection get adjusted according to the applied command and remains visible on screen. But caret doesn't. ```...

I see you have "emulated" Ctrl+Space prior to every command. Am I right that it only works thanks to our disabling of Ctrl+Space selecting entire line? Because in standard Scintilla...

> There is no default Scintilla's hotkey assigned to Ctrl+Space (original file, not modified): We have disabled triple mouse click as well as double Ctrl+Space (i.e. first selects something and...

Memo: > I see you have "emulated" Ctrl+Space prior to every command. Am I right that it only works thanks to our disabling of Ctrl+Space selecting entire line? Answer is...

I have started to see notifications when file is saved because of Save On Lose Focus (#164). This is extremely rare but I am confident there is a bug in...

c27028f addressed the issue by commiting Edit Mode on Find Next command. This only fixes the described example which is just one case. Please remove implicit commit in that case...

This is not always possible. Actually, the only case when iframe will be used is for legacy upload (IE, some Opera). For others AJAX will always be used but not...

@rchrd2 There's nothing to "force" because AJAX uses no standard form upload. Your case is just special and you won't need most of FileDrop features anyway (at least those which...