The Trunk: HelpSystem-Core-nice.86.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-nice.86.mcz

commits-2
Nicolas Cellier uploaded a new version of HelpSystem-Core to project The Trunk:
http://source.squeak.org/trunk/HelpSystem-Core-nice.86.mcz

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

Name: HelpSystem-Core-nice.86
Author: nice
Time: 4 May 2016, 11:48:13.917235 pm
UUID: 1f4b56c6-5b30-4c68-b0cd-792223bd2057
Ancestors: HelpSystem-Core-mt.85

Move #representsSameBrowseeAs: out of Morphic

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

Item was added:
+ ----- Method: HelpBrowser>>representsSameBrowseeAs: (in category 'ui') -----
+ representsSameBrowseeAs: anotherModel
+ ^ self hasUnacceptedEdits not and:
+ [ (toplevelTopics collect:
+ [ : e | e title ]) =
+ (anotherModel toplevelTopics collect:
+ [ : e | e title ]) ]!