[v16.15b1] CTRL-LEFT vs CTRL-RIGHT

Post bug reports when testing beta versions here.
Post Reply
User avatar
vha
Posts: 1080
Joined: 27 Jun 2007 21:34
Location: Belgium

[v16.15b1] CTRL-LEFT vs CTRL-RIGHT

Post by vha »

- Have following text:

Code: Select all

abc%p"), def
- with the cursor at the start of the line and hitting CTRL-RIGHT, the cursor stops behind abc, p, ", ) and , and at the end of the line
- with the cursor at the end of the line, and hitting CTRL-LEFT, the cursor stops in front of def, p, % and at the start of the line

Is this consistent/expected? (especially the 4 stops from 'p' till ',')

vha
User avatar
Rickard Johansson
Site Admin
Posts: 6628
Joined: 19 Jul 2006 14:29

Re: [v16.15b1] CTRL-LEFT vs CTRL-RIGHT

Post by Rickard Johansson »

It's the default behavior and it behaves exactly as in Sublime Text... Ctrl+Right will move to the end of a word and Ctrl+Left to the beginning. So it does kind of make sense... Ctrl+Left/Right are not supposed to stop at the same positions.

There are options available if you want a different behavior:

"Options -> General -> Move cursor between words (Shift+) Ctrl+left/right".
Post Reply