Codelite C/c++ IDE for Windows/linux/mac
On this page (3sections)
CodeLite C/C++ IDE Features:
- Generic support for compilers
- Can be easily extended with plugins (several plugins are already included in the installer)
- Built-in GDB support, with the following features included:
- Watches table - add persistent watches with a single click
- Quick Watch - right click on a variable to expand it
- Locals tree - automatically displays the current stack variables (also displays *this if available)
- Threads view - contains a list of currently-running threads; switch between them with a single click
- Breakpoint management - ‘add/remove breakpoint’ management panel
- Automatic tooltip
- Memory view
- Tree View tooltips (auto de-references pointers)
- Allow modifying tooltips
- Refactoing (rename symbol / rename locals / move functions and more)
- Subversion plugin (based on the command line tool)
- GIT plugin
- Outline
- cscope plugin
- External Tools plugin
- Gizmos plugin - for the creation of: C++ classes, wxWidgets projects, CodeLite plugins
- Makefile based build system
- Project explorer (Workspace view)
- File Explorer
- Imports MSVS workspace/projects and converts them to use a GNU-based makefile
- Active-document outline
- Sophisticated database-based Code Completion mechanism; a default database is supplied which contains symbols for wxWidgets, STL and standard headers
- 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:
- Text Folding
- Bookmarks
- Lighning fast Find In Files
- Replace In Files
- Highly Configurable
- Built-in doxygen comment generator for functions/classes
- And much more…
CodeLite C/C++ IDE Home and Download:
https://downloads.codelite.org/
Related Pages
- Downloads — Browse all Downloads.
- Geany C/C++ IDE for Windows/Mac/Linux /Ubuntu — More in c editors ide.
- Relo C/C++ IDE or Editor — More in c editors ide.
- Code::Block IDE for C/C++ Development — More in c editors ide.