How to install Komodo Edit Code Editor on Ubuntu 16.04. Komodo Edit 10 code editor can be installed on Ubuntu, via PPA. Komodo Edit is the free and Open-Source counterpart of Komodo IDE.
Features of Komodo Edit 10:
- New Interface: The entire user interface has been given a big facelift. This facelift isn’t just about making Komodo more attractive and enjoyable to use; a ton of user experience work has gone into the facelift, making Komodo 10 the most user friendly Komodo we’ve ever released. Don’t like the new colors? Change them using the color scheme editor.
- First Start Wizard: When you first start Komodo (or when you update between major versions) Komodo will now show you a short and simple first start wizard that lets you customize Komodo to your likings. Tabs or spaces? The bias is all yours.
- Improved PHP CodeIntel: Komodo 10 supports PSR4, allowing for smarter CodeIntel for all PHP frameworks that use the PSR4 specification.
- Improved JavaScript CodeIntel: Enhancements have been made in JS module detection and general JS parsing, making Komodo 10’s JS support the best it’s ever been.
- Performance Improvements: Komodo 10 has received significant performance improvements. File opening, closing, saving, typing, .. you name it. Additionally we’ve fixed a long standing memory leak which caused users to have to restart Komodo every few days, that should no longer be the case.
It also brings:
- Improved unit testing UI and UX (IDE only)
- Improved color picker UI and UX
- New color scheme editor
- New UI SDK
Install Komodo Edit 10 On Ubuntu
Run the following commands in Terminal to install Komodo Edit 10 On Ubuntu 16.04 and Ubuntu Derivatives:
sudo add-apt-repository ppa:mystic-mirage/komodo-edit
sudo apt update
sudo apt install komodo-edit
Once installed, open Komodo Edit from Ubuntu Dash.
Uninstall Komodo Edit 10
If you wish to uninstall Komodo Edit 10 from Linux Ubuntu Systems, run the command given below:
sudo apt install ppa-purge && sudo ppa-purge ppa:mystic-mirage/komodo-edit