diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-02-10 10:08:32 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-02-10 10:08:32 +1100 |
| commit | 7ff487f2dda3411dd4cf34f5616c468435d2ef9b (patch) | |
| tree | acbf8ee062cd98f15f99bf8e7738a2de16949953 /doc/ScintillaHistory.html | |
| parent | a924da900a2bbd03f95b79363bb0e6618386f3e0 (diff) | |
| download | scintilla-mirror-7ff487f2dda3411dd4cf34f5616c468435d2ef9b.tar.gz | |
Add INDIC_FULLBOX.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 4 insertions, 2 deletions
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. </li> <li> - 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. </li> <li> Fix crash in SciTE when saving large files in background when closing application. |
