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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: how do do with IDE ? Do they really suck or do I do not know how to handle GPS ? Date: Fri, 16 Mar 2018 11:26:28 +0100 Organization: A noiseless patient Spider Message-ID: References: <37f38cbf-dd15-465c-9b89-7a53d9094971@googlegroups.com> <0603b78c-bac3-4eec-96d4-b084470b233a@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 16 Mar 2018 10:32:35 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="14df89607091eb52b7d88c7e3dcd29ca"; logging-data="21711"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/M4HVpvfXYApeWJd829dj2" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 In-Reply-To: Cancel-Lock: sha1:8bw9NEQ4j2CLGBAVMBhNd+g5giQ= Xref: reader02.eternal-september.org comp.lang.ada:51027 Date: 2018-03-16T11:26:28+01:00 List-Id: On 2018-03-16 00:16, Mehdi Saada wrote: > It's not that I can't find things, but I would like it to be easily available in the IDE. Which it is. My true problem is about adding files to the project that are not in .adb or .ads. I thought I had to "add complex naming scheme", I put "*.origin", but it only remove all files in the outline view. I don't get it. I tried to do the same in project -> properties, to no avail either. I could yesterday, then many config files disappeared (yeah, it's not called "unstable" debian for nothing I suppose) and I can't do it again. See: > project Sparforte is > for Source_Dirs use ("SparForte/src/**"); > for Languages use ("Ada"); > package Naming renames Sparforte_Naming.Naming; > for Main use ("spar.adb"); > end Sparforte; > > Does it seem ok ? I miss a with "Sparforte_Naming"; and the contents of Sparforte_Naming.gpr -- -- Björn