aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-08-29 15:41:51 +1000
committernyamatongwe <devnull@localhost>2012-08-29 15:41:51 +1000
commit49c58915a02a9f82adbea3c94cfe59474f5f830e (patch)
tree94b2236d81e7847c0cc3c9f1d8df55483f4827f0 /include/Scintilla.h
parent7ac3d9b1c51939f2377e6081bc2a463aa6ebf65a (diff)
downloadscintilla-mirror-49c58915a02a9f82adbea3c94cfe59474f5f830e.tar.gz
Move SCI_VCHOMEDISPLAY[EXTEND] from SciLexer range to Scintilla range.rel-3-2-2
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 1ee941727..67a44e24a 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -851,6 +851,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_FINDINDICATORSHOW 2640
#define SCI_FINDINDICATORFLASH 2641
#define SCI_FINDINDICATORHIDE 2642
+#define SCI_VCHOMEDISPLAY 2652
+#define SCI_VCHOMEDISPLAYEXTEND 2653
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001
@@ -874,8 +876,6 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_PROPERTYTYPE 4015
#define SCI_DESCRIBEPROPERTY 4016
#define SCI_DESCRIBEKEYWORDSETS 4017
-#define SCI_VCHOMEDISPLAY 4018
-#define SCI_VCHOMEDISPLAYEXTEND 4019
#define SC_MOD_INSERTTEXT 0x1
#define SC_MOD_DELETETEXT 0x2
#define SC_MOD_CHANGESTYLE 0x4