Hi There,
How do you prevent PL/SQL code from being mistaken for substitution variables in the SQL Window?
It is causing a real headache for compiling code since the code is being replaced with nothing if you click Ok on the popup variable window. The code does not have any substitution variables in it but PL/SQL Developer is interpreting the code as a substitution variable! Thus causing the code to incorrectly compile!
This becomes a huge problem when you have embedded JavaScript/JQuery/Bootstrap code. Some of this code is very difficult to escape the & ampersand character without messing up the code.
How do you prevent PL/SQL code from being mistaken for substitution variables in the SQL Window?
It is causing a real headache for compiling code since the code is being replaced with nothing if you click Ok on the popup variable window. The code does not have any substitution variables in it but PL/SQL Developer is interpreting the code as a substitution variable! Thus causing the code to incorrectly compile!
This becomes a huge problem when you have embedded JavaScript/JQuery/Bootstrap code. Some of this code is very difficult to escape the & ampersand character without messing up the code.