Komodo IDE

Last updated
Komodo IDE
Developer(s) ActiveState
Initial releaseMay 2000;24 years ago (2000-05)
Stable release
12.0.1  OOjs UI icon edit-ltr-progressive.svg [1] / 10 February 2020 (10 February 2020) [2]
Repository
Written in C++, C, XUL, Perl, Python, JavaScript, CSS
Operating system
Type Source code editor, IDE
License MPL
Website www.komodoide.com

Komodo IDE is an integrated development environment (IDE) for dynamic programming languages. It was introduced in May 2000. Many of Komodo's features are derived from an embedded Python interpreter. [4]

Contents

Komodo IDE uses the Mozilla and Scintilla code base, and supports many of the same features, languages and platforms, including the languages Python, Perl, PHP, Ruby, Tcl, SQL, Smarty, CSS, HTML and XML, and the operating systems Linux, OS X, and Windows. 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 web browser plugin.

Komodo IDE has an open-source counterpart called Komodo Edit. Much of the code base is shared, although more advanced features are reserved for Komodo IDE such as debugging and unit testing.

Both Komodo Edit and IDE support user customizing via plug-ins and macros. Komodo plug-ins are based on Mozilla Add-ons and extensions can be searched for, downloaded, configured, installed and updated from within the application. Available extensions include a Document Object Model (DOM) inspector, pipe features, additional language support and user interface enhancements.

Komodo IDE has features such as integrated debugger support, DOM viewer, interactive shells, source code control integration, and the ability to select the engine used to run regular 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. [5] 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.

History

Related Research Articles

An integrated development environment (IDE) is a software application that provides comprehensive facilities for software development. An IDE normally consists of at least a source-code editor, build automation tools, and a debugger. Some IDEs, such as IntelliJ IDEA, Eclipse and Lazarus contain the necessary compiler, interpreter or both; others, such as SharpDevelop and NetBeans, do not.

<span class="mw-page-title-main">KDevelop</span> Integrated development environment

KDevelop is a free and open-source integrated development environment (IDE) for Unix-like computer operating systems and Windows. It provides editing, navigation and debugging features for several programming languages, and integration with build automation and version-control systems, using a plugin-based architecture.

<span class="mw-page-title-main">PyQt</span> Python GUI library

PyQt is a Python binding of the cross-platform GUI toolkit Qt, implemented as a Python plug-in. PyQt is free software developed by the British firm Riverbank Computing. It is available under similar terms to Qt versions older than 4.5; this means a variety of licenses including GNU General Public License (GPL) and commercial license, but not the GNU Lesser General Public License (LGPL). PyQt supports Microsoft Windows as well as various kinds of UNIX, including Linux and MacOS.

jEdit Cross platform text editor

jEdit is a free software text editor available under GPL-2.0-or-later. It is written in Java and runs on any operating system with Java support, including BSD, Linux, macOS and Windows.

<span class="mw-page-title-main">IntelliJ IDEA</span> Integrated development environment

IntelliJ IDEA is an integrated development environment (IDE) written in Java for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages. It is developed by JetBrains and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development.

This article provides basic comparisons for notable text editors. More feature details for text editors are available from the Category of text editor features and from the individual products' articles. This article may not be up-to-date or necessarily all-inclusive.

<span class="mw-page-title-main">Code::Blocks</span> Free, open source, cross-platform IDE

Code::Blocks is a free, open-source, cross-platform IDE that supports multiple compilers including GCC, Clang and Visual C++. It is developed in C++ using wxWidgets as the GUI toolkit. Using a plugin architecture, its capabilities and features are defined by the provided plugins. Currently, Code::Blocks is oriented towards C, C++, and Fortran. It has a custom build system and optional Make support.

<span class="mw-page-title-main">Komodo Edit</span> Text editor for dynamic programming languages

Komodo Edit is a free and open source text editor for dynamic programming languages. It was introduced in January 2007 to complement ActiveState's commercial Komodo 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.

<span class="mw-page-title-main">Scintilla (software)</span> Free and open text editor component

Scintilla is a free, open-source library that provides a text editing component function, with an emphasis on advanced features for source code editing.

<span class="mw-page-title-main">Aptana</span> Text editor

Aptana, Inc. is a company that makes web application development tools for use with a variety of programming languages. Aptana's main products include Aptana Studio, Aptana Cloud and Aptana Jaxer.

The following tables list notable software packages that are nominal IDEs; standalone tools such as source-code editors and GUI builders are not included. These IDEs are listed in alphabetic order of the supported language.

<span class="mw-page-title-main">CodeLite</span> Integrated development environment

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

The Wing Python IDE is a family of integrated development environments (IDEs) from Wingware created specifically for the Python programming language with support for editing, testing, debugging, inspecting/browsing, and error-checking Python code.

<span class="mw-page-title-main">PyCharm</span> Python IDE

PyCharm is an integrated development environment (IDE) used for programming in Python. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems, and supports web development with Django. PyCharm is developed by the Czech company JetBrains and built on their IntelliJ platform.

<span class="mw-page-title-main">Editra</span>

Editra is a cross-platform, open-source text editor, released under a wxWindows license. It is written by Cody Precord in Python, and it was first publicly released in June 2007. As of November 2011 the project is in alpha development phase, but "stable" builds are available for download. Editra has gained notability for being a text editor incorporated in Ren'py. The main site is down as of at least July 2019.

<span class="mw-page-title-main">Spyder (software)</span> IDE for scientific programming in Python

Spyder is an open-source cross-platform integrated development environment (IDE) for scientific programming in the Python language. Spyder integrates with a number of prominent packages in the scientific Python stack, including NumPy, SciPy, Matplotlib, pandas, IPython, SymPy and Cython, as well as other open-source software. It is released under the MIT license.

<span class="mw-page-title-main">GNOME Builder</span> General purpose integrated development environment (IDE) for the GNOME platform

GNOME Builder is a general purpose integrated development environment (IDE) for the GNOME platform, primarily designed to aid in writing GNOME-based applications. It was initially released on March 24, 2015, replacing Anjuta. The application's tagline is "A toolsmith for GNOME-based applications".

References

  1. "Komodo 12 Documentation". docs.activestate.com. Archived from the original on 2020-06-03. Retrieved 2020-06-03.
  2. "Download Komodo IDE". www.activestate.com. Archived from the original on 2020-04-21. Retrieved 2020-06-03.
  3. "Komodo and Big Sur (DO NOT UPGRADE)". 17 November 2020. Archived from the original on 29 August 2021. Retrieved 29 August 2021.
  4. Borck, James (February 26, 2009). "Test Center review: King of the dynamic IDEs". InfoWorld. Archived from the original on April 24, 2014. Retrieved March 10, 2019. ...an internal update to Python 2.6 -- from which Komodo draws most of its functionality...
  5. "Komodo Edit". Archived from the original on 2019-03-18. Retrieved 2019-03-10.
  6. "Komodo IDE 5.0 Release Enhances Feature Set for Development Teams". Archived from the original on 2022-01-02. Retrieved 2019-03-10.
  7. "ActiveState Offers Way to Ship Software Faster & Keep Control" (Press release). GlobalNewsWire Press Releases. May 9, 2018. Archived from the original on April 10, 2019. Retrieved April 10, 2019.
  8. "ActiveState® Komodo® IDE License Agreement". ActiveState. December 15, 2018. Archived from the original on April 10, 2019. Retrieved April 10, 2019.
  9. "ActiveState Platform Pricing". ActiveState. 2018. Archived from the original on April 10, 2019. Retrieved April 10, 2019.
  10. "ActiveState Komodo IDE Now Open Source". ActiveState. December 8, 2022. Archived from the original on December 10, 2022. Retrieved December 9, 2022.