Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

WordCount doesn't appear #53

Open
AkelD opened this issue Mar 30, 2016 · 11 comments
Open

WordCount doesn't appear #53

AkelD opened this issue Mar 30, 2016 · 11 comments

Comments

@AkelD
Copy link

AkelD commented Mar 30, 2016

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

@AkelD AkelD changed the title WordCOunt doesn't appear WordCount doesn't appear Mar 30, 2016
@anders-s
Copy link

anders-s commented Apr 2, 2016

Same issue.

@tomakita
Copy link

tomakita commented Apr 3, 2016

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

@excetara2
Copy link

Same issue.

@AkelD
Copy link
Author

AkelD commented Apr 12, 2016

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
Copy link

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
#53 (comment)

@tomakita
Copy link

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
Copy link

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 a8c9452

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
Copy link

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

@stormtek
Copy link

stormtek commented Jun 8, 2016

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
Copy link

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

@kewp
Copy link

kewp commented Jun 23, 2016

Same problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants