From 1ad3c0feaaf7c08baae8fe9ef5c885c0711a14ce Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 1 Oct 2013 19:57:20 +1000 Subject: Change log. --- doc/ScintillaHistory.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c44e50530..d6a5cd4a3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -464,16 +464,22 @@ Feature #1020.
  • - For SCI_SETIDENTIFIERS allow \t, \r, and \n as well as space between identifiers. + For SCI_SETIDENTIFIERS, \t, \r, and \n are allowed as well as space between identifiers. Bug #1521.
  • - On Cocoa, ScintillaNotificationProtocol adds an optional command:idFrom: method so that client code can more - easily receive commands. Clients should use the delegate mechanism or subclass ScintillaView in preference + 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. +
  • +
  • + On Cocoa, clients should use the delegate mechanism or subclass ScintillaView in preference to registerNotifyCallback: which will be deprecated in the future.
  • - On Cocoa, the ScintillaView.h header now hides internal implementation details from Platform.h and ScintillaCocoa.h. + On Cocoa, the ScintillaView.h header hides internal implementation details from Platform.h and ScintillaCocoa.h. dealloc removed from @interface.
  • -- cgit v1.2.3