SQL editor CTRL+END behaviour

CTRL+END goes on the the line, after the last line. EX:

Code:
select *<new line>
from table
CTRL+END will go under the 'f' of from, not after the 'e' on table.

Code:
select *<new line>
from table<new line>
CTRL+END will go 2 lines after the "from"
 
Open an editor and add a new line. Go to the previous line. The down arrow will now not move to the new empty line but the right arrow and ctrl-end will.

If the line contains text then the down arrow functions normally.

I am using 5.1.4.730.

Bo Pedersen
 
You're right, Ctrl-End and Cursor-Right will both allow you to move to the last (empty) line. Cursor-Down will not. We'll fix it.
 
Back
Top