コード例 #1
0
ファイル: main.py プロジェクト: GPCracker/WoTScriptTerminal
	def run(self):
		global terminal
		view = terminal.create_output(self.window, 'wot_python_log', True)
		view.run_command('script_terminal_clear_log_view')
		return
コード例 #2
0
 def run(self):
     global terminal
     view = terminal.create_output(self.window, 'wot_python_log', True)
     view.run_command('script_terminal_clear_log_view')
     return
コード例 #3
0
ファイル: main.py プロジェクト: GPCracker/WoTScriptTerminal
	def run(self):
		global terminal
		view = terminal.create_output(self.window, 'wot_python_log', True)
		self.window.run_command('show_panel', {'panel': 'output.' + 'wot_python_log'})
		return
コード例 #4
0
 def run(self):
     global terminal
     view = terminal.create_output(self.window, 'wot_python_log', True)
     self.window.run_command('show_panel',
                             {'panel': 'output.' + 'wot_python_log'})
     return