In Notepad++, you can quickly find information about your text. For example, what is the document length and total word count? You can do this by using a built-in feature or by using the TextFX plugin. They count words differently, though, so be aware! Make sure you use the one that is right for you 🙂
Word Count in Notepad++
If you have no plugins installed, you can use the built-in Summary feature. If you are using the TextFX plugin you can use the Word Count feature:
- Click View → Summary
- Double-click on Length / Lines on the Status Bar (shortcut to Summary)
- Use TextFX → TextFX Tools → Word Count
Differences between Notepad++ and TextFX
The Notepad++ Summary only shows the total word count, not the selected word count. If you have text selected, it shows you how many characters you have selected, but not how many words are in your selection.
The TextFX Word Count shows the total and selected word count. It only works when you have text selected. It shows you how many words and characters are in your selection.
More importantly, Notepad++ and TextFX counts words differently. Notepad++ counts hyphenated words as two words, while TextFX counts hyphenated words as one word.
Fun fact: TextFX and Microsoft Word counts words the same way.
Continue reading →