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

Commit 0c48619

Browse files
committed
documentation
1 parent 1f7a4db commit 0c48619

File tree

1 file changed

+7
-0
lines changed
  • Visual Studio Project Template C#

1 file changed

+7
-0
lines changed

Visual Studio Project Template C#/Main.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ class Main
2323
public static void OnNotification(ScNotification notification)
2424
{
2525
// This method is invoked whenever something is happening in notepad++
26+
// use eg. as
27+
// if (notification.Header.Code == (uint)NppMsg.NPPN_xxx)
28+
// { ... }
29+
// or
30+
//
31+
// if (notification.Header.Code == (uint)SciMsg.SCNxxx)
32+
// { ... }
2633
}
2734

2835
internal static void CommandMenuInit()

0 commit comments

Comments
 (0)