Skip to content

Commit 146b44e

Browse files
authored
Fix NPPM_ADDSCNMODIFIEDFLAGS value
I did the math wrong: `NPPMSG+117` = `(1024+1000)+117`, so this is actually `2024+117 = 2141`
1 parent 5047097 commit 146b44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/plugin-communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ where:
8484

8585
---
8686

87-
#### [2117] **NPPM_ADDSCNMODIFIEDFLAGS**
87+
#### [2141] **NPPM_ADDSCNMODIFIEDFLAGS**
8888
*Add needed `SCN_MODIFIED` flags so your plugin will recieve the notification `SCN_MODIFIED` of these events for your specific treatments. (New to v8.7.7.)*
8989

9090
*By default, Notepad++ only forwards `SCN_MODIFIED` with the following 5 flags/events `SC_MOD_DELETETEXT | SC_MOD_INSERTTEXT | SC_PERFORMED_UNDO | SC_PERFORMED_REDO | SC_MOD_CHANGEINDICATOR` to plugins.*

0 commit comments

Comments
 (0)