Skip to content

Commit

Permalink
screenshots: complement trunk updates to PluggableTreeMorph
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Dec 28, 2023
1 parent 3af3292 commit b1a9f5b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ createContextToolTip
helper world fullBounds.

tree := helper morphByExternalName: #contextTree in: window.
tree selectedMorph expand.
child := tree selectedMorph children last.
child expand.
tree adjustSubmorphPositions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ createScreenshot
helper keyStroke: cvp key: $p modifiers: #(cmd).

tree := helper morphByExternalName: #contextTree in: window.
tree selectedMorph expand.
child := tree selectedMorph children last.
child expand.
child firstChild expand.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
screenshots
createSpawnContext

self recorder writeTo: 'screenshots/spawnContext.png'building: [:helper |
self recorder writeTo: 'screenshots/spawnContext.png' building: [:helper |
| window debugger splitter tree child p spawned |
[4 / 6] debugTrace.
window := helper foregroundWindow.
Expand All @@ -16,6 +16,7 @@ createSpawnContext
helper world fullBounds.

tree := helper morphByExternalName: #contextTree in: window.
tree selectedMorph expand.
child := tree selectedMorph children last.
child expand.
tree adjustSubmorphPositions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"createScreenshots" : "ct 7/31/2022 19:51",
"screenshotSelectors" : "ct 7/31/2022 22:05" },
"instance" : {
"createContextToolTip" : "ct 7/30/2022 16:38",
"createContextToolTip" : "ct 12/28/2023 21:20",
"createExampleShutDown" : "ct 7/30/2022 16:38",
"createExploreFieldHistory" : "ct 12/28/2022 03:53",
"createFindContext" : "ct 7/30/2022 16:38",
Expand All @@ -13,7 +13,7 @@
"createHistoryExplorerMorphLayoutGIF" : "ct 7/29/2022 20:09",
"createHistoryExplorerScreenshots" : "ct 7/31/2022 02:58",
"createInspectorScreenshots" : "ct 7/30/2022 16:38",
"createScreenshot" : "ct 7/30/2022 16:37",
"createSpawnContext" : "ct 7/30/2022 16:38",
"createScreenshot" : "ct 12/28/2023 21:20",
"createSpawnContext" : "ct 12/28/2023 21:20",
"createWindowMenu" : "ct 7/30/2022 16:38",
"recorder" : "ct 3/18/2022 03:04" } }

1 comment on commit b1a9f5b

@github-actions
Copy link
Contributor

Please sign in to comment.