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,58e5da512e391bae X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news3.google.com!feeder.news-service.com!kanaga.switch.ch!switch.ch!news.rediris.es!not-for-mail From: Manuel Collado Newsgroups: comp.lang.ada Subject: Re: Ada help file indexed by keyword Date: Wed, 21 Apr 2010 14:37:34 +0200 Organization: RedIRIS Message-ID: References: <4bcee4e0$0$6980$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: acedia.ls.fi.upm.es Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: heraldo.rediris.es 1271853451 11317 138.100.10.20 (21 Apr 2010 12:37:31 GMT) X-Complaints-To: jesus.heras@rediris.es NNTP-Posting-Date: Wed, 21 Apr 2010 12:37:31 +0000 (UTC) User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <4bcee4e0$0$6980$9b4e6d93@newsspool4.arcor-online.net> Xref: g2news2.google.com comp.lang.ada:11079 Date: 2010-04-21T14:37:34+02:00 List-Id: Georg Bauhaus escribi�: > Manuel Collado schrieb: >> I'm looking for an Ada95/2005 help or reference document indexed by >> keyword (reserved word or standard library identifier). >> >> The purpose is to integrate it into an academic IDE, so it should be >> possible to put the cursor in the editing window over a meaningful word, >> and invoke help about it. >> >> So far I've found the ARM in several formats, but none of them can be >> accessed as described. There is also the Ada wikibook, that also lacks >> the required feature. Even GNAT/GPS seems to lack it. > > The wikibook has this feature. The book authors have made templates > that, if used, will make, e.g., a reserved word into a link to a pages > with info about the word. There are some programs and editor macro > files (Vim and Emacs) to help with automatic addition of such. These > are mentioned on the wikibook authors' pages (in wikibook.org). Do you suggest converting every instance of common words like 'with', 'use', 'for', 'while', ... into a link to index entries? :-) > > One of these programs is the following. I should prepare an update, > though, for some new wikibook template syntax. > http://home.arcor.de/bauhaus/Tools/ASnip/ Well, I'm not looking for a tool to create the help system, but for a ready-to-use one. In fact my course is not about Ada programming, but about Programming Environments. My students will be asked to customize an existing IDE by adding additional features not already available, via invocation of external tools. Like contextual help for Ada keywords or standard library elements while editing Ada sources. Hope this clarifies the idea. -- Manuel Collado - http://lml.ls.fi.upm.es/~mcollado