SublimeLaTeXWordCount icon indicating copy to clipboard operation
SublimeLaTeXWordCount copied to clipboard

add info on status bar

Open xplorld opened this issue 8 years ago • 3 comments

xplorld avatar Nov 19 '16 12:11 xplorld

See issue #2

xplorld avatar Nov 20 '16 03:11 xplorld

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?

kevinstadler avatar Dec 26 '16 22:12 kevinstadler

you can have a setting, and check it before the declaration of the whole class.

if not completely_disable:
    class MyHandlerClass(SomeSublimeBaseClass):
            def someMethod() ...

xplorld avatar Dec 29 '16 14:12 xplorld