The Inbox: EToys-kfr.392.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: EToys-kfr.392.mcz

commits-2
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].!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: EToys-kfr.392.mcz

Christoph Thiede

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


Best,

Christoph


Von: Squeak-dev <[hidden email]> im Auftrag von [hidden email] <[hidden email]>
Gesendet: Samstag, 19. September 2020 21:41:46
An: [hidden email]
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].!




Carpe Squeak!