From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: Need Help with RHIDE INFO-READER Date: Thu, 18 Dec 1997 00:40:17 +0100 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 20 Message-ID: <349a43bd.17486356@news.uni-duisburg.de> References: <3497C4D6 DOT 48080D36 AT cardiff DOT ac DOT uk> NNTP-Posting-Host: ppp92.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Wed, 17 Dec 1997 12:25:58 +0000, Mehrdad Ghassempoory wrote: > How can I configure RHIDE to read all the rest of the INFO files > in djgpp 'info' directory? Right now it will only recognise libc > component of the info library. Is there a way of extending this? Hmm, if you press Ctrl+s in InfView, you can choose to search through all the files in the info directory. Or you can use Ctrl+g, than enter "(my infofile)" to goto a specific info file. For the syntax help (Ctrl+F1), you can insert more info files in Help->Syntax Help->Files to search. The libc file has one topic for each keyword, but it doesn't have an index. The iostream file does have an index, but it doesn't have a topic for each keyword. To make this work nevertheless, you have to insert "(iostream)Index" instead of just plain "iostream". Regards... Michael i'm sure that a lot of programmers don't > (and others do) and the identing should be customizeble. You can customize it to some extent: choose Options->Environment, set the cursor on "Editor options", then press F1. See the topic "Intelligent C indenting" and from there choose "Documentation for the editor". Or press F1 anywhere, then Ctrl+g and enter "(editor)Intelligent C indent" without the quotes. That brings you directly to the appropriate help topic. Regards... Michael