Beta 9, editor in sql grid has strange offset when text contains tab characters

Claus Pedersen

Member³
In an sql window, I execute the select:
SQL:
select chr(9)||chr(9)||chr(9)||'AAABBB' from dual

In the result grid, I place the cursor between AAA and BBB and drag the cursor to the right (or press Shift and Right-Arrow three times) to mark BBB.

But it seems like the 'real' cursor is between the first and second A, so it is the last 5 letters that are marked.

If I want to mark the three B's, I have to place the cursor before the last B and then mark.

Could this be fixed?
 
Back
Top