self.write(data)if data == '... ... ': # python specific
self.repl.write('\n')
else:
self.write('\n'+data[:-1])linkey11 wrote:How is possible to create a build system with this so that all you need to do is use Ctrl+B to run the current file?
..\Packages\User\SublimeREPL-python.sublime-build
{
"target": "run_existing_window_command",
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}
Return to Plugin Announcements
Users browsing this forum: Mar-vin and 9 guests