Ctrl+Arrow should jump considering camel case.
Brought to you by:
fabioz
When you press ctrl-arrow (left o right) on the java
editor, the cursor not only jumps through each word,
but considers camel case as a position for the cursor
to jump.
For example:
Lets suppose that the cursor is at the beginning of the
test "PythonClass" and you press ctrl-right, currently
the cursor moves to the next word in the text line, it
should move up to the "C".
I strongly agree.
Note that this should also work for Ctrl+Shift+arrow, Ctrl+Delete and Ctrl+Backspace