From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,89104df3f4c230ff X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-21 19:36:11 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!pln-e!spln!dex!extra.newsguy.com!newsp.newsguy.com!hopperj From: jim hopper Newsgroups: comp.lang.ada Subject: Re: source beautifier Date: Sun, 21 Jul 2002 22:11:26 -0400 Organization: http://extra.newsguy.com Message-ID: <210720022211260132%hopperj@macconnect.com> References: <3D389EC1.3C5CF71C@sympatico.ca> NNTP-Posting-Host: p-902.newsdawg.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Thoth/1.5.5 (Carbon/OS X) Xref: archiver1.google.com comp.lang.ada:27291 Date: 2002-07-21T22:11:26-04:00 List-Id: In article , Jan Prazak wrote: > > > 4)use raincode > > It not only beautifies but also code-metrics'fies among other things and > > combines the output of both in a well-organized html documentation with > > an index. > > As I have read here, it's only for Windows. > No what i ment by my post is the DEMO is only for windows. the actual product as i understand it is obfiscated source code that you can compile for any platform. also as to editors. on linux i use nedit which does a decent job of syntax coloring, and i then tied reformat to a command menu and it would reformat and do indenting etc inplace in the window. you can also get it to do compiles and a lot of otherthings from inside the editor like emacs does. i am sure its not as good at it as emacs but its a much nicer editor for those of us who want a mouse based editor that doesnt force us to learn lots of key combinations to do things ;-) best jim