Archives For komodo edit

How to Install Komodo Edit 9 in Ubuntu 14.04

Last updated: July 14, 2017

Komodo Edit 9 Ubuntu

Komodo Edit 9, a new stable release of ActiveState’s free text editor, was released yesterday with new exciting features, e.g. Google’s Go language support, Markdown Viewer, Easier Track Changes.

Komodo IDE and Edit 9.0 was release on March 24 with below changes:

  • A new left margin, which highlights unsaved changes, as well as any uncommitted SCC changes
  • A markdown viewer uses GitHub markdown styling.
  • Initial support for the Go programming language. It provides syntax coloring, code folding, syntax checking (linting) and code intelligence with completions, calltips, outline and goto definition.
  • Commando pop-up dialog, a combination of the “Fast Open” dialog and “Invoke Tool” dialog.
  • Share snippets of code via Kopy.io from right-click option. It supports client side encryption.
  • Notifications now appear in a separate popup panel.
  • Updated UI icons.
  • Added support for PHP 5.6, with a new Xdebug module
  • Added PEP 8 syntax checking
  • Color schemes has been changed.
  • Komodo now includes a CSS code formatter

Komodo 9 also includes overhauled APIs, performance improvements, and various fixes. See the changelog for details.

Install Komodo Edit 9 in Ubuntu:

UPDATE: There’s now a PPA repository that contains Komodo Edit 9 for Ubuntu, so you don’t have to do below steps, instead, running below commands one by one in terminal to get it from PPA:

sudo add-apt-repository -y ppa:mystic-mirage/komodo-edit

sudo apt-get update

sudo apt-get install komodo-edit

Ubuntu 12.04, Ubuntu 14.04, Ubuntu 14.10, Ubuntu 15.04, Linux Mint 13 and 17 are supported

1. Download the tar.gz archive from the link below:

Download Komodo 9

Depends on OS type, select download “komodo-edit-*-linux-x86.tar.gz” for 32-bit or “komodo-edit-*-linux-x86_64.tar.gz” for 64-bit.

2. Extract the downloaded package through your file browser:

Komodo Edit 9 Archive

3. Result folder contains an installer script. All you have to do is open terminal from the Dash/Menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run below commands one by one:

  • Navigate to the extracted Komodo Edit folder via command:
    cd Downloads/Komodo-Edit-*

    you may replace Komodo-Edit-* in the code with the full folder name.

  • Run the installer script:
    ./install.sh

install-komodoedit9

4. If you don’t see the launcher icon in Desktop, Unity Dash, or Application Menu, you may run it for the first time from user’s Home folder -> Komodo-Edit-9 -> bin.

Install Komodo Edit 8 in Ubuntu 14.04

Last updated: April 23, 2014

Install Komodo Edit 8 in Ubuntu 14.04

This simple tutorial shows you how to install Komodo Edit, the free and Open-Source counterpart of Komodo IDE, in Ubuntu 14.04 Trusty Tahr via PPA.

Komodo Edit offers sophisticated support for all major scripting languages, including in-depth autocomplete and calltips, multi-language file support, syntax coloring and syntax checking, Vi emulation, Emacs key bindings. It provides dynamic language expertise for Perl, PHP, Python, Ruby, and Tcl, plus JavaScript, CSS, HTML, and XML, and template languages like RHTML, Template-Toolkit, HTML-Smarty and Django.

komodo ubuntu

Install Komodo Edit:

Because the editor is available in Launchpad PPA, you can easily install it by running the commands below one by one in a terminal window (Press Ctrl+Alt+T to open the terminal):

sudo add-apt-repository ppa:mystic-mirage/komodo-edit

sudo apt-get update

sudo apt-get install komodo-edit

Once installed, open the app from Unity Launcher or App Menu.

Komodo Edit 8.5 has been released for days, now the PPA is ready for Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10 and their derivatives such as Linux Mint and Elementary OS.

What’s new in Komodo 8.5:

  • Code Refactoring (Komodo IDE only)
  • you can now select multiple positions in the editor, so that changes made at one position will be reflected in all selected positions.

    komodo multiple selections

  • A breadcrumbs navigation bar has been added to show a trail of directory ancestors relative to the current editor file.
  • Add the new Open Files side pane, which groups open files by language. In 8.5, you can now sort and group the Open Files pane by various attributes: language, file extension, directory, location, and even custom regex pattern match.

    komodo group open files

  • Add a touch of darkness with the new “Abyss” native dark UI theme. This theme applies to the UI elements outside of the main editor and can be enabled in the Appearance preferences.

    komodo dark theme

  • Komodo can now be configured to consolidate the menu bar into a collapsible button (Windows and Linux). The last used menu items will be displayed in the top-level of the button menu, making it quick and easy to run the same menu command again.

    komodo unified menu

  • php 5.5 support
  • Komodo’s code intelligence system is now handled by an external process, greatly enhancing editing responsiveness.
  • added two-character length triggering for Python symbols.
  • Komodo now runs on Mozilla 24, Python 2.7.5, Scintilla 3.34 and other updated components. What this means for you:
    • Faster startup times and less CPU and memory resources
    • Better hardware support for newer systems
    • Better browser preview, supporting the latest web technologies
  • Other improvements

Install Komode Edit 8.5 via PPA:

Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to add the PPA:

sudo add-apt-repository ppa:mystic-mirage/komodo-edit

Then update package lists and install Komode Edit:

sudo apt-get update; sudo apt-get install komodo-edit

This simple tutorial shows how to install latest Komodo edit on Ubuntu 13.04 Raring, 12.10 Quantal, 12.04 Precise via ppa repository.

komodo ubuntu

Komodo Edit, based on the award-winning Komodo IDE, offers sophisticated support for all major scripting languages, including in-depth autocomplete and calltips, multi-language file support, syntax coloring and syntax checking, Vi emulation, Emacs key bindings. It provides dynamic language expertise for Perl, PHP, Python, Ruby, and Tcl, plus JavaScript, CSS, HTML, and XML, and template languages like RHTML, Template-Toolkit, HTML-Smarty and Django.

Install Komodo Edit

A PPA repository has been created for Ubuntu users. So far it supports Ubuntu 13.04, 12.04 and 12.10.

To add the repository, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands:

sudo add-apt-repository ppa:mystic-mirage/komodo-edit

After that, update your package lists and install this tool via command below:

sudo apt-get update; sudo apt-get install komodo-edit

Once installed, open it by running komodo command. You may need to manually create launcher shortcut