Канадская компания ActiveState выпускающая кросс-платформенную среду разработки для всех основных языков и технологий, включая Python, PHP, Go, Perl, Tcl, Ruby, NodeJS, HTML, CSS, JavaScript, Django и т.д. В 2007 году компания разделила свой продукт Komodo на две ветви.
Komodo Edit — это кросс-платформенный текстовый редактор, который построен на движке Mozilla.
Komodo IDE — это коммерческая среда разработки, которая построена на Komodo Edit и имеет ряд дополнительных функций.
Сайт разработчика ActiveState — http://komodoide.com/
Таблица сравнения Komodo Edit и Komodo IDE
Особенность | Komodo Edit | Komodo IDE |
---|---|---|
Multi-Language Editor | ✓ | ✓ |
Отслеживание изменений | ✓ | ✓ |
Commando | ✓ | ✓ |
Markdown Viewer | ✓ | ✓ |
Kopy.io Интеграция | ✓ | ✓ |
Документация | ✓ | |
Run In-Line Tool | ✓ | |
Менеджер пакетов интеграции | ✓ | |
Docker Integration | ✓ | |
Vagrant Integration | ✓ | |
Shell Scope | ✓ | |
Custom Workspaces | ✓ | |
Отслеживание изменений с VCS | ✓ | |
Auto-complete & Calltips | ✓ | ✓ |
Multiple Selections | ✓ | ✓ |
Toolbox | ✓ | ✓ |
Projects & Places Manager | ✓ | ✓ |
Skins & Icon Sets | ✓ | ✓ |
Minimap | ✓ | ✓ |
Code Refactoring | ✓ | |
Sections List | ✓ | |
Code Browser | ✓ | |
DOM Viewer | ✓ | |
Debugging | ✓ | |
Rx (Regular Expression) Toolkit | ✓ | |
HTTP инспектор | ✓ | |
Source Code Control Integration | ✓ | |
Unit Testing | ✓ | |
Code Profiling | ✓ | |
Database Explorer (MySQL, Oracle, etc.) | ✓ | |
Interactive Shells (Python, Perl, Ruby, Tcl) | ✓ | |
Perl Dev Kit/Tcl Dev Kit Integration | ✓ | |
Publishing | ✓ | |
Synchronize Multiple Workstations | ✓ | |
Real-Time Code Collaboration | ✓ |
Для установки Komodo Edit выполним в Терминале следующие команды:
$ sudo add-apt-repository ppa:mystic-mirage/komodo-edit $ sudo apt-get update $ sudo apt-get install komodo-edit
В результате установится последняя версия Komodo Edit, в нашем случае version 9.3.2, build 16460, platform linux-x86_64.
После загрузки и установки программы можно приступать к работе с Komodo Edit, открыв её из меню:
Меню → Разработка → Komodo Edit
СВами