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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,668e9e8459c8aba3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-04 08:25:44 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: AdaGIDE 7.00 release (Ada GUI IDE for Windows 95,98,ME,NT,2000,XP) Date: Wed, 4 Dec 2002 16:25:43 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <17cd177c.0212031234.340ca0aa@posting.google.com> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1039019143 13190 134.91.1.34 (4 Dec 2002 16:25:43 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Wed, 4 Dec 2002 16:25:43 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:31427 Date: 2002-12-04T16:25:43+00:00 List-Id: Martin Dowie wrote: : "Gautier" wrote in message : news:17cd177c.0212031234.340ca0aa@posting.google.com... :> * Main improvements in AdaGIDE 7.00 compared to version 6.52 :> Suggestions added when a '.' or '(' is pressed (Ada. -> ...) : : Love this feature!! A side effect (of visible suggestions, here in VAJ and Eclipse) that I've been witnessing is decreasing knowledge of libraries, and also that source code starts beeing cluttered with fully qualified names because then the feature works. People have started qualifying names even when they were just looking for some standard java.lang.String function. Hope you can avoid this desease, which in Ada I'd have to express as function inc(x: Standard.Integer := Standard.Integer'(0)) return Standard.Integer is begin return Standard."+"(x, Standard.Integer'Succ(x)); end inc; I'd guess (from mechanisms behind C-TAB) that AdaGIDE is smarter and doesn't require FQNs. So it can nicely hide whatever negative effect on learning suggestions might have :-) (Not saying suggestions aren't useful, but it might make programmers even more lazy.) just my -2c. -- georg