Hello!
Every time I beautify my code, PL/SQL Developer pushes some of my /* */ comments further to the right which looks pretty ridiculous.
It doesn't happen all the time though, but I haven't figured out what I can do to avoid it. Any hints?
P.S.: Still using 7.1.5
Thanks Marco.
Does anyone have an idea for a workaround?
It's a bit dangerous to rely on the user to change it back before checking in...
Best regards,
Sabine
Hello,
I was very happy to find PL/SQL Developer at my customer's site. :-)
But I am struggling with the following problem:
Our scripts make extensive use of double ampersands like in this example:
As PL/SQL Developer does not recognise this, it is not substituted, and then the compiler...