aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-07-22 01:02:15 +0000
committernyamatongwe <devnull@localhost>2004-07-22 01:02:15 +0000
commit1e897e643d5acc133f9c90beeec20428d2037e41 (patch)
tree43b1c8d5d353905b6e9917d9bcd2b6dd335a991d /include/Scintilla.h
parent80cef9861be6eb687bace05e989677a3b3df675d (diff)
downloadscintilla-mirror-1e897e643d5acc133f9c90beeec20428d2037e41.tar.gz
New method SCI_FINDCOLUMN.
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 78f3e093e..f20f0de22 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -586,6 +586,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_TARGETASUTF8 2447
#define SCI_SETLENGTHFORENCODE 2448
#define SCI_ENCODEDFROMUTF8 2449
+#define SCI_FINDCOLUMN 2456
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001