command window and autoReplace Bug

g_lagaffe

Member²
Hello,
I seem to be one of the last of the dying breed that still prefers the Command window to the SQL window and encountered the following problem:
When I enter a command like

Code:
select sysdate from dual;
in the Editor pane and leave the cursor at the end of the line (i.e. I do NOT press Enter) and then press F8 (execute) the AutoReplace functionality is not working any more. To resolve the problem I have to return to the editor pane and press ENTER at the end of line to move the cursor to the next line...
Not a big issue, but quite annoying...

A fix would be nice ;)
 
Back
Top