Archives For November 30, 1999

Komodo 10

Due to lack of time, Mystic-Mirage has dropped PPA support for Komodo Edit with Unity Global menu integration.

For those sticking to the latest Komodo Edit (10.1.1 so far), you can use the official Linux binaries though there’s no Unity Menubar support. And below is a step by step guide shows you how to install the Komodo Edit in Ubuntu 16.04.

komodo-10-1

1. Download Komodo Edit, Linux (x86) for 32-bit or Linux (x86_64) for 64-bit OS, from the link below:

Download Komodo Edit (Linux x86 / x86_64)

2. Extract the downloaded package, and open result folder in terminal from its context menu:

open-komodo-edit-terminal

Or just run cd ~/Downloads/Komodo-Edit-* command instead in terminal to navigate to extracted folder.

3. When the terminal opens, run the install script via command:

./install.sh

And hit Enter to install Komodo Edit to default location (user’s root directory) for single use.

komodo-install

To install Komodo Edit for global use, available for all users, run the script via sudo:

sudo ./install.sh

Then type in /opt/Komodo-Edit-10 when it asks the install directory and hit Enter.

Uninstall:

The installer does not provide uninstall option at the moment, but you can easily remove the installation by running command:

sudo rm -rf ~/Komodo-Edit* /opt/Komodo-Edit* ~/.local/share/applications/komodo-edit* /usr/local/share/applications/komodo-edit*

Komodo X 10

Komodo Edit, Active State’s open source text editor, has reached the X (10) release. Here’s how to install it in Ubuntu 16.04, Ubuntu 15.10, Ubuntu 14.04, and Ubuntu 12.04 with Unity integration.

Komodo Edit X (10) Features:

  • new user interface that is skinnable using the color scheme editor
  • a start wizard on first launch
  • new default keybindings and other editors’ keybindings support including Atom, Eclipse, Emacs, IntelliJ, Sublime, Vi.
  • PHP and JavaScript codeintel and other improvements.
  • and much more
Komodo start wizard

Komodo start wizard

Komodo Edit 10

How to Install Komodo Edit 10 in Ubuntu:

The official download page provides non-install packages for Linux, but it lacks a shortcut icon for Ubuntu.

To install this editor with Ubuntu integration, use Mystic-Mirage’s PPA repository:

1. Add PPA.

Open terminal (Ctrl+Alt+T) and run command:

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

Type your password when it asks, though there’s no visual feedback, and hit Enter to continue.

Komodo PPA

2. Now install the editor via your system package manager, or run commands:

sudo apt update

sudo apt install komodo-edit

For those who don’t want to add PPA, grab the .deb package from HERE (i386 for 32bit, amd64 for 64bit), and click install via Ubuntu Software.

Install Komodo Edit in Ubuntu

Here’s a brief tutorial that shows how to install Komodo Edit with Unity integration in Ubuntu 16.04 LTS via PPA.

Komodo Edit is an open-source code editor based on Komodo IDE. Its website provides official Linux packages, but lacks global menu and application shortcut for Ubuntu Unity desktop.

Mystic-Mirage is maintaining a PPA contains unofficial Komodo Edit packages with patches for Ubuntu integration. Support for Ubuntu 16.04 was added a few days ago.

Komodo Edit 9.3

1. To add PPA

Open terminal (Ctrl+Alt+T), paste following command and hit run:

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

Komodo PPA

Type in your password (no visual feedback) when it asks and then hit Enter to continue.

2. After added the PPA, search for and install komodo-edit via Synaptic Package Manager after clicking Refresh.

Or run following commands one by one:

sudo apt update

sudo apt install komodo-edit

For those who don’t want to add PPA, grab the .deb installer from PPA file archive.

Install Komodo Edit in Ubuntu

Komodo IDE finally reached the 9.3 release with language updates, new features and tons of improvements. Here’s how to install its free and open-source counterpart Komodo Edit using PPA.

Komodo 9.3 added support for PHP 7 and Python 3.5, syntax highlighting & checking support for Lua, syntax highlighting support for Swift, Mustache, R Lang.

The new release also features:

  • CSS, LESS, and SCSS auto-completions and code browsing
  • A new Console pane
  • Auto multi-caret for HTML/XML tags
  • Support for Elastic Tabstops. (disabled by default)
  • Package Manager 2.0 with more functionality, ie. uninstall, update, etc.
  • Quick Bookmarks
  • Auto-wrap delimiters while having text selected.
  • In-line Syntax Checking
  • updated language icons.
  • quick start options on new tab
  • and much more at the release page.

Komodo Edit 9.3

How to Install Komodo Edit 9.3 in Ubuntu:

Mystic Mirage is maintaining a PPA with most recent Komodo Edit packages well integrated with the default Unity Desktop. Ubuntu 15.10, Ubuntu 14.04, Ubuntu 15.04, Ubuntu 12.04 are supported so far.

1. Add Komodo Edit PPA.

Open terminal from Unity Dash, App launcher, or via Ctrl+Alt+T shortcut key. When it opens, run command:

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

komodo-edit-ppa

Type your password in mind when it asks, since there’s no display due to security reason.

2. Install the editor in below ways.

After adding the PPA, you can install or upgrade Komodo Edit by:

  • Synaptic Package Manager:

    install-komode-edit-synaptic

  • Software Updater if a previous release installed.
  • running below commands one by one:
    sudo apt-get update
    
    sudo apt-get install komodo-edit

For those who don’t want to add PPA, grab the .deb installer directly from THIS PAGE.

Uninstall:

Remove the PPA by launching Software & Updates and navigating to Other Software tab.

Remove the editor using Synaptic Package Manger, or by running apt-get command with remove option:

sudo apt-get remove komodo-edit && sudo apt-get autoremove

Komodo Edit 9 Ubuntu

A new release of Komodo Edit text editor has been announced with UI and user experience improvements and bug fixes.

Changes in Komodo Edit 9.1 according to the release note:

  • Select Commando (Go to Anything) results by pressing ALT+number.
  • The Commando user experience has had significant usability improvements. Most notably when starting Commando you will now be presented with a convenient list of scopes that you can use to narrow down your search results.
  • Color Schemes: Use foreground color for caret color
  • Commando: Don’t preserve query when navigating backwards.
  • Commando: Escape now clears the current search.
  • SDK: Added the “shell” SDK, allowing you to easily run shell commands.
  • UI: Improved scrollbar contrast on dark color schemes.
  • UI: “Ugly border” showing around notifications on windows
  • CodeIntel: Improve PHPDoc tooltip legibility – contributed by Defman

komodo ubuntu

Install/upgrade Komodo Edit in Ubuntu:

Komodo Edit 9 with Unity integration has been made into PPA, available for Ubuntu 12.04, Ubuntu 14.04, Ubuntu 14.10 and Ubuntu 15.04.

To install it, open terminal from the Dash/Launcher or by pressing Ctrl+Alt+T on keyboard. When it opens, follow below steps:

1. Add the PPA repository, run command:

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

2. Refresh system cache via Software Updater or by running below command:

sudo apt-get update

3. Upgrade the editor through Software Updater, or install it via below command:

sudo apt-get install komodo-edit

Done.

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