OpenLDev
From Wikipedia, the free encyclopedia
| OpenLDev | |
|---|---|
Screenshot of OpenLDev 0.6.0 |
|
| Developed by | Andrew Krause |
| Latest release | 1.0rc3 / March 18, 2007 |
| OS | Linux |
| Genre | Integrated development environment |
| License | GPL |
| Website | http://www.openldev.org/ |
OpenLDev is a graphical front-end to Linux development tools such as gcc, GNU autotools and make. OpenLDev strives to provide an easy-to-use interface that is both productive for experts and simple for beginners.
Contents |
[edit] Features
OpenLDev uses the GtkSourceView widget for all editing capabilities. Here is a short list of some of the features supported in the latest versions of the application:
- Source code editor with syntax highlighting and automatic indentation
- Makefile editor that allows you to manage large projects
- Automatic completion of code
- Built in terminal using libvte
- C, C++ and GTK+ project templates
- Plugin system created with GModule
[edit] Rockhopper (1.0)
The current development branch of OpenLDev, code-named Rockhopper after the Rockhopper Penguin, includes a completed plugin API and custom GTK+ widgets for easy reference in plugins. It also includes work towards adding internationalization support in this branch using gettext.
Possible future plugins for this version include:
- CVS & Subversion repository management
- Library dependency aggregator
- Debugger support (gdb)
- Project importer from KDevelop and Anjuta
- Integration of Glade Interface Designer 3 interface

