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 10:21:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!cambridge1-snf1.gtei.net!news.gtei.net!bos-service1.ext.raytheon.com!dfw-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3E9C3F5F.7AC0DB09@raytheon.com> From: Mark Johnson X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Experiences with GPS-IDE References: <3E9AA2C7.2BF8389B@konad.de> <3E9B2842.D7C1DD53@raytheon.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 15 Apr 2003 12:20:31 -0500 NNTP-Posting-Host: 192.27.48.39 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.raytheon.com 1050427298 192.27.48.39 (Tue, 15 Apr 2003 12:21:38 CDT) NNTP-Posting-Date: Tue, 15 Apr 2003 12:21:38 CDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:36168 Date: 2003-04-15T12:20:31-05:00 List-Id: 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 =. --Mark