aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaDoc.html10
-rw-r--r--doc/ScintillaHistory.html8
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 18155093b..44b7449b7 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3925,6 +3925,16 @@ struct Sci_TextToFind {
Apperance will not be as good as <code>INDIC_SQUIGGLE</code> on OS X in HiDPI mode.</td>
</tr>
+ <tr>
+ <td align="left"><code>INDIC_COMPOSITIONTHICK</code></td>
+
+ <td align="center">14</td>
+
+ <td>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.</td>
+ </tr>
+
</tbody>
</table>
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 23c3990db..4abe22a14 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -446,6 +446,14 @@
#region folding added.
<a href="http://sourceforge.net/p/scintilla/feature-requests/985/">Feature #985.</a>
</li>
+ <li>
+ Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic an
+ appearance used for Asian language input composition.
+ </li>
+ <li>
+ Fix multi-typing when two carets are located in virtual space on one line so that spaces
+ are preserved.
+ </li>
</ul>
<h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite331.zip?download">Release 3.3.1</a>