aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-06-21 04:39:33 +0000
committernyamatongwe <devnull@localhost>2000-06-21 04:39:33 +0000
commit7b0e16f00f59aeec2d38fd71d5279e7bd6f1a3b5 (patch)
treecc863aeec05c0d357e84909dd2ed3f4b713d539a /include/Scintilla.h
parent6d3878dca546f21822b087d70bea23db9437c0a9 (diff)
downloadscintilla-mirror-7b0e16f00f59aeec2d38fd71d5279e7bd6f1a3b5.tar.gz
GetLineEndPosition exposed.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 9f42fef0f..7640dfaa8 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -226,6 +226,7 @@ void Scintilla_RegisterClasses(HINSTANCE hInstance);
#define SCI_GETINDENTATIONGUIDES SCI_START + 133
#define SCI_SETHIGHLIGHTGUIDE SCI_START + 134
#define SCI_GETHIGHLIGHTGUIDE SCI_START + 135
+#define SCI_GETLINEENDPOSITION SCI_START + 136
#define SCI_CALLTIPSHOW SCI_START + 200
#define SCI_CALLTIPCANCEL SCI_START + 201