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

Commit b23e5d8

Browse files
committed
removed ooold comment
1 parent b107018 commit b23e5d8

File tree

1 file changed

+5
-6
lines changed
  • Visual Studio Project Template C#/Integration

1 file changed

+5
-6
lines changed

Visual Studio Project Template C#/Integration/Msgs_h.cs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
namespace Kbg.NppPluginNET
1111
{
12-
class Constants
13-
{
14-
public const int WM_USER = 0x400;
15-
}
12+
class Constants
13+
{
14+
public const int WM_USER = 0x400;
15+
}
1616

17-
public enum LangType
17+
public enum LangType
1818
{
1919
L_TEXT, L_PHP, L_C, L_CPP, L_CS, L_OBJC, L_JAVA, L_RC,
2020
L_HTML, L_XML, L_MAKEFILE, L_PASCAL, L_BATCH, L_INI, L_ASCII, L_USER,
@@ -32,7 +32,6 @@ public enum LangType
3232
[Flags]
3333
public enum NppMsg : uint
3434
{
35-
//Here you can find how to use these messages : http://notepad-plus.sourceforge.net/uk/plugins-HOWTO.php
3635
NPPMSG = (Constants.WM_USER + 1000),
3736

3837
NPPM_GETCURRENTSCINTILLA = (NPPMSG + 4),

0 commit comments

Comments
 (0)