[go: nahoru, domu]

Jump to content

CodeLite

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Izhaki (talk | contribs) at 23:27, 21 August 2008 (Added a screen shot and lead). 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
v1.0RC02 / June 10, 2008; 16 years ago (2008-06-10)
Preview release
Repository
Written inC++
Operating systemCross-platform
TypeIDE
LicenseGNU GPL
Websitehttp://www.codelite.org

CodeLite is a free, open-source, cross-platform IDE for the C/C++ programming languages.

A screenshot showing CodeLite running under Windows XP

History

On August 2006 Eran Ifrah, CodeLite's author, started a little 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.

LiteEditor, a demo application - was developed for demonstrating CodeLite's functionalities. As time passed, LiteEditor turned out to be an efficient coding environment and so CodeLite was born.

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, it is compiled and debugged using only free tools (MinGW and GDB)

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

Distributed under the GNU General Public License v2 or Later. CodeLite is free software and will remain so.
CodeLite is being developed and debugged using itself as the development platform.

CodeLite Home

CodeLite forums