diff options
author | Neil <nyamatongwe@gmail.com> | 2013-10-06 13:50:17 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-10-06 13:50:17 +1100 |
commit | 6f875cbfd94d0e3e8197d74b9db6d0ae5d1bf312 (patch) | |
tree | 632047e14cdeca107d40d6311128404a6e75ac9c | |
parent | 96b170e7fb83233c50b17fedf650a6ba8aaa7364 (diff) | |
download | scintilla-mirror-6f875cbfd94d0e3e8197d74b9db6d0ae5d1bf312.tar.gz |
Line end spaces removed.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d15caa997..a10ddec23 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -468,11 +468,11 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1521/">Bug #1521</a>. </li> <li> - Gaining and losing focus is now reported as a notification with the code set to SCN_FOCUSIN + Gaining and losing focus is now reported as a notification with the code set to SCN_FOCUSIN or SCN_FOCUSOUT. This allows clients to uniformly use notifications instead of commands. Since there is no longer a need for commands they will be deprecated in a future version. - Clients should switch any code that currently uses SCEN_SETFOCUS or SCEN_KILLFOCUS. + Clients should switch any code that currently uses SCEN_SETFOCUS or SCEN_KILLFOCUS. </li> <li> On Cocoa, clients should use the delegate mechanism or subclass ScintillaView in preference |