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

Commit 279fff7

Browse files
committed
added documentation
1 parent bb1ac5b commit 279fff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Visual Studio Project Template C#/PluginInfrastructure/Scintilla_iface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ public struct ScNotification
4141
private int position; /* SCN_STYLENEEDED, SCN_DOUBLECLICK, SCN_MODIFIED, SCN_MARGINCLICK, SCN_NEEDSHOWN, SCN_DWELLSTART, SCN_DWELLEND, SCN_CALLTIPCLICK, SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK, SCN_HOTSPOTRELEASECLICK, SCN_INDICATORCLICK, SCN_INDICATORRELEASE, SCN_USERLISTSELECTION, SCN_AUTOCSELECTION */
4242
public int character; /* SCN_CHARADDED, SCN_KEY, SCN_AUTOCCOMPLETE, SCN_AUTOCSELECTION, SCN_USERLISTSELECTION */
4343
public int Mmodifiers; /* SCN_KEY, SCN_DOUBLECLICK, SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK, SCN_HOTSPOTRELEASECLICK, SCN_INDICATORCLICK, SCN_INDICATORRELEASE */
44-
public int ModificationType; /* SCN_MODIFIED */
4544
public IntPtr TextPointer; /* SCN_MODIFIED, SCN_USERLISTSELECTION, SCN_AUTOCSELECTION, SCN_URIDROPPED */
4645
public int Length; /* SCN_MODIFIED */
4746
public int LinesAdded; /* SCN_MODIFIED */
4847
public int Message; /* SCN_MACRORECORD */
4948
public uint wParam; /* SCN_MACRORECORD */
5049
public int lParam; /* SCN_MACRORECORD */
50+
public int ModificationType; /* SCN_MODIFIED - modification types are name "SC_MOD_*" */
5151
/// <summary>
5252
/// 0-based index
5353
/// </summary>

0 commit comments

Comments
 (0)