CodeLite

Integrated development environment
title: "CodeLite" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["free-software-programmed-in-c++", "free-integrated-development-environments", "software-that-uses-wxwidgets", "software-using-the-gnu-general-public-license", "software-that-uses-scintilla", "cross-platform-free-software", "cross-platform-software"] description: "Integrated development environment" topic_path: "general/free-software-programmed-in-c" source: "https://en.wikipedia.org/wiki/CodeLite" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Integrated development environment ::
::data[format=table title="Infobox software"]
| Field | Value |
|---|---|
| name | CodeLite |
| screenshot | CodeLite 5.1.png |
| caption | A screenshot of the open-source CodeLite C/C++ IDE |
| developer | Eran Ifrah |
| latest release version | |
| latest release date | |
| programming language | C++ |
| operating system | Windows, macOS, Linux |
| platform | IA-32, x64 |
| genre | IDE |
| license | GPL-2.0-or-later |
| website | |
| :: |
| name = CodeLite | logo = | screenshot = CodeLite 5.1.png | caption = A screenshot of the open-source CodeLite C/C++ IDE | developer = Eran Ifrah | latest release version = | latest release date = | programming language = C++ | operating system = Windows, macOS, Linux | platform = IA-32, x64 | genre = IDE | license = GPL-2.0-or-later | website = CodeLite is a free and open-source IDE for the C, C++, PHP, and JavaScript (Node.js) programming languages.
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 the CodeLite IDE.
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 highlighting, 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.
Notes
References
References
- "CodeLite • A free, Open Source, Cross Platform C, C++, PHP and Node.js IDE".
- "codelite/LICENSE at master · eranif/codelite · GitHub".
- [https://www.codelite.org/ CodeLite] Homepage
- {{sourceforge. codelite
- "CodeLite main features page".
- Nicholas Godwin. "Full Full CodeLite IDE Software Review – All You Need to Know About CodeLite IDE Software Review – All You Need to Know About CodeLite".
- "LiteEditor".
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::