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.9 required=5.0 tests=BAYES_00,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d2412d6bfc028be4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-22 09:31:11 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: Informal Date: Wed, 22 Aug 2001 19:20:12 +0300 Organization: The Hebrew University of Jerusalem Message-ID: <9m0m6u$efe$1@news.huji.ac.il> References: <9m0jth$d6f$1@news.huji.ac.il> NNTP-Posting-Host: di2-41.dialin.huji.ac.il X-Trace: news.huji.ac.il 998497311 14830 132.64.12.41 (22 Aug 2001 16:21:51 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Wed, 22 Aug 2001 16:21:51 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:12254 Date: 2001-08-22T19:20:12+03:00 List-Id: Ted Dennison wrote in message news:ATQg7.10660$2u.75933@www.newsranger.com... > In article <9m0jth$d6f$1@news.huji.ac.il>, Ehud Lamm says... > > > >What I had in mind is some radio button like box, which would simply > >generate the GNAT command line options, which you currently specify in the > >options dialog. > > The GreenHills IDE does that. As an occasional user of that IDE, I'd suggest you > also try to place some kind of help information about those options (tooltip > help perhaps?) in that dialog. A big mess of checkboxes can be quite daunting, > particularly when you don't know what they all do. Its tempting to just click > them all, in hopes that will optimize best. :-) > > Note also that when you add in all the gcc and ld options (-cargs , -largs), the > complete list of options would make for a *huge* dialog (even if you try tabbing > it). > Remember that I am just talking about choosing installed libraries, and adding the -l switches. I didn't suggest, nor would I like a box for choosing all options. One thing that may be nice is choosing Debug and getting the -g switch. [But this shoudln't be a part of the library choosing dialog, of course] Ehud