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,d4e672c122782c59 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-14 08:36:31 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newspeer.radix.net!uunet!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: gtkeditor, gtkada and gtk X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3C90CF87.836F9839@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <3C905CC6.FCBB2A19@btinternet.com> Mime-Version: 1.0 Date: Thu, 14 Mar 2002 16:27:51 GMT X-Mailer: Mozilla 4.73 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:21238 Date: 2002-03-14T16:27:51+00:00 List-Id: tony wrote: > > I'm looking to create a uncomplex editor object which basically parses > ada correctly then lays it out nicely into a nice text format. > > Although I am aware of Ted Dennisons ada lexical analysis tools, I am > pretty lazy and looking for something to format ada text. > > If anyone is aware of any source code that does this, please tell me.... AdaGIDE come with an Ada formatter. I'm not very fond of the way if formats, but that's a different matter. It does format Ada, and the source code is freely available. -- Jeffrey Carter