From 8e6ddfd4ed7a72190796d138557ad3eb5da7b0db Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 20 Aug 2013 14:57:56 +1000 Subject: Added PositionRelative to optimize navigation by character. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 5bfcfc266..405cc81f7 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -673,6 +673,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_PARAUPEXTEND 2416 #define SCI_POSITIONBEFORE 2417 #define SCI_POSITIONAFTER 2418 +#define SCI_POSITIONRELATIVE 2670 #define SCI_COPYRANGE 2419 #define SCI_COPYTEXT 2420 #define SC_SEL_STREAM 0 -- cgit v1.2.3