
Welcome to the Komodo User Guide
What's new in Komodo IDE
8.5
-
Multiple Carets: In addition to Komodo's rectangular (column) editing, you can now add multiple caret positions in the editor, so that any typing or editing commands will be reflected at all caret locations. Use Ctrl+Click (Cmd+Click on the Mac) to place additional carets, or alternatively use the editors right click contextual menu and select the 'Add as Additional Caret/Selection'.
-
Button Menu: Komodo can now be configured to use a collapsed toolbar button menu, instead of a full menu bar (does not apply to Mac OS X). This can be useful when you want to maximize your vertical editing space. A bonus of this feature is that the last used menu items will also be displayed in the top-level of the button menu, making it quick and easy to run the same menu command again.
-
Sleek Scrollbars: Komodo's side pane scrollbars now fade out when they are not in use. This creates more space for your panes, and the scrollbars will become more visible and less transparent once you start interacting with the pane.
-
Performance: Various performance tweaks were made to Komodo 8.5 to improve the editing performance, as well as improving the search speed, syntax checking times and general responsiveness of Komodo.
-
Mac Improvements: Drawing is smoother and Komodo can draw using the integrated graphics card. There were some edge cases on Retina screens where drawing glitches could occur in the editor component, leaving unwanted artefacts - this has now been fixed. Komodo can now work with the integrated graphics card - this can lead to improved battery life on laptops.
-
Code Refactoring: The new Komodo refactoring component has these smart code-transformation capabilities:
- Variable Renaming: quickly and easily rename variables in the editor. It uses inline markers and multiple cursor selections to easily change the name of a code variable.
- Method Extraction: move parts of your code into a new function. Any variables used in the selected text are refactored into function arguments and are then passed to the extracted method.
-
Breadcrumbs: A new file and directory navigation bar has been added to the Komodo window. This navigation bar allows you to easily find and open related files. You can use mouse and/or keyboard to navigate entries and easily filter down the list of files.
-
Abyss theme: A new dark theme for the Komodo user interface has been added. This theme affects the Komodo UI elements outside of the main editor (i.e. different from Komodo color schemes which only affect the main editor colors). You can enable Abyss in the Komodo Appearance preferences.
-
Open Files: The Open Files widget (in the left Komodo Pane) now includes additional sorting and grouping options. You can group by language, file extension, directory, location and even group by a custom regex pattern match.
-
Code Intelligence Out-Of-Process: Komodo's code intelligence system (code scanning, calltips, completions, goto definition, refactoring, etc...) is now handled by an external process. Mostly you won't notice any changes in functionality, but this does boost Komodo's responsiveness whilst editing.
-
Updated Platform: Komodo has received a number of updates to its underlying code base. Komodo now uses Mozilla 24, Python 2.7.5 and Scintilla 3.34.
(Read the full Release Notes.)
Downloads
You can use one of the following links to download Komodo:
- Komodo IDE download
- Komodo Edit download
Support and Community
The ActiveState Community site has resources to help you use Komodo effectively:
Sample Project
Get started fast with Komodo's Sample Project.
Feature Showcase
Quick Demos showing advanced search functionality, editing, debugging, and more.
Tutorials
Helpful introductions to Ruby on Rails, Ruby, PHP, Perl, Python, XSLT and Run Commands.