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 10:05:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: gtkeditor, gtkada and gtk Date: 14 Mar 2002 12:56:20 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <3C905CC6.FCBB2A19@btinternet.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1016128903 14115 128.183.220.71 (14 Mar 2002 18:01:43 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 14 Mar 2002 18:01:43 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:21245 Date: 2002-03-14T18:01:43+00:00 List-Id: tony writes: > Good Morning Beardies, > has anyone ever used the GTKeditor object at the gnome gtk > application developer site? I would be interested to hear of their > experiences. Has anyone tried to write a scanner object for the GTK > editor. > > I'm looking to create a uncomplex editor object which basically parses > ada correctly then lays it out nicely into a nice text format. > Calling that functionality "uncomplex" is interesting ... > > 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.... I suspect this is _not_ what you are actually looking for, but Emacs Ada mode has an Ada parser/formatter (written in Emacs lisp). -- -- Stephe