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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8d33ebaa85598950 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.106.199 with SMTP id gw7mr444329wib.0.1348233754179; Fri, 21 Sep 2012 06:22:34 -0700 (PDT) Path: ed8ni9088314wib.0!nntp.google.com!feeder3.cambriumusenet.nl!feeder1.cambriumusenet.nl!feed.tweaknews.nl!94.232.116.12.MISMATCH!feed.xsnews.nl!border-2.ams.xsnews.nl!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!backlog2.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!news.snarked.org!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: GPS issues: laundry list Date: Thu, 13 Sep 2012 14:41:39 +0200 Organization: cbb software GmbH Message-ID: <1czkmkr4rkvej$.15q3qxfviwi5w.dlg@40tude.net> References: <854nn34fv2.fsf@stephe-leake.org> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 2465 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2012-09-13T14:41:39+02:00 List-Id: On Thu, 13 Sep 2012 02:46:05 -0700 (PDT), Marius Amado-Alves wrote: > "For large projects, nothing helps. No idea how to improve that." > > Dmitry, you've just created an immortal quote! (:-)) > Gnatmake was such a beautiful tool, everything was clear at last, then > suddenly we're back to the black arts age, Hmm, gprmake is still there: gnatmake -Pproject_file You are not forced to use gprbuild instead, unless you wanted some C/C++ sources in the project. Or, what did you mean? > So I am "forced" to use GPS. (I'd rather use Notepad++. I hate visual > "studios". If you close all GPS windows but the source code window, that will be exactly the Notepad++'s look-and-feel. > So I'm learning the "GPS way". Trying to understand the "Project > properties" thing. The only thing to understand about it is that you should never ever click it! Project file is a plain text file in an Ada-like language. > Find it extremely awkward, confusing. A simple thing > like putting a source file in a project is ludricously hard. It is as simple as saving a file. E.g. take an existing project file, then File -> Save As. That is it! (you should have for Source_Dirs use (directories list); in the project file. Whatever sources you put in any of the directories, they go to the project. GPS notices when you save a new Ada file there and adds it to the project view automatically. The best thing about it is that doing so, it does not touch the gpr-file.) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de