Komodo macro cmd_paste pastes after all other prints

This is actually a bug from a few minor versions ago that’s still happening. The record macro feature will place the cmd_paste text at the end of the string instead of where it places it in the userscript.

So, with this it would place both pasted text strings at the end of the line: // Macro recorded on: Mon Dec 14 2015 13:32:40 GMT-0500 (EST) komodo.assertMacroVersion(3); if (komodo.view) { komodo.view.setFocus(); } komodo.view.selection = 'console.log(\''; ko.commands.doCommand('cmd_paste') komodo.view.selection = ': \' + '; ko.commands.doCommand('cmd_paste') komodo.view.selection = ');';

console.log(’: ’ + );var1var1

Hi @Robert_Packer,

This issue is being tracked here:

Thank you for getting in touch with us and reporting. If you have any additional information please add it to the ticket.

  • Carey