コード例 #1
0
 def active_sheet(self):
     sheet_id = sublime_api.window_active_sheet(self.window_id)
     if sheet_id == 0:
         return None
     else:
         return Sheet(sheet_id)
コード例 #2
0
ファイル: sublime.py プロジェクト: twolfson/sublime-files
 def active_sheet(self):
     sheet_id = sublime_api.window_active_sheet(self.window_id)
     if sheet_id == 0:
         return None
     else:
         return Sheet(sheet_id)