SublimeText / WordHighlight

Highlight all copies of the currently selected word.
MIT License
179 stars 24 forks source link

error : NameError: global name 'wh_loop' is not defined #52

Closed r041367 closed 10 years ago

r041367 commented 10 years ago

i use Sublime Text 2.0.2 x64. i get some message in console.

Reloading plugin C:\Sublime Text 2.0.2 x64\Data\Packages\WordHighlight\word_highlight.py Traceback (most recent call last): File ".\sublime_plugin.py", line 62, in reload_plugin File ".\word_highlight.py", line 55, in plugin_loaded() File ".\word_highlight.py", line 50, in plugin_loaded thread.start_new_thread(wh_loop, ()) NameError: global name 'wh_loop' is not defined

titoBouzout commented 10 years ago

Hello, do you get the error when restarting? Or are you saving the file word_highlight.py by hand?

r041367 commented 10 years ago

i try to uninstall WordHightlight package and reinstall it . when i start or restart sublime text, i got the error.

titoBouzout commented 10 years ago

OK, I'm downloading ST2 :-1:

r041367 commented 10 years ago

i try to download Win 64 bit - portable version

  1. install package control by console
  2. install wordhighlight by package control
  3. restart it and i get this error
titoBouzout commented 10 years ago

Thanks for the information, I think is now fixed, please "find for updates" and let me know.

r041367 commented 10 years ago

i remove and reinstall it. it works fine. thank you so much.

titoBouzout commented 10 years ago

You are welcome!