SYMBOL INDEX (21 symbols across 1 files) FILE: WordCount.py function plugin_loaded (line 11) | def plugin_loaded(): class Pref (line 25) | class Pref: method load (line 26) | def load(self): class WordCount (line 59) | class WordCount(sublime_plugin.EventListener): method should_run_with_syntax (line 61) | def should_run_with_syntax(self, view): method on_activated_async (line 84) | def on_activated_async(self, view): method on_post_save_async (line 87) | def on_post_save_async(self, view): method on_modified_async (line 90) | def on_modified_async(self, view): method on_selection_modified_async (line 96) | def on_selection_modified_async(self, view): method on_close (line 102) | def on_close(self, view): method asap (line 105) | def asap(self, view): method run (line 110) | def run(self, asap = False): method guess_view (line 143) | def guess_view(self): method display (line 147) | def display(self, view, on_selection, word_count, char_count, word_cou... method makePlural (line 195) | def makePlural(self, word, count): class WordCountThread (line 198) | class WordCountThread(threading.Thread): method __init__ (line 200) | def __init__(self, view, content, content_line, on_selection): method run (line 214) | def run(self): method on_done (line 249) | def on_done(self): method count (line 256) | def count(self, content): function word_count_loop (line 289) | def word_count_loop():