Date: Thu, 13 Mar 1997 13:21:59 +0200 (IST) From: Eli Zaretskii To: Dim Zegebart cc: DJGPP Mail List Subject: Re: Some thoughts about RHIDE's future features. In-Reply-To: <33283E3D.262E@post.comstar.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 13 Mar 1997, Dim Zegebart wrote: > function's list in current module. So, my idea is create > info editor inside RHIDE. For example : you press Alt-F2, > pick function and type some description. When all functions are > described you press 'Write info file' button and .inf file appears > on you hard disk ;) Why reinvent the wheel? You can do this *right now*, if you (1) use RHIDE or any other editor to write the docs in Texinfo; and (2) run makeinfo.exe on the Texinfo source to get the Info file (should be possible from RHIDE, as it can run external programs). Editing Info files directly might seem simple for simple cases, but it is actually inconvenient. For example, makeinfo automatically creates index entries from references scattered across the whole document, validates cross-references and does other services which are painful to do manually.