diff options
| author | nyamatongwe <devnull@localhost> | 2011-11-16 10:43:52 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-11-16 10:43:52 +1100 |
| commit | 445cc61d3c5dead15aeca9c363ccbbe57018d744 (patch) | |
| tree | 47688bbd73047e85901aec3b576383b621c6ecc8 /include/Scintilla.h | |
| parent | 1def08bb984e864f4d34064bdb38db2e47e7bd86 (diff) | |
| download | scintilla-mirror-445cc61d3c5dead15aeca9c363ccbbe57018d744.tar.gz | |
Bug #3283519. CountCharacters added to count the number of
characters between two positions. From Andrey Moskalyov.
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 11f9bbd9e..7a6f58fac 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -323,6 +323,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_GETLINEINDENTATION 2127 #define SCI_GETLINEINDENTPOSITION 2128 #define SCI_GETCOLUMN 2129 +#define SCI_COUNTCHARACTERS 2633 #define SCI_SETHSCROLLBAR 2130 #define SCI_GETHSCROLLBAR 2131 #define SC_IV_NONE 0 |
