XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Move cursor to next space #97

Open ghost opened 10 years ago

ghost commented 10 years ago

With this line as an example

96.44.171.82:8080 US-H

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.

ghost commented 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

XhmikosR commented 10 years ago

You shouldn't make a patch for this project, but instead for upstream.