aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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.iface
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.iface')
-rw-r--r--include/Scintilla.iface6
1 files changed, 6 insertions, 0 deletions
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,)