Pretty Printer for PL/SQL Code

From: Stefan Meissner <boromir_86_at_gmx.de>
Date: Thu, 16 Jan 2003 09:17:38 +0100
Message-ID: <b05pr2$8ug$1_at_pentheus.materna.de>



[Quoted] Hi all,

[Quoted] I am searching for a tool which works as an auto-formatter for PL/SQL code. In Borland JBuilder this feature is called 'Pretty printer' in emacs it is called 'indent-region'. Both indent the code after writing it. I have to review a lot of code written by others and often in an awful way so that there is no chance to understand the code because it looks like this:

if ... then

bla;
bla;
bla;

if ... then
bla;
bla;

   else
bla;
end if;
end if;

Do you know any tool oder add-in (SQL-Navigator 4, emacs plug-in for PL/SQL, Textpad, Ultra-edit, ...) which supports this?

Thanks in advance
Stefan Received on Thu Jan 16 2003 - 09:17:38 CET

Original text of this message