From 13814407453aebe75f47aef9ac7e70723d345eb9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 14 Oct 2013 08:14:52 +1100 Subject: To follow naming conventions InnerView was renamed to SCIContentView and MarginView was renamed to SCIMarginView. --- doc/ScintillaHistory.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index bba105c0c..4fb3a1194 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -493,14 +493,16 @@ to registerNotifyCallback: which will be deprecated in the future.
  • - On Cocoa, clients may customize InnerView by subclassing both InnerView and ScintillaView and implementing the - innerViewClass class method on the ScintillaView subclass to return the class of the InnerView subclass. -
  • -
  • On Cocoa, the ScintillaView.h header hides internal implementation details from Platform.h and ScintillaCocoa.h. + InnerView was renamed to SCIContentView and MarginView was renamed to SCIMarginView. dealloc removed from @interface.
  • + On Cocoa, clients may customize SCIContentView by subclassing both SCIContentView and ScintillaView + and implementing the contentViewClass class method on the ScintillaView subclass to return the class of + the SCIContentView subclass. +
  • +
  • On Cocoa, fixed appearance of alpha rectangles to use specified alpha and colour for outline as well as corner size. This makes INDIC_STRAIGHTBOX and INDIC_ROUNDBOX look correct.
  • -- cgit v1.2.3