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

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Sun Sep 8 19:21:48 UTC 2019


For follow-up: This should also resolve http://bugs.squeak.org/view.php?id=7873.


Btw: Are we still using this bugtracker system seriously (with the latest time stamps in mind)? Is it worth reporting any bug there instead of mailing it to the list directly? :)


Best,

Christoph

________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Mittwoch, 4. September 2019 21:22:40
An: squeak-dev at lists.squeakfoundation.org
Betreff: [squeak-dev] The Inbox: Tools-ct.881.mcz

A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.881.mcz

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

Name: Tools-ct.881
Author: ct
Time: 4 September 2019, 9:22:35.818698 pm
UUID: 8b3f75cd-2e4c-3649-b220-196e1d813c8b
Ancestors: Tools-ct.878

Refine behavior of #spawn: again

* Move implementation in StringHolder up to Model, in order to avoid error messages in other Models (such as MCTool, PreferenceBrowser etc.)
* Respect Workspace shouldStyle setting in SearchBar>>#spawn:
* In Workspace>>#spawn:, respect current styling mode

Thanks to mt!

=============== Diff against Tools-ct.878 ===============

Item was added:
+ ----- Method: Model>>spawn: (in category '*Tools') -----
+ spawn: contentsString
+
+        UIManager default edit: contentsString label: nil!

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

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

Item was removed:
- ----- Method: StringHolder>>spawn: (in category '*Tools') -----
- spawn: contentsString
-
-        UIManager default edit: contentsString label: 'Workspace' shouldStyle: self shouldStyle
- !

Item was added:
+ ----- Method: Workspace>>spawn: (in category '*Tools') -----
+ spawn: contentsString
+
+        UIManager default edit: contentsString label: 'Workspace' shouldStyle: self shouldStyle!


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


More information about the Squeak-dev mailing list