![]() | |
![]() Screenshot of Komodo Edit | |
Developer(s) | ActiveState |
---|---|
Initial release | November 2007; 17 years ago (2007-11) |
Stable release | |
Repository | |
Written in | C++,C,XUL,Perl,Python,JavaScript,Tcl[3] |
Operating system |
|
Size | ~74.6 MB |
Type | Text editor,IDE |
License | MPL-1.1 |
Website | www![]() |
Komodo Edit is afree and open sourcetext editor fordynamic programming languages. It was introduced in January 2007 to complement ActiveState's commercialKomodo IDE. As of version 4.3, Komodo Edit is built atop the Open Komodo project. Komodo IDE is no longer supported and maintained by developers for Python.[citation needed]
Komodo Edit 4.0 was originally a freeware version ofKomodo IDE 4.0, released in 2007-02-14.[4][5]
On 2008-03-05, ActiveState Software Inc. announced Komodo Edit 4.3 to be open-sourced software, licensed under Mozilla Public License (MPL), GNU General Public License (GPL), and GNU Lesser Public License (LGPL).[6] The last version is 12.0.1.[2][7][8]
It is a subset version of Komodo Edit, with initial goal of Web development. The code was to be available between late October or early November 2007,[9] with Open Komodo code repository created by ActiveState in August 2007.
On 2007-10-30, ActiveState Software Inc. announced the release of Open Komodo.[10] The initial release was 1.0.0 Alpha 1.[11]
It is an announced initiative from ActiveState to create an open source development environment that promotes open standards on the web. It was to be based on Open Komodo.[12]
Many of Komodo's features are derived from an embeddedPython interpreter.[13]
Open Komodo usesMozilla andScintillacode base to provide its features, including support for many popular languages (including Python,Perl,PHP,Ruby,Tcl,SQL,Smarty,CSS,HTML, andXML), across all commonoperating systems (Linux,OS X, andWindows). The editor component is implemented using the Netscape Plugin Application Programming Interface (NPAPI), with the Scintilla view embedded in the XML User Interface Language (XUL) interface in the same manner as a webbrowser plugin.
Both Komodo Edit and IDE support user customizing via plug-ins and macros. Komodo plug-ins are based onMozillaAdd-ons and extensions can be searched for, downloaded, configured, installed and updated from within the application. Available extensions include a functions list,pipe features, additional language support and user interface enhancements.
Komodo IDE has features found in anintegrated development environment (IDE), such as integrateddebugger support,Document Object Model (DOM) viewer, interactiveshells,source code control integration, and the ability to select the engine used to runregular expressions, to ensure compatibility with the final deployment target.
The commercial version also adds code browsing, a database explorer, collaboration, support for many popular source code control systems, and more.[14] Independent implementations of some of these features, such as the database editor, Git support, and remote FTP file access, are available in the free version via Komodo Edit's plugin system.