Re: CB for PLSQL ?

From: Scott McKellar <mck9_at_swbell.net>
Date: Fri, 03 Sep 1999 18:06:21 -0500
Message-ID: <37D0546D.512_at_swbell.net>


Rui Anastácio wrote:
>
> I have some code in PLSQL that is poorly written. Anyone knows if there is a
> tool like cb (C beautifull) for PLSQL ?
>
> Rui Anastácio

(Posted and mailed)

My website offers a free beautifier called plsb in the form of C source code. It is open software released under the terms of the GNU General Public License.

Plsb is still under development. It aligns BEGIN with END, IF with END IF, and so forth. It also does a reasonably decent job of indenting SQL statements. The main thing it doesn't do yet is break up long lines into shorter ones -- parameter lists, complex expressions, and the like. That's the next item on my agenda.

Scott McKellar mck9_at_swbell.net
http://home.swbell.net/mck9/pls/ Received on Sat Sep 04 1999 - 01:06:21 CEST

Original text of this message