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 autolearn=ham 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!fu-berlin.de!uni-berlin.de!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Feasibility of using Ada in new development Date: Thu, 2 Sep 2004 09:56:38 +0100 Organization: BAE SYSTEMS Message-ID: <4136de3f$1_1@baen1673807.greenlnk.net> 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> X-Trace: news.uni-berlin.de iCIEReFnooVeKD9xWS4P2Aaahif2M6wlN9zKQ+CZAlSNcNSbLS X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:3251 Date: 2004-09-02T09:56:38+01:00 List-Id: 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. -- Martin