Informatika & Komputer    
   
Daftar Isi
(Sebelumnya) CodeIgniterCodenomicon (Berikutnya)

CodeLite

CodeLite
Codelite2.0-Screenshot
Screenshot of CodeLite under Windows XP
Developer(s)Eran Ifrah
Stable release5.0.6213 / January 25, 2013; 51 days ago (2013-01-25)
Development statusActive
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.[1]

Contents

History

On August 2006 Eran Ifrah, CodeLite's author, started a 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 3rd party compiler or tool that has a command line interface.

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.

See also

References

  1. ^ CodeLite on SourceForge

External links

(Sebelumnya) CodeIgniterCodenomicon (Berikutnya)