aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-02-22 08:57:07 +1100
committerNeil <nyamatongwe@gmail.com>2015-02-22 08:57:07 +1100
commite3dcaa477741dba922e3daf270ff2ecb42b5311c (patch)
treee09f3e1c465e3f63cf1231a3a64e684d6ba2eb79 /doc/ScintillaHistory.html
parente06bdec7a8e31dbef56c7953083151b888f2f89c (diff)
downloadscintilla-mirror-e3dcaa477741dba922e3daf270ff2ecb42b5311c.tar.gz
Implement VK_HANJA for Korean on Windows.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 777ccc7d1..cf9a11104 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -498,6 +498,10 @@
Minimum version of Qt supported is now 4.8 due to the use of QElapsedTimer::nsecsElapsed.
</li>
<li>
+ On Windows, for Korean, the VK_HANJA key is implemented to choose Hanja for Hangul and
+ to convert from Hanja to Hangul.
+ </li>
+ <li>
C++ lexer adds lexer.cpp.verbatim.strings.allow.escapes option that allows verbatim (@") strings
to contain escape sequences. This should remain off (0) for C# and be turned on (1) for Objective C.
</li>