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
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