notepad-plus-plus-legacy/PowerEditor/installer
Don HO c9c2d1e376
Add an option for displying constant line number width
1. Add an option for displying constant line number width in Preferences dialog.
   This option set the line number constant width according the total line number in the document (minimun 4 digits).
   It ensures no unexpected visual effect while scrolling content vertically.
   If the document content is modified and the total number of lines is increased or decreased, more digits will be added or removed according the number of digits in total number of lines.

2. Add new plugin messages NPPM_GETLINENUMBERWIDTHMODE & NPPM_SETLINENUMBERWIDTHMODE for getting or setting LINENUMWIDTH_DYNAMIC / LINENUMWIDTH_CONSTANT.
   So plugins may send NPPM_SETLINENUMBERWIDTHMODE message with LINENUMWIDTH_CONSTANT to Notepad++ for avoiding some unexpected visual effect (while scrolling).

Fix #5670
2020-12-06 16:38:53 +01:00
..
APIs Add C# 9.0 keywords for auto-completion 2020-09-29 02:32:51 +02:00
bin Added missing +x attribute for executables 2015-08-02 09:01:09 +02:00
functionList Fix several bugs of PHP parser rule for function list 2020-11-05 14:53:41 +01:00
images Notepad++ 7.6.2 release Gilet Jaune Edition 2019-01-01 02:46:17 +01:00
nativeLang Add an option for displying constant line number width 2020-12-06 16:38:53 +01:00
nsisInclude Fix function list is empty with new user profile issue 2020-11-27 03:54:37 +01:00
themes Update themes to v7.9.1 2020-10-29 13:47:36 +01:00
nppSetup.nsi Split functionList.xml into multifile in "functionList" Folder 2020-10-21 18:05:08 +02:00
packageAll.bat Update markdown UDL XML file 2020-10-24 19:47:50 +02:00