titoBouzout / WordCount

Real-time Word, Char, Line and Page counter, in the status-bar for the document, line or selection. Sublime Text
Other
291 stars 50 forks source link

WordCount doesn't appear #53

Open AkelD opened 8 years ago

AkelD commented 8 years ago

Just that, the only thing it does is creating an entry in Prefferences>Package Settings. There isn't anything in the command palete or status bar. screenshot 544

anders-s commented 8 years ago

Same issue.

tomakita commented 8 years ago

I'm having the same issue. Perhaps I've done something wrong during the install?

excetara2 commented 8 years ago

Same issue.

AkelD commented 8 years ago

I tried installing again, this time it worked. I dunno why really, last time I also had followed the same method-- download as zip, rename main folder to WordCount, extract to /packages/. Maybe there was an unmet dependency? What exactly does this plugin need to work? ----- Original Message ----- From: excetara2 To: titoBouzout/WordCount Cc: AkelD Sent: Monday, April 11, 2016 1:51 PM Subject: Re: [titoBouzout/WordCount] WordCount doesn't appear (#53)

Same issue.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

excetara2 commented 8 years ago

I had to reboot sublime and it started working for me as well.

On Wed, Apr 13, 2016, 6:13 AM AkelD notifications@github.com wrote:

I tried installing again, this time it worked. I dunno why really, last time I also had followed the same method-- download as zip, rename main folder to WordCount, extract to /packages/. Maybe there was an unmet dependency? What exactly does this plugin need to work? ----- Original Message ----- From: excetara2 To: titoBouzout/WordCount Cc: AkelD Sent: Monday, April 11, 2016 1:51 PM Subject: Re: [titoBouzout/WordCount] WordCount doesn't appear (#53)

Same issue.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/titoBouzout/WordCount/issues/53#issuecomment-209084532

tomakita commented 8 years ago

Re-installing also worked for me (I had tried restarting Sublime before, but that didn't seem to fix the problem, in my case). Thanks for the tip!

kylemcdonald commented 8 years ago

I have the same issue. Opening the Sublime console reveals:

Reloading plugin /Users/kyle/Library/Application Support/Sublime Text 2/Packages/WordCount/WordCount.py
Traceback (most recent call last):
  File "./sublime_plugin.py", line 62, in reload_plugin
  File "./WordCount.py", line 282
SyntaxError: Non-ASCII character '\xe2' in file ./WordCount.py on line 282, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

This is due to the character added in this commit https://github.com/titoBouzout/WordCount/commit/a8c94527fdba12d83596d2b1c0f26f719db5cb3f

Adding the line # -*- coding: utf-8 -*- to the top of the WordCount.py file fixes this error.

I still don't see a word count displayed anywhere.

Awatatah commented 8 years ago

I'm having the same issue as @kylemcdonald please fix!

stormtek commented 8 years ago

I just managed to install this on Windows 10. It wanted the folder to be placed in User_Directory/AppData/Roaming/SublimeText3/Packages rather than ProgramFiles/SublimeText3/Packages.

KingsleyG commented 8 years ago

I had this issue when I installed WordCount with ST2 - works fine with ST3.

kewp commented 8 years ago

Same problem