コード例 #1
0
 def is_enabled(self):
   return ChromeREPLConnection.is_instance_connected(self.window.active_view())
コード例 #2
0
 def is_enabled(self):
   return ChromeREPLConnection.is_instance_connected(self.view)
コード例 #3
0
ファイル: ChromeREPL.py プロジェクト: shreeve/ChromeREPL
 def is_enabled(self):
     if not ChromeREPLConnection.is_instance_connected(self.view):
         connection = ChromeREPLConnection.get_instance(
             sublime.active_window().active_view())
         connection.connect_to_tab()
     return True