From da1ad1ff7405b0b6ee3b02e1d07b83b617d53c9b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 28 Dec 2006 23:00:32 +0000 Subject: Patch from Jason Haslam to optionally extend selection colour to left side when end of line selected. --- include/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 21bcbf490..adb85695b 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -201,6 +201,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETSELBACK 2068 #define SCI_GETSELALPHA 2477 #define SCI_SETSELALPHA 2478 +#define SCI_GETSELEOLFILLED 2479 +#define SCI_SETSELEOLFILLED 2480 #define SCI_SETCARETFORE 2069 #define SCI_ASSIGNCMDKEY 2070 #define SCI_CLEARCMDKEY 2071 -- cgit v1.2.3