Recent content by Andreas Beckmann

  1. A

    beautifier and cursors

    Can you avoid, that this line exceeds a limit of 80 characters?
  2. A

    beautifier and cursors

    I saw some topics concerning beautifier and cursor parameters. You can have unlimited characters on the line: cursor c_ (c_param1 number, c_param1 number,c_param1 number,....) Did you fix this? Regards, Andreas
  3. A

    Customize PL/SQL Beautifier

    Can you tell us a little bit more? Which enhancement do you plan?
  4. A

    Customize PL/SQL Beautifier

    Do you extend the rules of the beautifier in a new version?
  5. A

    Customize PL/SQL Beautifier

    Is it possible to customize the PL/SQL Beautifier beyond the existing options? Is it possible to write a plugin to beautify? We have e.g. the following requirement: Call a funtion should look like this: begin if not my_function ( p_param1 => v_param1, p_param2 => v_param2) then...
Back
Top