CodeLite is a powerful open-source, cross platform code editor for the C/C++ programming languages (regulary tested on Windows XP SP2, Ubuntu 7.04 Feisty Fawn, Fedora Core 6 and Debian Lenny/Sid). CodeLite is distributed under the terms of the GPL license. CodeLite uses a sophisticated, yet intuitive interface which allows user to easy create and build complex projects.
CodeLite main features:
CodeLite main features:
- Generic support for compilers
- Plugin system for debuggers
- Built-in GDB support, with the following features included:
- GDB toolbar
- Watches table
- Quick Watch
- Locals tree
- Thread view
- Subversion plugin (based on the command line tool), which mimics the TortoiseSVN (but unlike it, it runs on Linux as well)
- Makefile based build system
- Project explorer (FileView)
- File Explorer
- Automatically imports MSVC workspace/projects and converts them to GNU based makefile
- Active document outline
- Sophisticated database based Code Completion mechanism, a default database already supplied for wxWidgets & stl!
- Function call tip
- Hover tip
- Comments tips
- Members List
- Quickly open resources in the editor using 'Find Resource in workspace'
- Quickly open types in the editor using 'Find Type in workspace'
- XML based syntax highlighting, comes with the following:
- C/C++
- Java
- Perl
- XML
- Makefile
- Lua
- Diff files
- Text Folding
- Bookmarks
- Find In Files
- Highly Configurable
- Built-in doxygen comment generator for functions/classes
















And what does it mean by "Mimics TortoiseSVN"? I'm going to assume that (being a plugin) it doesn't integrate into the Explorer/Gnome shell, which is why I use TortoiseSVN in the first place!
'Mimics TortoiseSVN' means that I pretty much implemented my SVN plugin based on the TortoiseSVN model:
- In the Explorer tab, you will see get the icons coloured based on their status (modified, conflict OK not versioned)
- Also, you should know that CodeLite's SVN plugin is based on the SVN command line tool (for Linux, sudo apt-get install subverion, for window download it from here; http://subversion.tigris.org/files/documen...1.4.5-setup.exe
Eran
Commenting has either been disabled on this article or you are not logged in. Click here to login or register, its free!
Note: Anonymous commenting is disabled in order to keep the quality of responses to a high standard.