To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

CodeLite
Developer(s)Eran Ifrah
Stable release
17.0.0[1] Edit this on Wikidata / 14 January 2023; 15 months ago (14 January 2023)
Repository
Written inC++
Operating systemWindows, macOS, Linux
PlatformIA-32, x64
TypeIDE
LicenseGPL-2.0-or-later[a][2][3]
Websitecodelite.org

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

YouTube Encyclopedic

  • 1/5
    Views:
    35 203
    321
    3 320
    2 630
    13 667
  • Installing and Configuring CodeLite IDE for C/C++ Development
  • Overview of the CodeLite Interface
  • How To Install CodeLite IDE On on Windows 11 For C \ C++ Programming
  • How To Install CodeLite and Mingw For C/C++ Programming on Windows 11 (2022)
  • Setting up Codelite - Extra settings

Transcription

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).[6][7][8]

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 also

Notes

  1. ^ With an exception for plugins.

References

  1. ^ "Release 17.0.0". 14 January 2023. Retrieved 7 February 2023.
  2. ^ "CodeLite • A free, Open Source, Cross Platform C, C++, PHP and Node.js IDE". Retrieved 2021-06-22.
  3. ^ "codelite/LICENSE at master · eranif/codelite · GitHub". GitHub. Retrieved 2021-06-22.
  4. ^ CodeLite Homepage
  5. ^ CodeLite on SourceForge
  6. ^ "CodeLite main features page". Retrieved 2020-03-03.
  7. ^ 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". p. Skyose. Archived from the original on March 3, 2020. Retrieved 2020-03-03.
  8. ^ "LiteEditor". Retrieved 2020-03-03.

External links

This page was last edited on 19 April 2024, at 01:12
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.