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.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a24:6994:: with SMTP id e142-v6mr56570itc.22.1521155817760; Thu, 15 Mar 2018 16:16:57 -0700 (PDT) X-Received: by 10.157.4.22 with SMTP id 22mr527495otc.2.1521155817552; Thu, 15 Mar 2018 16:16:57 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!e10-v6no160018itf.0!news-out.google.com!a25-v6ni250itj.0!nntp.google.com!e10-v6no160013itf.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 15 Mar 2018 16:16:56 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.245.163.114; posting-account=rhqvKAoAAABpikMmPHJSZh4400BboHwT NNTP-Posting-Host: 85.245.163.114 References: <37f38cbf-dd15-465c-9b89-7a53d9094971@googlegroups.com> <0603b78c-bac3-4eec-96d4-b084470b233a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: how do do with IDE ? Do they really suck or do I do not know how to handle GPS ? From: Mehdi Saada <00120260a@gmail.com> Injection-Date: Thu, 15 Mar 2018 23:16:57 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:51014 Date: 2018-03-15T16:16:56-07:00 List-Id: It's not that I can't find things, but I would like it to be easily availab= le in the IDE. Which it is. My true problem is about adding files to the pr= oject 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 av= ail 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 ag= ain. 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 ? NOTHING appears in the project view, besides "Sparforte" and a folder with = a "o" inside (meaning "object" ?)... These tools are too cumbersome for the= moment, for me. If only there was the same on-the-fly auto-indentation in = my favorite editor (or any auto-indentation by the way). Anyone using "micr= o" here ? Or anything except emacs, vi and GPS ?