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.182.246.168 with SMTP id xx8mr41798410obc.24.1436717597671; Sun, 12 Jul 2015 09:13:17 -0700 (PDT) X-Received: by 10.50.107.105 with SMTP id hb9mr127681igb.3.1436717597653; Sun, 12 Jul 2015 09:13:17 -0700 (PDT) Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!qs7no4264224igc.0!news-out.google.com!t2ni8342igk.0!nntp.google.com!qs7no4264216igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 12 Jul 2015 09:13:17 -0700 (PDT) In-Reply-To: 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: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8125e315-8ead-4300-ac68-4d1061e78a3e@googlegroups.com> Subject: Re: how to change only the Ada keywords to UPPERCASE in GPS? From: Anh Vo Injection-Date: Sun, 12 Jul 2015 16:13:17 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:194103 Date: 2015-07-12T09:13:17-07:00 List-Id: On Saturday, July 11, 2015 at 10:01:51 PM UTC-7, Nasser M. Abbasi wrote: > in GPS (gnat 2015), I can select the code in the window, and then > right-click, and a small pop-up window comes up. It has a "CASING" > option. But I do not see an option there to only change all the > Ada keywords (begin, for, then, loop, etc...) to UPPER case > and make everything else lower case? I see 4 items on the list, > and I tried all 4 options, but they do not do what I want. > > I like keywords only be UPPER case (it reminds me of my > favorite language Pascal when I do this :) > > Is there some other option I might have missed to do this?> Take a look at Edit -> Preferences -> Editor -> Ada. Anh Vo