From 7ff487f2dda3411dd4cf34f5616c468435d2ef9b Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 10 Feb 2015 10:08:32 +1100 Subject: Add INDIC_FULLBOX. --- doc/ScintillaDoc.html | 15 +++++++++++++-- doc/ScintillaHistory.html | 6 ++++-- 2 files changed, 17 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ed3f23966..66a529540 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@

Scintilla Documentation

-

Last edited 10 January 2015 NH

+

Last edited 10 February 2015 NH

There is an overview of the internal design of Scintilla.
@@ -4058,7 +4058,18 @@ struct Sci_TextToFind { interior usually more transparent than the border. You can use SCI_INDICSETALPHA and SCI_INDICSETOUTLINEALPHA - to control the alpha transparency values. The default alpha values are 30 for fill colour and 50 for outline colour. + to control the alpha transparency values. The default alpha values are 30 for fill colour and 50 for outline colour. + This indicator does not colour the top pixel of the line so that indicators on contiguous lines are visually distinct + and disconnected. + + + + INDIC_FULLBOX + + 16 + + A rectangle around the text using translucent drawing similar to INDIC_STRAIGHTBOX + but covering the entire character area. diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5aa8dac35..d3d270ce9 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -502,8 +502,10 @@ Verilog folder fixes a bug with inconsistent folding when fold.comment is on.

  • - Add new indicator INDIC_COMPOSITIONTHIN to mimic the appearance of non-target segments - in OS X IME. + Add new indicators INDIC_COMPOSITIONTHIN and INDIC_FULLBOX. + INDIC_COMPOSITIONTHIN is a thin underline that mimics the appearance of non-target segments in OS X IME. + INDIC_FULLBOX is similar to INDIC_STRAIGHTBOX but covers the entire character area which means that + indicators with this style on contiguous lines may touch.
  • Fix crash in SciTE when saving large files in background when closing application. -- cgit v1.2.3