text higlighting

baloo

Member²
I have command for example see below.
EXECUTE IMMEDIATE 'DROP table aa' ;
EXECUTE IMMEDIATE 'DROP
table aa' ;
in second case text is not correctly higlihgted.
can you help me?
Baloo
 
It is by design, so that the all PL/SQL code does not immediately change between string and code as you are typing quotes.

We are reconsidering this for 6.0 though.
 
Back
Top