atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
180 stars 4 forks source link

add word count in the status bar #265

Open jonathanchang opened 13 years ago

jonathanchang commented 13 years ago

0.0.28

having word count in addition to line count and character count would be useful when using this to write blog posts and other prose where word count is an interesting metric to see.

hertze commented 13 years ago

+1

atg commented 13 years ago

Started to implement this. Oddly it intersects with code completion: requires "wordification" of the document.

amcgregor commented 13 years ago

+1

Additionally, SLoC would be nice as a metric. It's the lines - blank lines (after whitespace removal) - comment lines.

epochwolf commented 12 years ago

+1, maybe only enable for non-code bundles like Plain Text, Markdown, etc?

jamiebullock commented 10 years ago

+1

Also agree with @amcgregor that SLOC would be handy

Gittim89531 commented 10 years ago

+1

jbzdarkid commented 9 years ago

+1

JohnThompson commented 9 years ago

+1, I agree with @epochwolf, it wouldn't make sense on code bundles, but would be very useful for markdown and text files