aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-11-16 10:43:52 +1100
committernyamatongwe <unknown>2011-11-16 10:43:52 +1100
commit706467b15ad45ab2653733eff7e3afdf3486b251 (patch)
tree24d4c42b2a7f475a04965623cea030c73c4d88e2 /include/Scintilla.h
parentad331d1977908f0b034c4bd9ab6d039a32ff0f50 (diff)
downloadscintilla-mirror-706467b15ad45ab2653733eff7e3afdf3486b251.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.h1
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