diff options
author | nyamatongwe <unknown> | 2002-10-08 00:42:36 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-10-08 00:42:36 +0000 |
commit | ea3685f0c103ad8469959088a75ece739c75806a (patch) | |
tree | 7d3e6c21264e1f220ef48916100582c699ecdaf0 /include/Scintilla.h | |
parent | 25171eb9355a88a107de3e251bb7f19790bdf971 (diff) | |
download | scintilla-mirror-ea3685f0c103ad8469959088a75ece739c75806a.tar.gz |
Added AppendText method.
Credit to Sergey.
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 a3de07809..1b481fca2 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -381,6 +381,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_TEXTHEIGHT 2279 #define SCI_SETVSCROLLBAR 2280 #define SCI_GETVSCROLLBAR 2281 +#define SCI_APPENDTEXT 2282 #define SCI_LINEDOWN 2300 #define SCI_LINEDOWNEXTEND 2301 #define SCI_LINEUP 2302 |