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: 103376,e7151167e0767ecc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Feasibility of using Ada in new development Date: Thu, 02 Sep 2004 18:23:55 +0200 Organization: AdaCL Message-ID: <2073049.PxIhhTSDzt@linux1.krischik.com> References: <8429999a.0408231027.2850e800@posting.google.com> <6530a40c.0408240309.36f53e75@posting.google.com> <8429999a.0408241225.144c0066@posting.google.com> <19b0e504.0408251305.73ed26c8@posting.google.com> <87brgxkbol.fsf@insalien.org> <19b0e504.0408280957.5e266d7@posting.google.com> <877jrjhzx4.fsf@insalien.org> <19b0e504.0408300906.15164bf3@posting.google.com> <19b0e504.0408310911.1e885c26@posting.google.com> <1093982960.20821@master.nyc.kbcfp.com> <4136de3f$1_1@baen1673807.greenlnk.net> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1094149660 05 29176 6IhaXyMJByH7Q2R 040902 18:27:40 X-Complaints-To: usenet-abuse@t-online.de X-ID: EGPppvZ-YexcTNgP-YC5adONV7fNZHivSYi0+G83a7kqI89RTg4crp User-Agent: KNode/0.7.7 Xref: g2news1.google.com comp.lang.ada:3270 Date: 2004-09-02T18:23:55+02:00 List-Id: Martin Dowie wrote: > Hyman Rosen wrote: >> stephane richard wrote: >>> What I'd like to know is what could be code completed except for: >>> - With and Use clauses >>> - Pragma >>> - and data types when creating a variable >>> would there be anything else? >> >> You left out the most important thing, which is auto completion of >> procedure calls. The IDE should offer a choice of all matching names >> and parameter profiles. Once one is picked, it should display the >> name and type of each parameter. > > This will be a whole lot easier with Object.Method notation - this shold > be Ada0Y. I don't think it gets any easier. The main problem is the use of "use" here. A lot of progammers "use" everything and anything and hence an enourmous amount of identifier become visible. And then the IDE can't choose. Shure, once you type "Object." the IDE can reduce the choice - but then "Package." would have been just as easy for the IDE. So actually more difficult. The IDE must now support "Object." and "Package." With Regards Martin. -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com