Message-ID: <3637751C.8127713@montana.com> Date: Wed, 28 Oct 1998 12:48:44 -0700 From: bowman X-Mailer: Mozilla 4.5b2 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: IDE References: <363752CE DOT 69CF7461 AT mayn DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Christian Herold wrote: > > Does anyone know a good Win-IDE for djgpp? It should include syntax > highliting! Probably not what you would call an IDE, as there is no feature for automatically building makefiles for a project, I've found Vim suits my needs. It'll do highlighting, can be configured to jump to errors if you put the gcc error output into a file, and many other nice features. I like it so much, I've spliced it into MS Developer Studio as the editor of choice. Nice part, it runs on Windows, DOS, Linux, and who knows what else. Much the same can be said for emacs. That one does everything, but I'm too old and senile to ever remember how to do anything.