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: 
FlDev on Sourceforge 
 
Georg  |