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,FREEMAIL_FROM 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-20 04:40:43 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!213.73.101.75!eusc.inter.net!newsfeed.freenet.de!news.freenet.de!not-for-mail From: Jan Prazak Subject: Re: source beautifier Date: Sat, 20 Jul 2002 13:41:38 -0100 Newsgroups: comp.lang.ada Message-ID: References: <3D389EC1.3C5CF71C@sympatico.ca> User-Agent: Pan/0.11.2 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso885915 Content-Transfer-Encoding: 8bit X-Comment-To: "David Marceau" NNTP-Posting-Host: 213.7.141.92 X-Trace: 1027165208 news.freenet.de 32645 213.7.141.92 X-Complaints-To: abuse@freenet.de Xref: archiver1.google.com comp.lang.ada:27268 Date: 2002-07-20T13:41:38-01:00 List-Id: On Fri, 19 Jul 2002 22:20:33 -0100, David Marceau wrote: > These are the alternatives that I know you might want to try: > 1)programmer's editor/emacs/vi/ghostscript Have you tried opening your > ada file within emacs, select all and then indent-region(adjusts all the > lines to be indented properly) ? Thanks, that's what I wanted. > 2)Use gnathtml Then I would have to convert it back to plain text. > 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.