Beispiel #1
0
 def is_enabled(self):
     return HAS_SUBLIME_REPL and Common.is_enabled_haskell_command(
         None, True)
Beispiel #2
0
 def is_visible(self):
     return Common.is_enabled_haskell_command(None, False)
Beispiel #3
0
 def is_visible(self):
     return Common.is_enabled_haskell_command(None, False)
Beispiel #4
0
 def is_enabled(self):
     return Common.is_enabled_haskell_command(self.view, False)
 def is_enabled(self):
     return Common.is_enabled_haskell_command(self.view, False)