Jump to content

CodeLite

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Peterl (talk | contribs) at 04:35, 9 January 2017 (See also: Rmv non-notable self-promotional product). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
CodeLite
Developer(s)Eran Ifrah
Stable release
9.2 / July 13, 2016; 8 years ago (2016-07-13)
Repository
Written inC++ (wxWidgets)
Operating systemCross-platform
TypeIDE
LicenseGNU GPL
Websitewww.codelite.org

CodeLite is a free, open-source, cross-platform IDE for the C, C++, PHP, and JavaScript (Node.js) programming languages.[1][2]

History

In August 2006, Eran Ifrah started an autocomplete project named CodeLite. The idea was to create a code completion library based on ctags, SQLite (hence, CodeLite), and a Yacc based parser that could be used by other IDEs. Later Clang became an optional parser for code completion, greatly improving its functionality.

LiteEditor, a demo application, was developed for demonstrating CodeLite's functionalities. Eventually, LiteEditor evolved into CodeLite.

General

CodeLite is a free, open source, cross platform IDE for the C/C++ programming languages using the wxWidgets toolkit. To comply with CodeLite's open source spirit, the program itself is compiled and debugged using only free tools (MinGW and GDB) for Mac OS X, Windows, Linux and FreeBSD, though CodeLite can execute any third-party compiler or tool that has a command-line interface. CodeLite also supports PHP and JavaScript development (including Node.js support).

CodeLite features project management (workspace / projects), code completion, code refactoring, source browsing, syntax highlight (see CodeLite Features page), Subversion integration, cscope integration, UnitTest++ integration, an interactive debugger built over gdb and a source code editor (based on Scintilla).

CodeLite is distributed under the GNU General Public License v2 or Later. It is being developed and debugged using itself as the development platform with daily updates available through its Git repository. See CodeLite website and the how-to compile "CodeLite from Source" section on the CodeLite source code page.

As of version 7.0 of CodeLite (Released on Feb, 2015) PHP support was added.

See also

References

  1. ^ CodeLite Homepage
  2. ^ CodeLite on SourceForge