console.run('zorba.exe -f -q "%s" ' % notepad.getCurrentFilename(),editor)
How do I get my output in a new editor tab? It is currently appending it to the current tab.
Do a notepad.new() first
Log in to post a comment.
console.run('zorba.exe -f -q "%s" ' % notepad.getCurrentFilename(),editor)
How do I get my output in a new editor tab? It is currently appending it to the current tab.
Do a notepad.new() first