X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.182.109.200 with SMTP id hu8mr10855428obb.20.1395593801585; Sun, 23 Mar 2014 09:56:41 -0700 (PDT) X-Received: by 10.140.101.171 with SMTP id u40mr1199047qge.1.1395593801559; Sun, 23 Mar 2014 09:56:41 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Sun, 23 Mar 2014 09:56:41 -0700 (PDT) Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.171.19.94; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr NNTP-Posting-Host: 2.171.19.94 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <49ba828d-32b9-4295-8856-9d112abab5b3@googlegroups.com> Subject: FlDev IDE ported to DOS for development with djgpp From: Georg Potthast Injection-Date: Sun, 23 Mar 2014 16:56:41 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1892 Lines: 21 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Based on my FLTK for DOS library I ported the FlDev IDE to DOS now. This IDE looks a bit like DEV-CPP and can mainly be used to develop programs with djgpp - console programs and FLTK GUI programs. FlDev has the following main features: - Customizable syntax highlighting - Shortcuts to execute make, compile and run - Simple Makefile generation - Browser for project files - Output window displaying compilation errors - Double-click on error jumps to line in code - Customizable language support - Navigation window to jump to classes and functions in the edit window - Call to GDB debugger It is available from a sourceforge project where there are screenshots too: https://sourceforge.net/projects/fldev/ I admit that compiling djgpp programs in real mode DOS is rather slow but this IDE maybe useful sometimes. Georg