Background
Since version 8.3, x64 builds of Notepad++ can open files >2GiB in size. To achieve this, the type of Scintilla's Sci_PostionCR message was changed to intptr_t, which expands to eight bytes on x86_64 architecture.
See:
Plugin List
The following collects what has been reported1 about plugins distributed in x86_64 versions
Related Issues
Only those reported against N++ are listed
To expedite closing duplicates, maintainers are encouraged to mention this issue
Notes
Background
Since version 8.3, x64 builds of Notepad++ can open files >2GiB in size. To achieve this, the type of Scintilla's
Sci_PostionCRmessage was changed tointptr_t, which expands to eight bytes on x86_64 architecture.See:
Plugin List
The following collects what has been reported1 about plugins distributed in x86_64 versions
Related Issues
Only those reported against N++ are listed
To expedite closing duplicates, maintainers are encouraged to mention this issue
Notes
Footnotes
Current as of 2022-11-08 1:52 PM EST ↩