Bug Report: autoselect

ScottMattes

Member³
I just put 7.0.3 on the other developer's PCs on Friday and now I have one that wants the old version back. The reasons are:

- the home/end keys don't work (this happens a lot it seems from reading others on the forum, how come)

- autoselect is giving errors when it didn't use to.

For the autoselect problem consider the following SQL Window contents

select * from dual; mytable

With the cursor to the left of the ';' it gives an Oracle error saying that the ';' is invalid char

or, consider

select * from dual; mytable
select * from something;

with the cursor on the second select the error points to the ';' of the first select.

or,

select * from dual; mytable;
select * from something;

with cursor on second select there is no error, on the first select it says the ';' is invalid.
 
The home/end key can be configured via Tools > Preferences > Key configuration. I'm not sure why this would be cleared.

The AutoSelect does indeed not detect multiple statements on one line.
 
Back
Top