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

Change char_ignore_whitespace default value #35

Closed entozoon closed 9 years ago

entozoon commented 9 years ago

For example, if I open a file containing only one two three four five six seven eight nine

It claims to be 9 Words, 36 Chars. When of course it is 44 characters.

I realise now that the char_ignore_whitespace parameter exists in order to change the way it works, but surely by default it should include whitespaces? People using this plugin would most likely be coders or copywriters where spaces count!

titoBouzout commented 9 years ago

ok, what you want, is to change the default setting. I've no objection

entozoon commented 9 years ago

I think that would make sense :)

titoBouzout commented 9 years ago

See https://github.com/SublimeText/WordCount/issues/24

titoBouzout commented 9 years ago

confused >.<, why you opened this issue, if you then close it? hehe

entozoon commented 9 years ago

Because you fixed it https://github.com/SublimeText/WordCount/issues/24