Open ghost opened 10 years ago
The offending line is with [CharClassify.cxx][1]. I do not have time to make a patch at the moment, but I plan to.
[1]: http://github.com/XhmikosR/notepad2-mod/blob/e4f7485/scintilla/src/CharClassify.cxx#L28
You shouldn't make a patch for this project, but instead for upstream.
With this line as an example
If the cursor is at the start of the line, I would like to move it to the first space. Currently I use Ctrl→, however this will stop at each period (full stop).
Classic Notepad, the Command Prompt, and PowerShell all move to the next space using the previous shortcut, so I feel Notepad2 should as well, or at least have a setting to allow this.