Hello,
I have problem with Syntaxdetection and Syntaxhighlighting of PL/SQL Developer.The PL/SQL Developer don't recognize the String-Definition with q'#String#'.
String example with q'#String#'.
DECLARE
string varchar2(10);
BEGIN
string := q'#I'm a String.#';
END;
String example...