From 4a7c0965659d0b99b9a68c19480272e049cc26fa Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Jan 2015 15:11:02 +1100 Subject: Add INDIC_COMPOSITIONTHIN indicator. --- doc/ScintillaDoc.html | 12 +++++++++++- doc/ScintillaHistory.html | 4 ++++ 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ed66afa69..dc9c006cf 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4101,7 +4101,17 @@ struct Sci_TextToFind { A 2-pixel thick underline located at the bottom of the line to try to avoid touching the character base. Each side is inset 1 pixel so that different indicators in this style covering a range appear isolated. - This is similar to an appearance used for Asian language input composition. + This is similar to an appearance used for the target in Asian language input composition. + + + + INDIC_COMPOSITIONTHIN + + 15 + + A 1-pixel thick underline located just before the bottom of the line. + Each side is inset 1 pixel so that different indicators in this style covering a range appear isolated. + This is similar to an appearance used for non-target ranges in Asian language input composition. diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9fe18dcf6..ea7cce1fa 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -489,6 +489,10 @@ Rust lexer accepts new 'is'/'us' integer suffixes instead of 'i'/'u'. Bug #1098. +
  • + Add new indicator INDIC_COMPOSITIONTHIN to mimic the appearance of non-target segments + in OS X IME. +
  • Release 3.5.3 -- cgit v1.2.3