[squeak-dev] The Trunk: Tools-ct.941.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 5 11:49:13 UTC 2020


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.!



More information about the Squeak-dev mailing list