aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-12-28 23:00:32 +0000
committernyamatongwe <devnull@localhost>2006-12-28 23:00:32 +0000
commit14521a683cbdd6574c9bd38309166d96fc295168 (patch)
tree2c314e2385e119e07f52371502742b8213dcf16b /include/Scintilla.h
parent703e1f60c8183a7d1a747792e64f649c95a41f7c (diff)
downloadscintilla-mirror-14521a683cbdd6574c9bd38309166d96fc295168.tar.gz
Patch from Jason Haslam to optionally extend selection colour to left side when
end of line selected.
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 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