Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit e8e3f9e

Browse files
committed
changed value of NPPN_DOCORDERCHANGED
closes #48
1 parent aecdcd2 commit e8e3f9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Visual Studio Project Template C#/NppPluginNETHelper.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -628,10 +628,7 @@ public enum NppMsg : uint
628628
DOCSTAUS_READONLY = 1,
629629
DOCSTAUS_BUFFERDIRTY = 2,
630630

631-
NPPN_DOCORDERCHANGED = (NPPN_FIRST + 16) // To notify plugins that document order is changed
632-
//scnNotification->nmhdr.code = NPPN_DOCORDERCHANGED;
633-
//scnNotification->nmhdr.hwndFrom = newIndex;
634-
//scnNotification->nmhdr.idFrom = BufferID;
631+
NPPN_DOCORDERCHANGED = (NPPN_FIRST + 17), // To notify plugins that document order is changed
635632
}
636633

637634
public enum NppMenuCmd : uint

0 commit comments

Comments
 (0)