diff options
author | nyamatongwe <devnull@localhost> | 2000-11-30 06:16:57 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-11-30 06:16:57 +0000 |
commit | f0e8c7c4c3a5390d0b8150c700cec5c1ad3b226d (patch) | |
tree | 1b365d0a03ede7371453391e2a31a37a3e64e05c /include/Scintilla.h | |
parent | ef89374a1b993b738c4ecee577191af793e322cc (diff) | |
download | scintilla-mirror-f0e8c7c4c3a5390d0b8150c700cec5c1ad3b226d.tar.gz |
Patches from Stephan to slow down autoscrolling, exposed
MoveCaretInsideView as part of the API and did some other work on macros.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index af6fbdc02..4d5478207 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -332,6 +332,7 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara #define SCI_UPPERCASE 2341 #define SCI_LINESCROLLDOWN 2342 #define SCI_LINESCROLLUP 2343 +#define SCI_MOVECARETINSIDEVIEW 2401 #define SCI_LINELENGTH 2350 #define SCI_BRACEHIGHLIGHT 2351 #define SCI_BRACEBADLIGHT 2352 |