[Pharo4] SlotClassBuilder with support to directly set a class comment when building
Jan. 19, 2015
2:57 p.m.
14753 add support for setting class comments to class builder https://pharo.fogbugz.com/f/cases/14753/ This adds support to directly set the class comment when building classes. PharoClassInstaller make: [ :builder | builder name: #TT; comment: 'A class Comment' ]. e.g. this allows to simplify MCClassDefinition>#load Marcus
Jan. 19, 2015
9:05 p.m.
New subject: [Pharo4] SlotClassBuilder with support to directly set a class comment when building
good!
14753 add support for setting class comments to class builder https://pharo.fogbugz.com/f/cases/14753/
This adds support to directly set the class comment when building classes.
PharoClassInstaller make: [ :builder | builder name: #TT; comment: 'A class Comment' ].
e.g. this allows to simplify MCClassDefinition>#load
Marcus
4211
Age (days ago)
4211
Last active (days ago)
1 comments
2 participants
participants (2)
-
Marcus Denker -
stepharo