コード例 #1
0
ファイル: sublime.py プロジェクト: ronnyzxr/aml
 def new_file(self, flags = 0, syntax = ""):
     """ flags must be either 0 or TRANSIENT """
     return View(sublime_api.window_new_file(self.window_id, flags, syntax))
コード例 #2
0
 def new_file(self, flags=0, syntax=""):
     """ flags must be either 0 or TRANSIENT """
     return View(sublime_api.window_new_file(self.window_id, flags, syntax))