diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2013-10-14 08:14:52 +1100 |
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-10-14 08:14:52 +1100 |
| commit | 13814407453aebe75f47aef9ac7e70723d345eb9 (patch) | |
| tree | 84293c7215ebf80a42e0c91796cbcbb9c0e2417f /doc | |
| parent | cb5bacabd6969762c8c2a27144ff5e74dc0491a5 (diff) | |
| download | scintilla-mirror-13814407453aebe75f47aef9ac7e70723d345eb9.tar.gz | |
To follow naming conventions InnerView was renamed to SCIContentView and
MarginView was renamed to SCIMarginView.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ScintillaHistory.html | 10 |
1 files changed, 6 insertions, 4 deletions
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. </li> <li> - 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. - </li> - <li> 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. </li> <li> + 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. + </li> + <li> 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. </li> |
