CodeLite is a powerful open-source, cross platform code editor for the C/C++ programming languages.
CodeLite makes use of an easy to use, yet sophisticated interface that enables users to easily create and build complex projects.
Here are some key features of "CodeLite":
· 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
· Makefile based build system
· Project explorer (FileView)
· 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
What's New in This Release: [ read full changelog ]
· Compile fix for --with-stl wx builds, as used by openSUSE disable wx' logging when closing the logger file added token _GLIBCXX_VISIBILITY(%0) to ctags token list Code completion: don't add an extra '()' if there are already ones at the insertion point, instead, place the caret at the middle of the existing '()' and trigger a function call tip
· Fixes BUG#3401855. https://sourceforge.net/tracker/?func=detail&atid=979960&aid=3401855&group_id=202033 B = (Linux) Fixed: re-enabling a view from "View -> Workspace View" codelite now adds the tab back to the workspace view I = significantly improved the find-references / rename-symbol performance
· Fix for finicky lintian warning
· Applied, slightly modified,
· Fixes bug 3405148 Applied a patch from upCASE that fixes compilation when the wxAuiToolbar is disabled.
· Fixes bug 3404678 When typing a ')' or ']' and the next char is also a ']' or ')' just move the caret one position to the right (and avoid inserting the char).
· This option can be enab...