Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 1c2e61d846335e33da0922a623b04c830703f813 Size: 57.53 KB File Format: rar
Rating: 1.956521739
out of 5
based on 23 user ratings
Downloads: 365 License: Free
Character Position is a free software by Tanguy Mezzano and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Character Position which is 57.53 KB in size and belongs to the software category Other Office Tools. Character Position was released on 2013-03-24 and last updated on our database on 2017-03-27 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Character Position Description
Character Position is a lightweight plugin made to help Notepad++ users learn the current position of the mouse cursor while working in text documents.
You can use it to count all characters within a text document (including whitespace), from the beginning to the pointer's current position.
Easy to implement into Notepad++
It's quite easy to get the extension up and running, since there is no actual installation involved and it doesn't depend on other software.
It comes down to extracting the .dll file from the downloaded archive and copying it to the "plugins" folder of Notepad++. This can be done whether you have an installer or portable edition available.
If Notepad++ was already running at the time of the .dll copy, make sure to restart it to view the new entry in the "Plugins" menu.
Counts all characters up until the pointer
The whole idea behind Character Position is quite simple. If you click somewhere inside the currently opened document and summon the plugin, it will display a message with a number that represents its position.
How it works is that it counts all characters from the start of the doc and up until the pointer. To make it clear, you should know that the count begins with 0, when the cursor is set before the first character, so the last character included in the sum is the one on the left of the pointer.
Rudimentary character counter with insufficient features
The goal of this Notepad++ plugin is to act as a character counter. However, it's not particularly practical, since you cannot change the starting position.
For example, if you use the text editor's built-in counter, it's capable of showing the total of all characters within any text you select. Nevertheless, you can test Character Position for yourself to see what it's made of.