Skip to content

Commit

Permalink
Made it so that Morph is automatically placed in center during resizi…
Browse files Browse the repository at this point in the history
…ng of window
  • Loading branch information
JanFehse committed May 30, 2022
1 parent 2b2db2d commit 6201663
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ optionalButtonPairs

^ #(
('run' runCode 'run this code for the above world')
('copy' copyToClipboard 'copy this code to your clipboard'))
('copy code' copyToClipboard 'copy this code to your clipboard'))
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"initialize" : "jb 7/24/2019 11:45",
"morphClass" : "TB 6/23/2021 18:57",
"morphInstanceName" : "JF 5/17/2022 11:14",
"optionalButtonPairs" : "SH 7/17/2021 19:24",
"optionalButtonPairs" : "JF 5/27/2022 19:29",
"runCode" : "FFN 7/11/2019 13:52",
"save" : "jb 7/12/2019 12:38",
"selectedMethods" : "jb 6/20/2019 02:40",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
as yet unclassified
handleMouseUp: evt

super handleMouseUp: evt.
self model changed: #selectedMethods.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"class" : {
},
"instance" : {
"doFastWindowReframe:" : "JF 5/27/2022 12:32" } }
"handleMouseUp:" : "JF 5/30/2022 14:53" } }
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"commentStamp" : "",
"instvars" : [
],
"codeholder" ],
"name" : "MEXPluggableSystemWindow",
"pools" : [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"topSpecsVerticalDistribution" : "SH 7/17/2021 19:47" },
"instance" : {
"buildBackToOverViewButtonWith:" : "JS 5/21/2022 21:00",
"buildChildrenWith:" : "JS 5/22/2022 15:17",
"buildChildrenWith:" : "JF 5/27/2022 18:04",
"buildCodeEditorWith:" : "PM 6/11/2021 14:57",
"buildForCategory:" : "FFN 5/9/2019 10:10",
"buildMethodListWith:" : "SC 7/10/2021 16:48",
Expand Down

0 comments on commit 6201663

Please sign in to comment.