Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@7shi
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7shi/e6bbcfb184e33fd99eef to your computer and use it in GitHub Desktop.
Save 7shi/e6bbcfb184e33fd99eef to your computer and use it in GitHub Desktop.
[JavaScript]KomodoのPython実行用マクロ
komodo.assertMacroVersion(3);
if (komodo.view) komodo.view.setFocus();
ko.commands.doCommand('cmd_save');
ko.run.runEncodedCommand(window, '%(python) \"%F\" {\'cwd\': u\'%D\'}');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment