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!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!atl-c08.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!ALLTEL.NET-a2kHrUvQQWlmc!not-for-mail Date: Tue, 27 Sep 2005 15:31:16 -0500 From: "Marc A. Criley" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@usenetserver.com Organization: UseNetServer.com X-Trace: a20984339abf9a13cf38732613 Xref: g2news1.google.com comp.lang.ada:5204 Date: 2005-09-27T15:31:16-05:00 List-Id: mchm wrote: > You for the answers on the matter of Ada IDE, but the thing about this > language is that is horrible for beginners speccially when they do not > have a manual in their possesion, perhaps it would be better idea to > copy a documentation capabilities from Java?? lets say while i am > writing my packages code i can place specially inlined comments and then > i can produce for example a HTML pages for it ?? There's a very nice tool for Ada that does this called AdaBrowse. It's available at http://home.tiscalinet.ch/t_wolf/tw/ada95/adabrowse. It works very well and is well-maintained. AdaBrowse processes one or more source code files and extracts information about the package, type, subprogram, etc. declarations, along with any comments that are part of those declarations, and formats it as a set of javadoc-like hyperlinked html files. It's very configurable, so can adapt to your coding style (like whether you place associated comments above or below individual type definitions). > Pehaps it is good idea to propose a community Request list like in Java > that should allow users to point the needs of extensons for this language. This does exist, although it's probably not as informal as a "community request list". There's a formal way of submitting requests and suggestions for changes and additions to the Ada language that anyone can participate in, and they're taken quite seriously. Ada 2005 is pretty much finalized, so nothing more will be getting into it. The process doesn't stop, though, and after a rest I expect to start seeing suggestions picking back up. -- Marc A. Criley -- McKae Technologies -- www.mckae.com -- DTraq - XPath In Ada - XML EZ Out