From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a37:c03:: with SMTP id 3mr4885109qkm.367.1612389326231; Wed, 03 Feb 2021 13:55:26 -0800 (PST) X-Received: by 2002:a25:9902:: with SMTP id z2mr7075645ybn.339.1612389326133; Wed, 03 Feb 2021 13:55:26 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.uzoreto.com!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 3 Feb 2021 13:55:25 -0800 (PST) In-Reply-To: <0481738e-af7d-4cc1-95a8-8e570c8ea144n@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2601:3c3:401:f550:5414:24b1:8b50:c05c; posting-account=JSxOkAoAAADa00TJoz2WZ_46XrZCdXeS NNTP-Posting-Host: 2601:3c3:401:f550:5414:24b1:8b50:c05c References: <64d6a85b-3197-42a3-b8a5-c442c0fca2fbn@googlegroups.com> <0481738e-af7d-4cc1-95a8-8e570c8ea144n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <98394cf2-18f2-455e-9ae3-d20b8294552fn@googlegroups.com> Subject: Re: GPS/Gnat Studio: Code completion with other projects From: John Perry Injection-Date: Wed, 03 Feb 2021 21:55:26 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:61278 List-Id: On Tuesday, February 2, 2021 at 5:00:22 PM UTC-6, roda...@gmail.com wrote: > You might try this ... > > To enable 'Find All References' => Append 'GPS.LSP.ADA_SUPPORT=no' to ~/.gnatstudio/traces.cfg > > ... it should help with finding references and refactoring. ...oddly, once I remove that file it still works. I know it wasn't working before; that's why I asked. Very confusing. I'll look into it more & report back.