Jump to content

Komodo Edit: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Nathanr85 (talk | contribs)
Link to dedicated Komodo IDE page
Line 21: Line 21:
| website = {{URL|http://www.activestate.com/komodo-edit}}
| website = {{URL|http://www.activestate.com/komodo-edit}}
}}
}}
'''Komodo Edit''' is a [[free software|free]] [[text editor]] for [[dynamic programming language]]s. It was introduced in January 2007 to complement Active State's commercial Komodo IDE. With the release of version 4.3, Komodo Edit is built on top of the Open Komodo project. Many of Komodo's features are derived from an embedded [[Python (programming language)|Python]] interpreter.<ref>[http://www.infoworld.com/d/developer-world/test-center-review-king-dynamic-ides-817 "...an internal update to Python 2.6 -- from which Komodo draws most of its functionality..." InfoWorld February 26, 2009]</ref>
'''Komodo Edit''' is a [[free software|free]] [[text editor]] for [[dynamic programming language]]s. It was introduced in January 2007 to complement Active State's commercial [[Komodo IDE]]. With the release of version 4.3, Komodo Edit is built on top of the Open Komodo project. Many of Komodo's features are derived from an embedded [[Python (programming language)|Python]] interpreter.<ref>[http://www.infoworld.com/d/developer-world/test-center-review-king-dynamic-ides-817 "...an internal update to Python 2.6 -- from which Komodo draws most of its functionality..." InfoWorld February 26, 2009]</ref>


Open Komodo uses the [[Mozilla]] and [[Scintilla (editing component)|Scintilla]] [[code base]] as they share many features and support the same languages (including Python, [[Perl]], [[PHP]], [[Ruby programming language|Ruby]], [[Tcl]], [[SQL]], [[Smarty]], [[CSS]], [[HTML]] and [[XML]]) and [[computer platforms]] ([[Linux]], [[Mac OS X]], and [[Windows]]). The editor component is implemented using the [[NPAPI]], with the Scintilla view embedded in the [[XUL]] interface in the same manner as a web [[browser plugin]].
Open Komodo uses the [[Mozilla]] and [[Scintilla (editing component)|Scintilla]] [[code base]] as they share many features and support the same languages (including Python, [[Perl]], [[PHP]], [[Ruby programming language|Ruby]], [[Tcl]], [[SQL]], [[Smarty]], [[CSS]], [[HTML]] and [[XML]]) and [[computer platforms]] ([[Linux]], [[Mac OS X]], and [[Windows]]). The editor component is implemented using the [[NPAPI]], with the Scintilla view embedded in the [[XUL]] interface in the same manner as a web [[browser plugin]].


Both Komodo Edit and Komodo IDE support user customization through plug-ins and macros. Komodo plug-ins are based on [[Mozilla]] [[Add-on (Mozilla)|Add-on]]s and extensions can be searched for, downloaded, configured, installed and updated from within the application. Available extensions include a functions list, [[pipe (computing)|pipe]] features, additional language support and user interface enhancements.
Both Komodo Edit and [[Komodo IDE]] support user customization through plug-ins and macros. Komodo plug-ins are based on [[Mozilla]] [[Add-on (Mozilla)|Add-on]]s and extensions can be searched for, downloaded, configured, installed and updated from within the application. Available extensions include a functions list, [[pipe (computing)|pipe]] features, additional language support and user interface enhancements.


Komodo IDE has features found in an [[integrated development environment|IDE]], such as integrated [[debugger]] support, [[Document object model|DOM]] viewer, interactive [[shell (computing)|shells]], and [[source code]] control integration, as well as the ability to select the engine used to run [[regular expression]]s, in order 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.<ref>[http://www.activestate.com/komodo-edit/compare-with-komodo-ide Komodo Edit vs. Komodo IDE]</ref> 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 through Komodo Edit's plugin system.
[[Komodo IDE]] has features found in an [[integrated development environment|IDE]], such as integrated [[debugger]] support, [[Document object model|DOM]] viewer, interactive [[shell (computing)|shells]], and [[source code]] control integration, as well as the ability to select the engine used to run [[regular expression]]s, in order 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.<ref>[http://www.activestate.com/komodo-edit/compare-with-komodo-ide Komodo Edit vs. Komodo IDE]</ref> 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 through Komodo Edit's plugin system.


==References==
==References==

Revision as of 22:54, 17 August 2015

Komodo Edit
Developer(s)ActiveState
Initial releaseNovember 2007; 16 years ago (2007-11)
Repository
Written inC++, C, XUL, Perl, Python, JavaScript, Tcl[1]
Operating system
TypeText Editor, IDE
LicenseMozilla Public License 1.1
Websitewww.activestate.com/komodo-edit

Komodo Edit is a free text editor for dynamic programming languages. It was introduced in January 2007 to complement Active State's commercial Komodo IDE. With the release of version 4.3, Komodo Edit is built on top of the Open Komodo project. Many of Komodo's features are derived from an embedded Python interpreter.[2]

Open Komodo uses the Mozilla and Scintilla code base as they share many features and support the same languages (including Python, Perl, PHP, Ruby, Tcl, SQL, Smarty, CSS, HTML and XML) and computer platforms (Linux, Mac OS X, and Windows). The editor component is implemented using the NPAPI, with the Scintilla view embedded in the XUL interface in the same manner as a web browser plugin.

Both Komodo Edit and Komodo IDE support user customization through 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 functions list, pipe features, additional language support and user interface enhancements.

Komodo IDE has features found in an IDE, such as integrated debugger support, DOM viewer, interactive shells, and source code control integration, as well as the ability to select the engine used to run regular expressions, in order 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.[3] 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 through Komodo Edit's plugin system.

References

  1. ^ "Python IDE (was: PythonWin troubleshooting)". Bytes. Archived from the original on 8 July 2011. Retrieved 17 June 2011. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  2. ^ "...an internal update to Python 2.6 -- from which Komodo draws most of its functionality..." InfoWorld February 26, 2009
  3. ^ Komodo Edit vs. Komodo IDE

External links