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!news2.google.com!proxad.net!newsfeed.stueberl.de!newsfeed.vmunix.org!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Code completion in ada IDE's Date: Thu, 29 Sep 2005 19:59:33 +0100 Organization: Pushface Message-ID: References: <1288307.NTzibpiW93@linux1.krischik.com> <433B9B9B.2070706@mailinator.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1128020371 22704 62.49.19.209 (29 Sep 2005 18:59:31 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 29 Sep 2005 18:59:31 +0000 (UTC) Cancel-Lock: sha1:eL8JpWnqO/3FOlJSjZ7NSqMNQvY= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news1.google.com comp.lang.ada:5277 Date: 2005-09-29T19:59:33+01:00 List-Id: "Alex R. Mosteo" writes: > 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. If you compile with -gnatqQ, the .ali files will be retained even if the compilation fails (I forget the exact meanings of q and Q ..) Certainly under Glide (the supported emacs ada-mode) these switches let you navigate to find out why the compilation failed (well, almost all of the time, anyway!)