[squeak-dev] The Trunk: Tools-mt.1097.mcz

Jaromir Matas mail at jaromir.net
Thu Dec 30 16:00:36 UTC 2021


Hi, works fine indeed; the preferences look neat and consistent :) Thanks!

________________________________
From: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> on behalf of Marcel Taeumel <marcel.taeumel at hpi.de>
Sent: Thursday, December 30, 2021 4:54:00 PM
To: squeak-dev <squeak-dev at lists.squeakfoundation.org>
Subject: Re: [squeak-dev] The Trunk: Tools-mt.1097.mcz

Hi Jaromir --

I just updated update-mt.499.mcm again to load TrueType before System. Now it updates fine from 20846 to 20934.

Best,
Marcel

Am 30.12.2021 16:46:01 schrieb Marcel Taeumel <marcel.taeumel at hpi.de>:

Hi Jaromir --

Thanks. Fixed.

Best,
Marcel

Am 30.12.2021 16:41:35 schrieb Jaromir Matas <mail at jaromir.net>:

Hi Marcel,



I’ve tried to update Squeak (from Squeak menu or Wizard) and the update fails, or rather freezes on Initializing Tools-mt.1097 and raises an error Key not found: font



Regards,

Jaromir



From: commits at source.squeak.org<mailto:commits at source.squeak.org>
Sent: Thursday, December 30, 2021 16:27
To: squeak-dev at lists.squeakfoundation.org<mailto:squeak-dev at lists.squeakfoundation.org>; packages at lists.squeakfoundation.org<mailto:packages at lists.squeakfoundation.org>
Subject: [squeak-dev] The Trunk: Tools-mt.1097.mcz



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

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

Name: Tools-mt.1097
Author: mt
Time: 30 December 2021, 4:27:28.684748 pm
UUID: d7b0b113-d24a-974f-8733-e9a19feb2cfc
Ancestors: Tools-mt.1096

Complements Graphics-mt.455

=============== Diff against Tools-mt.1096 ===============

Item was changed:
  ----- Method: ToolIcons class>>font (in category 'private') -----
  font

         | icon f1 f2 |
+        icon := Form extent: 16 at 16 depth: 32.
-        icon := Form extent: 12 at 12 depth: 32.
         f1 := StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 7.5.
         f2 := StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 10.5.
         icon getCanvas
+                drawString: 'A' at: 0@ (15 - f1 height) font: f1 color: Color black;
+                drawString: 'A' at: (f1 widthOf: $A) @ (15 - f2 height) font: f2 color: Color black.
-                drawString: 'A' at: 0@ (12 - f1 height) font: f1 color: Color black;
-                drawString: 'A' at: (f1 widthOf: $A) @ (12 - f2 height) font: f2 color: Color black.
         ^ icon!

Item was changed:
+ (PackageInfo named: 'Tools') postscript: 'ToolIcons icons removeKey: #font.'!
- (PackageInfo named: 'Tools') postscript: 'Workspace allInstances do: [:workspace |
-        (workspace instVarNamed: #bindings)
-                removeKey: #''_fileDirectory'' ifAbsent: nil;
-                removeKey: #''_windowTitle'' ifAbsent: nil;
-                removeKey: #''_fileLineConversion'' ifAbsent: nil].
-
- ProcessBrowser registerWellKnownProcesses. "Tools-eem.1016"'!



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


More information about the Squeak-dev mailing list