Exemplo n.º 1
0
 def is_enabled(self):
     return HAS_SUBLIME_REPL and Common.is_enabled_haskell_command(
         None, True)
Exemplo n.º 2
0
 def is_visible(self):
     return Common.is_enabled_haskell_command(None, False)
Exemplo n.º 3
0
 def is_visible(self):
     return Common.is_enabled_haskell_command(None, False)
Exemplo n.º 4
0
 def is_enabled(self):
     return Common.is_enabled_haskell_command(self.view, False)
Exemplo n.º 5
0
 def is_enabled(self):
     return Common.is_enabled_haskell_command(self.view, False)