Skip to content

Commit

Permalink
Merge pull request #61 from hpi-swa-teaching/enhancement/8-apps-integ…
Browse files Browse the repository at this point in the history
…ration

Add Morphic Monet into Squeak's 'apps' menu
  • Loading branch information
ClFeSc authored Jun 2, 2021
2 parents 29e6fba + 6f6a418 commit 7801d67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class initialization
addToWorldMenu
TheWorldMenu registerOpenCommand: {'Morphic Monet'. {self. #open}}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
instance creation
open
self addToWorldMenu.
^ self new openInWorld
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"class" : {
"addToWorldMenu" : "K.P. 5/27/2021 11:21",
"open" : "K.P. 5/27/2021 11:22",
"initialize" : "K.P. 5/21/2021 23:48",
"borderColor" : "K.P. 5/29/2021 14:14",
"borderWidth" : "mFr 5/26/2021 12:11",
"canvasPanelBorder" : "mFr 5/26/2021 12:00",
"open" : "mFr 5/19/2021 10:56",
"topPanelHeight" : "mFr 5/26/2021 12:02" },
"instance" : {
"activateDefaultItem" : "mFr 5/19/2021 11:03",
Expand Down

0 comments on commit 7801d67

Please sign in to comment.