Exemplo n.º 1
0
 def is_checked(self):
     return highlighting.is_enabled()
Exemplo n.º 2
0
 def run():
     if lookup_file_type.is_bolt_module(view) and highlighting.is_enabled():
         if self.thread == None:
             highlighting.run(view, self.handler)
     else:
         highlighting.clear(view)