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.iface | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 085470e04..779378047 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -442,6 +442,12 @@ get int GetSelAlpha=2477(,) # Set the alpha of the selection. set void SetSelAlpha=2478(int alpha,) +# Is the selection end of line filled? +get bool GetSelEOLFilled=2479(,) + +# Set the selection to have its end of line filled or not. +set void SetSelEOLFilled=2480(bool filled,) + # Set the foreground colour of the caret. set void SetCaretFore=2069(colour fore,) -- cgit v1.2.3