23

Should I install any plugins or there is build-in way to see the text length? Length in the status line gives me the byte size, not char count.

Little Alien
  • 713
  • 3
  • 8
  • 18

3 Answers3

44

If you double click around 'Length' in status bar, this window will pop up: enter image description here

I hope it is what you looking for.

yahyaman
  • 571
1

I suggest the TextFX Characters plugin for Notepad++.

1). Install the plugin.

2). Highlight the text you want to count.

3). From the tool bar "TextFX -> TextFX Tools -> Word Count"

It gives the word count, character count, and other information.

I use Notepad++ v8.1.4 (32-bit)

Harvey
  • 21
1

No plugin is needed.

Just select the text and then look in the status bar below for the letter count.

WilliamK
  • 111