aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorTse Kit Yam <me@kytse.com>2016-09-30 12:59:53 +1000
committerTse Kit Yam <me@kytse.com>2016-09-30 12:59:53 +1000
commit73f798c039ac4e2b8127f79ed2fb4f0ca085e73f (patch)
treee162f68c3d51bd35a49facb78d68d35f2af5309c /doc/ScintillaHistory.html
parent03378bf5015987dd140d7fabd3d043ae909a4afc (diff)
downloadscintilla-mirror-73f798c039ac4e2b8127f79ed2fb4f0ca085e73f.tar.gz
Recognize the numeric keypad '+', '-', and '/' keys as SCK_ADD, SCK_SUBTRACT,
and SCK_DIVIDE.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 080847d8e..dd51f6de4 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -591,6 +591,11 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1863/">Bug #1863</a>.
</li>
<li>
+ On Cocoa, recognize the numeric keypad '+', '-', and '/' keys as
+ SCK_ADD, SCK_SUBTRACT, and SCK_DIVIDE.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1867/">Bug #1867</a>.
+ </li>
+ <li>
On GTK+ 3.21+ fix incorrect font size in auto-completion list.
<a href="http://sourceforge.net/p/scintilla/bugs/1859/">Bug #1859</a>.
</li>