Message-ID: <37B22E6F.70D4@ns.sympatico.ca> From: Klaas Organization: N/A X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Ok, this is stupid, but References: <37B20746 DOT 3D1D2C1D AT id-base DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 24 Date: Wed, 11 Aug 1999 23:16:15 -0300 NNTP-Posting-Host: 142.177.95.15 X-Trace: sapphire.mtt.net 934424151 142.177.95.15 (Wed, 11 Aug 1999 23:15:51 ADT) NNTP-Posting-Date: Wed, 11 Aug 1999 23:15:51 ADT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com sephiroth wrote: > > What is RHIDE? Im guessing it's some sort of devolopment thing, but im > really not sure. I just use DJGPP using gcc or gxx with all the coding > in edit. Is there any advantages to using RHIDE? Thanx in advance for > any help. > > BTW thanx for all the previous replys on what is in the / bin. Rhide is a code editor which has several features that make it superior to edit: 1. Code highlighting -> it really does make your code easier to read when your comments are in dark grey, for example. 2. Automatic project management and compilation -> never need to touch the commandline, just F9 or Alt-r,r. 3. Several features that let you nimbly jump around your code -> quick popup with a file list in your project, function list with jumpto, etc. 4. INTEGRATED DEBUGGER -> 'nuff said. 5. A veritable plethora of other options which I can't think of right now. Hope that helps, -Mike