diff options
author | Tse Kit Yam <me@kytse.com> | 2016-09-30 12:59:53 +1000 |
---|---|---|
committer | Tse Kit Yam <me@kytse.com> | 2016-09-30 12:59:53 +1000 |
commit | 73f798c039ac4e2b8127f79ed2fb4f0ca085e73f (patch) | |
tree | e162f68c3d51bd35a49facb78d68d35f2af5309c /doc/ScintillaHistory.html | |
parent | 03378bf5015987dd140d7fabd3d043ae909a4afc (diff) | |
download | scintilla-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.html | 5 |
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> |