Ver 7 Bugs/Wishlists

jking

Member²
1) Is there a way to disable the highlighting of text in a SQL Window. This is a great feature when executing multiple queries in the same window but when there is only a single query, I find the highlighting to be annoying.

2) If an invalid sql query is executed, the code that generated the error is not always indicated by the red underscore. If I position the cursor on line 1, the underscore correctly shows where the error is. If I position the cursor on line 2, 3 or 4 and execute, the underscore does not appear at all.


Code:
line 1) select *
     2)  from dual
     3) where dummyy = 'X'
     4)
3) If I re-order the columns in the grid and re-execute the query, the column order reverts back to the original order.

4) Grid Resize button - Please Fix this one. :(

Thanks,
Joe
 
Joe,

On your #1, I noticed that if I start to edit the line, the highlighting turns off. But I'd like a quick way to toggle this on/off at times!
 
Regarding 1. Changing the hot track highlighting to a very light grey made it less annoying to me.

Just a thought.

Mike
 
Back
Top