Recent content by Roberto Amorim

  1. R

    Download a registered previous version

    Dear Sirs. How could I download PL-SQL-Dev. Version 5.1?
  2. R

    Release 5.1.4

    This AND stuff is "align and" option in the beautifier? How to enable it? Regards Roberto
  3. R

    PL SQL Formatter Enhancement

    It's just what I was looking for... How you will "makeup" this? where x=1 and (y=2 or z=3) and h=4 after cleanup: where x=1 and (y=2 or z=3) and h=4 or this way.... where x=1 and ( y=2 or z=3) and h=4
Back
Top