Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
// Macro recorded on Tue May 15 2007 01:18:00 GMT+0200 komodo.assertMacroVersion(2); if (komodo.view) { komodo.view.setFocus() }; var ke = komodo.editor; var savePos = ke.currentPos; komodo.doCommand('cmd_end') komodo.doCommand('cmd_newline') komodo.doCommand('cmd_linePrevious') komodo.doCommand('cmd_end') komodo.doCommand('cmd_selectHome') komodo.doCommand('cmd_selectHome') new_selection = komodo.interpolate('%s'); komodo.doCommand('cmd_lineNext') var pos = ke.currentPos; ke.insertText(pos,new_selection); ke.gotoPos(savePos);
This paste will be private.
From the Design Piracy series on my blog: