diff options
author | Neil <nyamatongwe@gmail.com> | 2014-01-13 09:53:14 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-01-13 09:53:14 +1100 |
commit | 277f1de6e80bfc2cbb1eb0ab20a88f6e91cdf32f (patch) | |
tree | e9de4dbef51b79b91a12a73a9be0e6b9e1caee17 /doc/ScintillaHistory.html | |
parent | d8ba29f4960d601878e1b10be14c71b1df28f942 (diff) | |
download | scintilla-mirror-277f1de6e80bfc2cbb1eb0ab20a88f6e91cdf32f.tar.gz |
Update the system caret position when scrolling to help screen readers
see the scroll quickly.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index db85e443d..ec1e76982 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -492,6 +492,10 @@ Send SCN_UPDATEUI with SC_UPDATE_SELECTION for Shift+Tab inside text. </li> <li> + On Windows update the system caret position when scrolling to help screen readers + see the scroll quickly. + </li> + <li> SciTE displays a warning message when asked to open a directory. <a href="http://sourceforge.net/p/scintilla/bugs/1568/">Bug #1568</a>. </li> |