Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
plugin | 2018-11-09 | ||
bin | 2018-11-09 | ||
src | 2018-11-09 | ||
doc | 2018-11-09 | ||
license.txt | 2018-11-09 | 35.1 kB |
|
readme.txt | 2018-11-09 | 2.6 kB |
|
Totals: 6 Items | 37.7 kB | 2 |
****************************************************************** * * * CustomLineNumbers plugin v1.1.6 for Notepad++ * * Builds for 32 and 64 bits Notepad++ installations available * * * * Author: Andreas Heim, 2018 * * * ****************************************************************** ============ Features ============ With this plugin you can display line numbers in the line numbers margin of Notepad++ as hex numbers. You can also configure the starting line number. ================= Installation ================= 1. If you run a 32 bits version of Notepad++ copy the file "bin\Win32\CustomLineNumbers.dll" to the "plugins" directory of your Notepad++ installation. In case of a 64 bits version take the file "bin\Win64\CustomLineNumbers.dll". You can find the "plugins" directory under the installation path of Notepad++. 2. Copy the file "doc\CustomLineNumbers.txt" to the directory "plugins\doc". If it doesn't exist create it. =========== History =========== v1.1.6 - November 2018 ~~~~~~~~~~~~~~~~~~~~~~ - changed: Adopted new plugin hosting model of Notepad++ version v7.5.9 and higher. v1.1.5 - October 2018 ~~~~~~~~~~~~~~~~~~~~~ - fixed: Still problems with missing line numbers when changing height of Notepad++ window. v1.1.4 - October 2018 ~~~~~~~~~~~~~~~~~~~~~ - fixed: Missing line numbers when increasing height of Notepad++ window. v1.1.3 - October 2018 ~~~~~~~~~~~~~~~~~~~~~ - fixed: Severe performance decrease when editing files with even a few hundred lines. - changed: Cursor feedback while line numbering removed. v1.1.2 - October 2018 ~~~~~~~~~~~~~~~~~~~~~ - fixed: Notepad++ hangs for a while when it shuts down. - enhanced: The plugin provides cursor feedback while line numbering. v1.1.1 - October 2018 ~~~~~~~~~~~~~~~~~~~~~ - fixed: Line numbers disappear after reloading a file. v1.1 - October 2018 ~~~~~~~~~~~~~~~~~~~ - enhanced: Displaying line numbers as hexadecimal numbers and line numbers offset can be configured now. - enhanced: Reduced superfluous calls to line numbering function, useful especially when working with large files. v1.0 - September 2018 ~~~~~~~~~~~~~~~~~~~~~ - Initial version