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

Count number of characters of current line #6

Closed ghost closed 12 years ago

ghost commented 12 years ago

Hi Tito!

Optionally displaying the number of characters of the current line would be very useful when writing text for Twitter and for other limited-length text areas (such as many in web forms).

What do you think? Would you consider implementing this feature?

Be well, Andre

titoBouzout commented 12 years ago

Hi Andre!

Yeah, why not, let me check..

titoBouzout commented 12 years ago

Done by https://github.com/SublimeText/WordCount/commit/3cb954830380b320f672f27e053deafa973358ae Thank you

titoBouzout commented 12 years ago

oh sorry I missread your petition, this count words not characters.

titoBouzout commented 12 years ago

Now done by 580dc12

ghost commented 12 years ago

Thank you, Tito! :) The only problem is that now my status bar is a bit crowded... -- Is there a way for me to hide (disable) the Line # and Column # info?

ghost commented 12 years ago

...Or maybe shorten the text: Line: line_num, Column: col_num to: line_num:col_num -- This would make everything easier to read and smaller...

ghost commented 12 years ago

...Also, consider having line_num:col_num at the beginning of the status bar text, rather than at the end (or middle).