Multi-row Editor Tabs for Komodo20141022000000
Multi-row Editor Tabs for Komodo
The Macro This is a JavaScript macro (best to set the macro to trigger on the Komodo startup event) that wraps your editor tabs into multiple rows, ma...
Enhancing Productivity with Command Line Applications through Komodo Macros20141016100000
Enhancing Productivity with Command Line Applications through Komodo Macros
This blog was contributed by a community member click here if you are interested in blogging on komodoide.com Learning a new editor can be a daunting ...
Macro for Toggling Editor Comments20140908000000
Macro for Toggling Editor Comments
Todd WhitemanSeptember 8, 2014brace, editor, javascript, komodo, macro, parenthesis, quote, selection
Macro Monday – a new macro to dig into every Monday! The Macro This is an on-demand Python macro (most useful with a keybinding) that will allow...
Print to the Komodo Output Tab20140818100000
Print to the Komodo Output Tab
Macro Monday – a new macro to dig into every Monday! I came across a macro that Eric Promislow had written a few years ago that seemed pretty in...
Open the same file in different directories20140721000000
Open the same file in different directories
Macro Monday – a new macro to dig into every Monday! The Macro This is a startup macro (set to trigger when Komodo starts up) that creates a new...
Workspace Save and Restore Macro20140707100000
Workspace Save and Restore Macro
Macro Monday – a new macro to dig into every Monday! The Macro This is a startup macro (set to trigger when Komodo starts up) that injects a men...
Run SSH Commands from Komodo20140623000000
Run SSH Commands from Komodo
Macro Monday – a new macro to dig into every Monday! ## The Macro This macro is currently set up to execute a single command, “ls -la̶...
Execute Snippet As PHP20140616100000
Execute Snippet As PHP
Macro Monday – a new macro to dig into every Monday! Often you might be editing a PHP script and you want to quickly execute a snippet of code t...
Automatic Brace Wrap for Editor Selections20140609000000
Automatic Brace Wrap for Editor Selections
Macro Monday – a new macro to dig into every Monday! The Macro This is a startup macro (set to trigger when Komodo starts up) that will enable b...
Select Brace Contents20140602100000
Select Brace Contents
Macro Monday – a new macro to dig into every Monday! Let’s say you have the following snippet of html: <strong>This text is bold<...