From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00,NICE_REPLY_A, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Jeffrey R.Carter" Newsgroups: comp.lang.ada Subject: Re: GnatStudio 20230501 released Date: Mon, 15 May 2023 15:58:43 +0200 Organization: A noiseless patient Spider Message-ID: References: <13757589-8844-46ec-8d09-24b4bfd65a52n@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Mon, 15 May 2023 13:58:43 -0000 (UTC) Injection-Info: dont-email.me; posting-host="cc62feb47797be3c2e3beb23a2d88995"; logging-data="3195210"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19J8i+jDy+gq+ZYjLJZ2R0KX6msVsjRCGk=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Cancel-Lock: sha1:/uyVRSUWOsG/zOCR7K1s6t06r5s= In-Reply-To: Content-Language: en-US Xref: news.eternal-september.org comp.lang.ada:65241 List-Id: On 2023-05-15 12:41, Rod Kay wrote: > >    Also, in the new binary, 'Find all references' appears to be broken (it > finds no references). I guess, the same would apply for the refactoring tool. > I've been advised to report the issue and will do so tomorrow. It might help to > know if other people also experience the same problem(s), before reporting ? After typing "with Ada.Strings." I received a use clause as a suggested completion. After completing the subprogram name in a subprogram call, I was shown something other than the subprogram specification. After typing the '(' for the parameter list, I was shown something other than the formal parameters. -- Jeff Carter "Mixtures of similar characters (letter O and digit 0, letter I and digit 1, etc.) are unsafe, as are long identifiers that differ only at the end." Elements of Programming Style 187