Claus Pedersen
Member³
I believe I have stated this issue before but I can not find my post, so here I go again: I really miss a keyboard shortcut that performs like Ctrl-RightArrow/Ctrl-LeftArrow in e.g. MS Notepad and a lot of other editors. The Editor functions Word Right/Left does nearly the same thing but not quite. They do exactly what they say, go to the next/previous word. But I would like to have a function that goes to the next non-whitespace (space, tab, newline) including characters such as %, @, paranthesis etc., so when I navigate through the code
I first go to 'a', then to ':', then to 'd', then to the end of line 1, then to 'g', then to ':', then to '2' etc.
So in short I would like to have the functions Word Right/Left changed to accomplish this or have two new functions ('Collection' Right/Left) where collections denotes a group of non-whitespace characters.
Code:
abc := def;
ghi := 2;
So in short I would like to have the functions Word Right/Left changed to accomplish this or have two new functions ('Collection' Right/Left) where collections denotes a group of non-whitespace characters.