Skip to content

Commit

Permalink
Fix BPExamplesMorph Resizing (#158)
Browse files Browse the repository at this point in the history
* First experimental resizing

* Adjusts layout properties for annotation morphs

* deletes unused method

* Adds backspaces back in BPMountain example

* Fixes text field resizing

* Update .smalltalk.ston

* Update .squot-contents

* Merge branch 'develop' into error/fix-morph-resizing

* Fixes an issue in ContextS2 resulting from using class identity instead of name when determining whether two partial methods are the same. As a result the partial method is not correctly removed in case of a recompile within a new class.

(cherry-picked from commit b46aace)

---------

Co-authored-by: Eva Krebs <eva.krebs@hpi.de>
Co-authored-by: Patrick R <hi@patrickrein.de>
  • Loading branch information
3 people committed Oct 2, 2023
1 parent 90e3c6f commit fa9ec69
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
drawing
drawOn: aCanvas
<exampleNamed: 'normal example' setUp: '' tearDown: '' self: 'BPMountain new
extent: 400@400;
yourself' with: '(Form extent: 20@20 depth: 32) getCanvas'>
extent: 400@400;
yourself' with: '(Form extent: 20@20 depth: 32) getCanvas'>
<exampleNamed: 'small example' self: 'BPMountain new
extent: 20@20;
yourself' with: '(Form extent: 20@20 depth: 32) getCanvas'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"instance" : {
"color" : "pre 2/5/2021 09:08",
"color:" : "pre 2/5/2021 09:08",
"drawOn:" : "pre 7/15/2022 14:50",
"drawOn:" : "joabe 8/9/2023 17:24",
"initialize" : "pre 2/5/2021 09:57",
"ratio" : "pre 2/5/2021 09:57",
"ratio:" : "pre 2/5/2021 09:57" } }
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"instance" : {
"+" : "pre 7/1/2019 14:23",
"addAndLog:" : "pre 5/3/2021 10:36",
"binarySearchIn:theElement:" : "pre 8/21/2023 11:38",
"binarySearchIn:theElement:" : "ek 9/29/2023 09:13",
"methodOnlyWithExample" : "pre 11/18/2019 12:07",
"methodWithExampleCallingOnlyProbedMethod" : "jb 7/2/2021 00:56",
"methodWithLiveSpecimen:" : "pre 9/30/2020 09:41",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"openExampleInProbeLog" : "joabe 5/9/2023 17:37",
"openInProbeLogClicked" : "joabe 5/9/2023 17:34",
"removeButtonClicked" : "jb 1/10/2022 19:46",
"step" : "joabe 9/28/2022 22:58",
"step" : "joabe 8/9/2023 13:56",
"textEmphasis" : "pre 9/30/2020 10:35",
"timeoutButtonClicked" : "joabe 9/27/2022 22:35",
"updateAssertResultIcon" : "jb 12/30/2021 22:33",
Expand Down

0 comments on commit fa9ec69

Please sign in to comment.