Recent content by sabine22

  1. S

    Beautify and /* Comments */

    Are there any workarounds, ie things to avoid within comments? I have a feeling that I have to live with 7.1.5 for a while...
  2. S

    Beautify and /* Comments */

    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
  3. S

    Double Ampersand in Code - Compilation and Beautifier Problem

    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
  4. S

    Double Ampersand in Code - Compilation and Beautifier Problem

    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...
Back
Top