This is a collection of useful Komodo macros.
Wrap the editor selection with arbitrary text. Easily enclose text with HTML tags or stringify a selection.
See the code.
Automatically adds PHPdoc (or JSDoc) comments, including a summary, to your PHP (or JavaScript) file when you type '/**' followed by the ENTER key.
If the line below the current position is a function, variable or class it will check for an toolbox Abbreviation and add it's contents to the phpdoc comment.
See the code.
Make a column selection in the editor, then for each column insert a number and have the number incremented for each subsequent row in the selection.
See the code.
A macro that will copy the existing Find Results onto the clipboard. Note: There can be two find results pane opened - this only works on the first one.
See the code.
Create a snippet from selected text, add a name and automatically open properties to add keybinding.
See the code.
Create a new macro in your Komodo toolbox and copy/paste the contents into the Komodo macro editor.
Got a handy macro yourself? Please submit a pull request to have your macro added to this list.