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,55eec2ee238f12cb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Wed, 28 Sep 2005 11:04:48 +0200 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050831 Debian/1.7.8-1sarge2 X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Code completion in ada IDE's References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <433a5ca4$0$16478$9b4e6d93@newsread4.arcor-online.net> NNTP-Posting-Date: 28 Sep 2005 11:04:36 MEST NNTP-Posting-Host: 20540310.newsread4.arcor-online.net X-Trace: DXC=N:jP?NGU5d6c]9?QGJT=S2:ejgIfPPld4jW\KbG]kaM8XY;eg@jLYeif9UUng9_FXZ=3>:=P9Ihe`B8@Z?dZ]MOid5 X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:5225 Date: 2005-09-28T11:04:36+02:00 List-Id: mchm wrote: > And by Code completion > i mean that when i define a variable named var : Integer, code > completion should allow me to see the attributes of such type allong > with attached help, whlile defining records tagged records i also could > have accesss to the defined fields, I know this is very convenient. I also know that it stops people from learning because they get the impression they can get by without it. The feature is useful in times, but beginners will do themselves a disservice when they start to rely on the feature. Try a good overview document instead, and see how this adds to your work. When you base your work entirely on code completion, your application runs the risk of becoming a program that has been "competioned" into existence, a patchwork, more or less.