Navigation problem

You will need to go to Tools > Preferences > Key configuration and assign the correct keys to Editor: Word Left and Editor: Word Right. These keys are cleared as the result of an upgrade bug.
 
@Marco
got some promblems with this "function" too.
I had assigned it correct and it will do it, but the navigation is a little cruel to me.

When i have a sql code
----------
__MyTest := 'Test Text';
----------
_ = Blank
and the cursor is on 1st Position in the line and i start navigation with Ctrl+Cursor Right the following happens:
1 the Cursor is before M
2 the Cursor is between 'T
3 the Cursor is between t'
4 the Cursor moves to end of line.

Is there a possibility to navigate to the ":=" too? (f.e. Word will do it so)
The Problem is just, that i can't navigate to Symbols (:= = < >) by keyboard, so i had to take the mouse.

Ok, while i'm trying it in my Brower (Opera 8) while typing this, the navigation is different wether to PL/SQL nor to Word :-(
 
Back
Top