aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-04-18 10:19:52 +0000
committernyamatongwe <devnull@localhost>2003-04-18 10:19:52 +0000
commit3999fd3df65cf0123df03b9e3004c09a74928926 (patch)
treebe79d641bf1864cfc90539159dff2769ab5541d3 /include/Scintilla.h
parentba0570e86daa7a65e138218c947f151e5ab4e193 (diff)
downloadscintilla-mirror-3999fd3df65cf0123df03b9e3004c09a74928926.tar.gz
New methods for finding the next or previous position taking multi byte
characters into account.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index c377d07cc..470425e76 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -535,6 +535,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_PARADOWNEXTEND 2414
#define SCI_PARAUP 2415
#define SCI_PARAUPEXTEND 2416
+#define SCI_POSITIONBEFORE 2417
+#define SCI_POSITIONAFTER 2418
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001