The Trunk: Tools-mt.1044.mcz

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

The Trunk: Tools-mt.1044.mcz

commits-2
Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.1044.mcz

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

Name: Tools-mt.1044
Author: mt
Time: 26 April 2021, 9:13:24.564065 am
UUID: 7904f092-e7cf-b344-9ed9-e8802991c38e
Ancestors: Tools-mt.1043

Complements Morphic-mt.1760.

=============== Diff against Tools-mt.1043 ===============

Item was added:
+ ----- Method: Browser>>representsSameBrowseeAs: (in category 'morphic ui') -----
+ representsSameBrowseeAs: anotherBrowser
+
+ ^ self hasUnacceptedEdits not
+ and: [self selectedClass == anotherBrowser selectedClass]
+ and: [self selectedMessage = anotherBrowser selectedMessage]!