[squeak-dev] The Inbox: EToys-kfr.392.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Sat Sep 19 19:43:16 UTC 2020


Great, now we only have to call this method from anywhere within the ReleaseBuilder, without explicitly referencing the Etoys class :-)


Best,

Christoph

<http://www.hpi.de/>
________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Samstag, 19. September 2020 21:41:46
An: squeak-dev at lists.squeakfoundation.org
Betreff: [squeak-dev] The Inbox: EToys-kfr.392.mcz

A new version of EToys was added to project The Inbox:
http://source.squeak.org/inbox/EToys-kfr.392.mcz

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

Name: EToys-kfr.392
Author: kfr
Time: 19 September 2020, 9:41:26.748531 pm
UUID: 0cba87d8-dec4-304e-be2d-dc783945f18d
Ancestors: EToys-kfr.378, EToys-mt.391

add most used Etoy icons to ScriptingSystem formDictionary

=============== Diff against EToys-kfr.378 ===============

Item was added:
+ ----- Method: ReleaseBuilderSqueakland class>>loadMostUsedEtoysForms (in category 'preparing') -----
+ loadMostUsedEtoysForms
+ "add must used Etoy icons to ScriptingSystem formDictionary"
+ "RoundGoldBox, TryItPressed, TryIt, MenuIcon, AddCategoryViewer, AddInstanceVariable, TanOPressed, TanO, Gets, RightCaret, DownCaret"
+ | assoc |
+ {#scriptingSystemImage109. #scriptingSystemImage127. #scriptingSystemImage064. #scriptingSystemImage038. #scriptingSystemImage165. #scriptingSystemImage171. #scriptingSystemImage014. #scriptingSystemImage053. #scriptingSystemImage080. #scriptingSystemImage044.}
+ do: [:sym |
+                assoc := (self perform: sym).
+                ScriptingSystem saveForm: assoc value atKey: assoc key].!


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


More information about the Squeak-dev mailing list