The Trunk: Tools-ct.941.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-ct.941.mcz

commits-2
Nicolas Cellier uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ct.941.mcz

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

Name: Tools-ct.941
Author: ct
Time: 16 February 2020, 4:48:20.368878 pm
UUID: 152d52a8-5a34-e545-a638-a80249453a58
Ancestors: Tools-mt.939

Fixes a small bug when reusing a MessageNames window.

To reproduce:

        Preferences setFlag: #(SystemWindow >> reuseWindows) join asSymbol toValue: true during: [
                ToolSet
                        browseMessageNames: 'someFictiveMessageName';
                        browseMessageNames: 'someOtherFictiveMessageName'].

=============== Diff against Tools-mt.939 ===============

Item was added:
+ ----- Method: MessageNames>>postAcceptBrowseFor: (in category 'morphic ui') -----
+ postAcceptBrowseFor: anotherModel
+
+ self searchString: anotherModel searchString.!