From 8fa845464668cfcd119bb34cd4f9605f7693aab9 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 6 Oct 2013 13:50:17 +1100 Subject: Line end spaces removed. --- doc/ScintillaHistory.html | 4 ++-- 1 file 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 @@ Bug #1521.
  • - 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.
  • On Cocoa, clients should use the delegate mechanism or subclass ScintillaView in preference -- cgit v1.2.3