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. --- doc/ScintillaDoc.html | 6 ++++++ doc/ScintillaHistory.html | 1 + 2 files changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 3758bd05a..a89ed7951 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2117,6 +2117,8 @@ struct TextToFind { colour)
SCI_SETSELALPHA(int alpha)
SCI_GETSELALPHA
+ SCI_SETSELEOLFILLED(bool filled)
+ SCI_GETSELEOLFILLED
SCI_SETCARETFORE(int colour)
SCI_GETCARETFORE
SCI_SETCARETLINEVISIBLE(bool @@ -2155,6 +2157,10 @@ struct TextToFind { The selection can be drawn translucently in the selection background colour by setting an alpha value.

+

SCI_SETSELEOLFILLED(bool filled)
+ SCI_GETSELEOLFILLED
+ The selection can be drawn up to the right hand border by setting this property.

+

SCI_SETCARETFORE(int colour)
SCI_GETCARETFORE
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 365472d4f..2bca8bdd2 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -225,6 +225,7 @@

  • Mitchell Foral
  • Pieter Holtzhausen
  • Waldemar Augustyn
  • +
  • Jason Haslam
  • Images used in GTK+ version -- cgit v1.2.3