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 | 754c30407bb1273a6be74878d8f62250fc4c423d (patch) | |
| tree | aa3587e1833ba21450054e0191869c77a8491955 /doc | |
| parent | e44b84645510ce7cb822411af59080b464ff1f69 (diff) | |
| download | scintilla-mirror-754c30407bb1273a6be74878d8f62250fc4c423d.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> |
