HomePage |
RecentChanges |
EditorIndex |
TextEditorFamilies |
Preferences
Difference (from revision 2 to current revision)
(no other diffs)
Changed: 3c3
Author: Eran Ifrah (Lead), MAryanne Gagnon, David Hart, RJP Computing
|
Author: Eran Ifrah (Lead), Maryanne Gagnon, David Hart, RJP Computing
|
Changed: 64c64
* Built-in doxygen comment generator for functions/classes
|
* Built-in doxygen comment generator for functions/classes
|
Open source, cross platform IDE for C/C++ programming
Author: Eran Ifrah (Lead), Maryanne Gagnon, David Hart, RJP Computing
Homepage: http://codelite.org/
Family: IDEFamily
Platform: Windows, Linux, FreeBSD
License: Open Source
See feature list below Screenshot
Screenshot:
- 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
- Subversion plugin (based on the command line tool)
- 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
- Function's call tip
- Hover tip
- Comments tips
- Members List
- Supports C++ templates, namespaces and other advance features of the language
- Automatically add include statement for symbols
- Code Refactoring (rename class/method/member)
- Implement all unimplemented methods
- Implement method
- Move functions implementation to another source file
- Generate setters/getters
- 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
- PHP
- JavaScript
- Python
- HTML
- ASP
- Text Folding
- Bookmarks
- Find In Files
- Replace In Files
- Highly Configurable
- Built-in doxygen comment generator for functions/classes