aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2015-02-22 10:34:54 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2015-02-22 10:34:54 +1100
commit74fd8e583dc5bc92bcf3e3b88ae1f5e64e7edfea (patch)
treed79228e0527d08fb419e1d4878080fbfeac266c5
parentc1fbe6996a29bc05a5f8889c138f2bf3895de253 (diff)
downloadscintilla-mirror-74fd8e583dc5bc92bcf3e3b88ae1f5e64e7edfea.tar.gz
Documented recent change.
-rw-r--r--doc/ScintillaHistory.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index cf9a11104..20603a256 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -495,6 +495,13 @@
foreground colour attribute.
</li>
<li>
+ On Cocoa, additional IME methods implemented so that more commands are enabled.
+ For Japanese: Reverse Conversion, Convert to Related Character, and Search Similar Kanji
+ can now be performed.
+ The global definition hotkey Command+Control+D and the equivalent three finger tap gesture
+ can be used.
+ </li>
+ <li>
Minimum version of Qt supported is now 4.8 due to the use of QElapsedTimer::nsecsElapsed.
</li>
<li>