On Thu, 28 Feb 2002 22:10, Ryan Shaw wrote: > Eung-ju wrote: > ||| > I seem to remember a while back someone mentioning > ||| > they had a Python script that would convert source > ||| > to Avalon style (brackets and whitespace and such). > ||| > > ||| > Does this script still exist and if so could I get > ||| > a copy of it? > ||| > ||| I don't remember that kind of script. > ||| But here is another solution. Use IDEA's "Layout Code" funcationality. > ||| check http://www.intellij.com > ||| Or other kind of source reformatter. > > I use emacs for formatting my code as I write it.
I have some emacs elisp that I can probably send your way if I can extract it from my elisp "library" ;) > What I want to do is reformat hundreds of existing > source files all at once. Checkout jrefactory.sourceforge.net and look for PrettyPrinter. It is fairly good and I used a modified version of it for ages - until I moved to use the IDEA editor ;) -- Cheers, Pete ----------------------------------------------- | If you turn on the light quickly enough, | | you can see what the dark looks like. | ----------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
