aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-10-20 16:03:21 +1100
committernyamatongwe <devnull@localhost>2010-10-20 16:03:21 +1100
commit1d801fba7580276f1a91af5019d5d2ac59372a37 (patch)
tree45f8662892a932b7cd329fddb97302f66ac2c60a /include/Scintilla.h
parentfbc89848986b94a84e1011b11d16d83f5a09c881 (diff)
downloadscintilla-mirror-1d801fba7580276f1a91af5019d5d2ac59372a37.tar.gz
Feature request #3064696 SCI_VERTICALCENTRECARET: center current line in window.
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 331216979..0e1159b53 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -787,6 +787,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_SWAPMAINANCHORCARET 2607
#define SCI_CHANGELEXERSTATE 2617
#define SCI_CONTRACTEDFOLDNEXT 2618
+#define SCI_VERTICALCENTRECARET 2619
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001