The Trunk: HelpSystem-Core-kfr.69.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: HelpSystem-Core-kfr.69.mcz

commits-2
Karl Ramberg uploaded a new version of HelpSystem-Core to project The Trunk:
http://source.squeak.org/trunk/HelpSystem-Core-kfr.69.mcz

==================== Summary ====================

Name: HelpSystem-Core-kfr.69
Author: kfr
Time: 22 April 2015, 3:44:51.506 pm
UUID: ac10369a-d3ad-d044-916a-6f7de6b40a24
Ancestors: HelpSystem-Core-mt.68

HelpBrowser openOn: aClass failed because instance variables were nil

=============== Diff against HelpSystem-Core-mt.68 ===============

Item was changed:
  ----- Method: ClassAPIHelpTopic>>withMethods (in category 'accessing') -----
  withMethods
 
+ ^ withMethods ifNil:[false]!
- ^ withMethods!

Item was changed:
  ----- Method: ClassAPIHelpTopic>>withSubclasses (in category 'accessing') -----
  withSubclasses
 
+ ^ withSubclasses  ifNil:[false]!
- ^ withSubclasses!