aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-03-20 01:37:22 +0000
committernyamatongwe <devnull@localhost>2005-03-20 01:37:22 +0000
commit8ff812ee43507881bded1bdf7f35f950b7e8e87c (patch)
tree8395a920bd832f73b878b22182452e5fc86f45c0 /include/Scintilla.h
parent2ae0fcf5bbf73e61ac029b34544d14777baae872 (diff)
downloadscintilla-mirror-8ff812ee43507881bded1bdf7f35f950b7e8e87c.tar.gz
Patch from nissl in RFE 1164540 adds WrapCount method.
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 cd1dbd77f..5e5528c0a 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -352,6 +352,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_CALLTIPSETFOREHLT 2207
#define SCI_VISIBLEFROMDOCLINE 2220
#define SCI_DOCLINEFROMVISIBLE 2221
+#define SCI_WRAPCOUNT 2235
#define SC_FOLDLEVELBASE 0x400
#define SC_FOLDLEVELWHITEFLAG 0x1000
#define SC_FOLDLEVELHEADERFLAG 0x2000