SublimeLaTeXWordCount
SublimeLaTeXWordCount copied to clipboard
add info on status bar
See issue #2
Thanks, I'm in the middle of finishing my thesis so have no time to test at the moment! I'm a bit concerned about not having an option to disable the event handler itself (not just the writing to the status bar), ideally also through a settings option?
you can have a setting, and check it before the declaration of the whole class.
if not completely_disable:
class MyHandlerClass(SomeSublimeBaseClass):
def someMethod() ...