highlighting Quoted Strings issue 7.0.2

fraenkg

Member³
After upgrading to 7.0.2, all statements in my pl/sql are colored as string after seting a variable to e.g. '(' until ')' is found.

1 fs := '(';
2 fn := 2;
3 fs := fs || ')';
4 fn := 3;

In above example lines 2 and 3 are highlighted as string.
I've realized, that kwf- Files support new Quoted String syntax Q'(. May be this is the reason.

regards
frank
 
This was indeed a problem with the initial 7.0.2 release. If you download and install the current 7.0.2 version this is fixed.
 
Back
Top