CodeLite

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

CodeLite
A screenshot of the open-source CodeLite C/C++ IDE in action
Developer(s)Eran Ifrah
Stable release
14.0 / February 27, 2020 (2020-02-27)
Repository
Written inC++
Operating systemWindows, macOS, Linux
PlatformIA-32, x64
TypeIDE
LicenseGNU GPL
Websitecodelite.org

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 highlighting, Subversion integration, cscope integration, UnitTest++ integration, an interactive debugger built over gdb and a source code editor (based on Scintilla).[3][4][5]

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.

gollark: It would be cool if it was able to gather more data from users to more accurately imitate them.
gollark: This is a weird thing to cause significantly increased faith in humanity.
gollark: I mostly started today. School, that is.
gollark: Yes, how dare people post things which vaguely imply something something drugs?
gollark: I only have some bismuth on my desk, because it looks shiny. Also lots of random electronics, a TIS-100 manual, and a bowl.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.