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,FREEMAIL_FROM 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!border1.nntp.dca.giganews.com!nntp.giganews.com!in.100proofnews.com!in.100proofnews.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Code completion in ada IDE's Date: Thu, 29 Sep 2005 09:45:31 +0200 Message-ID: <433B9B9B.2070706@mailinator.com> References: <1288307.NTzibpiW93@linux1.krischik.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net mwdr1aipfDAeUwE5aD/nrw0/yMVLu65IoYOMg8z5DBapGzueI= User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050912) X-Accept-Language: en-us, en In-Reply-To: <1288307.NTzibpiW93@linux1.krischik.com> Xref: g2news1.google.com comp.lang.ada:5262 Date: 2005-09-29T09:45:31+02:00 List-Id: Martin Krischik wrote: > mchm wrote: > > >>Why Ada must be so hostile to programmers :-) It is beatiful language >>but the ... IDE's scare me off.... > > > Actually GPS is pretty need. Do a right mouse click on any identifier and a > popup menu appears where you can go strait to the definition of that > identifier. > > You can also visualise call trees and such which can be quite handy at > times. I'm a bit annoyed about this, because for it to work you need to have successfully compiled the file you're right-clicking. In practice, every time you have a failed compilation for a file, you lost these informations until you recompile successfully again. At least, remembering the last known state would be an improvement in usability. > GPS just doesn't have intelisense - problem is that Microsoft has a patent > on that. Not that they deserve it - there is prior art - but would you want > to go to court with M$?