Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.698.mcz==================== Summary ====================
Name: Tools-mt.698
Author: mt
Time: 9 May 2016, 9:50:04.716377 am
UUID: 4c9af351-718a-5e42-aa14-3e6456646de3
Ancestors: Tools-nice.697
Move #representsSameBrowseeAs: from Morphic extension to tool package to simplify load/unload of Morphic. Although the Tools package is somewhat coupled with Morphic, it is more consistent with all the other implementations of #representsSameBrowseeAs:.
=============== Diff against Tools-nice.697 ===============
Item was added:
+ ----- Method: ObjectExplorer>>representsSameBrowseeAs: (in category 'user interface') -----
+ representsSameBrowseeAs: anotherObjectExplorer
+ ^ self rootObject == anotherObjectExplorer rootObject!