[squeak-dev] The Inbox: Tools-ct.878.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Mon Aug 19 15:10:58 UTC 2019


Hi, Christoph.

-1 :-)

There is the preference "Workspace shouldStyle" which might better fit the default implementation in StringHolder. Only Workspace implements #shouldStyle. This preference is also better than forcing to style out of a SearchBar.

Best,
Marcel
Am 14.08.2019 23:23:38 schrieb commits at source.squeak.org <commits at source.squeak.org>:
A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.878.mcz

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

Name: Tools-ct.878
Author: ct
Time: 14 August 2019, 11:23:27.6824 pm
UUID: 2f78c021-5d26-6c44-a909-617d47a1f602
Ancestors: Tools-mt.877

Respect styling in #spawn:

Depends on ToolBuilder-Kernel-ct.130 & ToolBuilder-Morphic-ct.237

=============== Diff against Tools-mt.877 ===============

Item was changed:
----- Method: SearchBar>>spawn: (in category '*Tools') -----
spawn: contentsString

+ UIManager default edit: contentsString label: nil shouldStyle: true!
- UIManager default edit: contentsString label: 'Workspace'!

Item was changed:
----- Method: StringHolder>>spawn: (in category '*Tools') -----
spawn: contentsString

+ UIManager default edit: contentsString label: 'Workspace' shouldStyle: self shouldStyle
- UIManager default edit: contentsString label: 'Workspace'
!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190819/aaf96228/attachment.html>


More information about the Squeak-dev mailing list