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,b90404e71c953be5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-15 11:36:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Experiences with GPS-IDE Date: 15 Apr 2003 14:31:06 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3E9AA2C7.2BF8389B@konad.de> <3E9B2842.D7C1DD53@raytheon.com> <3E9C3F5F.7AC0DB09@raytheon.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 1050432361 748 128.183.235.92 (15 Apr 2003 18:46:01 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 15 Apr 2003 18:46:01 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:36171 Date: 2003-04-15T18:46:01+00:00 List-Id: Mark Johnson writes: > Stephen Leake wrote: > > > > Mark Johnson writes: > > > > > What I do like better in GPS is the better browsing facility, auto > > > fixing, > > > > I haven't encountered "auto fixing" in GPS; what menu/mouse action > > invokes this, and what does it do? > > > If you do a compile or build, the messages window in the lower right > will get the compilation errors / warnings. If it has a wrench like icon > at the beginning of the line, click on it to apply the automatic fix. > There is also a "code fixing" menu item on the Tools menu; though that > appears to be grayed out, even when at a fixable error. A quick example > of this is to replace a := with =. Ok. That is equivalent to my Emacs package, at least in general functionality. I wonder if they cover the same list of errors. Is it bound to a key? More importantly, how do I add new errors to the list of things that can be fixed? That's really the power of Emacs. Hmm, I guess they'd say "edit the Ada source for GPS and recompile". Maybe I'll try that someday :). -- -- Stephe