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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.172.42 with SMTP id az10mr41563250pac.19.1419789393673; Sun, 28 Dec 2014 09:56:33 -0800 (PST) X-Received: by 10.50.129.98 with SMTP id nv2mr631184igb.1.1419789393572; Sun, 28 Dec 2014 09:56:33 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!h15no32013945igd.0!news-out.google.com!h6ni8272igv.0!nntp.google.com!h15no18557781igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 28 Dec 2014 09:56:33 -0800 (PST) In-Reply-To: <1hw9w1ecyf42u.1x8fovgepzisj.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.6.21.101; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 24.6.21.101 References: <65Pnw.784261$_k.162865@fx16.iad> <1w1zdixq5j24a.4zrnyiwijmrj$.dlg@40tude.net> <1l3qw3vstmcag$.1qdkh60s0b38n$.dlg@40tude.net> <1hw9w1ecyf42u.1x8fovgepzisj.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Quick Question about GPS IDE From: Anh Vo Injection-Date: Sun, 28 Dec 2014 17:56:33 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:24263 Date: 2014-12-28T09:56:33-08:00 List-Id: On Sunday, December 28, 2014 2:48:58 AM UTC-8, Dmitry A. Kazakov wrote: > On Sun, 28 Dec 2014 02:29:06 -0800, Hubert wrote: > > >> BTW, if you want to rename a variable, type etc, right click on it, then > >> "Refactoring". Of course the sources must be fully compiled before doing > >> this, because it is not a textual search. > >> > > Thanks, I'm getting the hang of it. It's quite different from > > VisualStudio, but once you find out where all the functionality is, it > > seems to be relatively usable. > > GPS is better than VS. I'm using both pretty much. The only useful feature > VS has which GPS does not is "bookmarks." GPS has bookmarks, too. I have used it extensively in our project. In addition, the public version GPS 6.0.1 bundled in GNAT-GPL-2014 has it, also. It is in drop down Edit menu. Anh Vo