[squeak-dev] The Trunk: ToolBuilder-Morphic-mt.287.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jan 24 11:02:51 UTC 2022


Marcel Taeumel uploaded a new version of ToolBuilder-Morphic to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Morphic-mt.287.mcz

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

Name: ToolBuilder-Morphic-mt.287
Author: mt
Time: 24 January 2022, 12:02:50.618852 pm
UUID: 23956dc5-c523-e149-abf6-5d930dcf3517
Ancestors: ToolBuilder-Morphic-mt.286

Sorry for the noise ...

=============== Diff against ToolBuilder-Morphic-mt.286 ===============

Item was changed:
  ----- Method: MorphicUIManager>>edit:label:shouldStyle:accept: (in category 'ui requests') -----
  edit: aText label: labelString shouldStyle: aBoolean accept: anAction
  	"Open an editor on the given string/text. Note that we do not send #open but #new to avoid any default actions to be configured."
  
  	| workspace |
- 	self halt.
  	workspace := Workspace new
  		shouldStyle: aBoolean;
  		contents: aText;
  		acceptAction: anAction.
  	^ workspace openLabel: (labelString ifNil: [workspace labelString])!



More information about the Squeak-dev mailing list