Skip to content

Commit a11d564

Browse files
committed
Fine-tune two screenshots, expand help page "learn more"
1 parent f513181 commit a11d564

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

packages/TraceDebugger.package/TraceDebuggerHelp.class/class/basicLearnMore.st

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ To learn more about the project and further plans about the protoype, please vis
1212

1313
https://github.com/LinqLover/squeak-tracedebugger
1414

15+
In particular, there are many open issues:
16+
17+
https://github.com/LinqLover/squeak-tracedebugger/issues
18+
1519
To dive into the implementation details, in addition to the package overview on GitHub, some good starting points might be the class comments in TraceDebugger and TDBCursor.
1620

17-
If you have any feedback or ideas, please let me know and drop an issue!! You can also do this directly via the window menu of the trace debugger. By the way, it is also possible from there to update your installed version or perform some special process-related operations.
21+
If you have any feedback or ideas, please let me know and drop an issue!! You can also do this directly via the window menu of the trace debugger. By the way, it is also possible from there to update your installed version or perform some special process-related operations. Last not least, you can also check out some experimental preferences from there.
1822

1923
<#figureWindowMenu>!
20-
]style[(10 109 49 147 13 5 9 297)a0b,a0,Rhttps://github.com/LinqLover/squeak-tracedebugger;I1,a0,LTraceDebugger Comment;,a0,LTDBCursor Comment;,a0!' readStream nextChunkText)
24+
]style[(10 109 49 47 56 147 13 5 9 378)a0b,a0,Rhttps://github.com/LinqLover/squeak-tracedebugger;I1,a0,Rhttps://github.com/LinqLover/squeak-tracedebugger/issues;,a0,LTraceDebugger Comment;,a0,LTDBCursor Comment;,a0!' readStream nextChunkText)
2125
key: #basicLearnMore;
2226
shouldStyle: false;
2327
yourself

packages/TraceDebugger.package/TraceDebuggerHelp.class/class/figureTraceIt.st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ figureTraceIt
99
yourself.
1010
window := ToolBuilder build: debugger.
1111
window extent: 500 @ 300.
12+
window lookFocused.
1213
button := window allMorphs detect: [:m | m isButton and: [m label = 'Trace It']].
1314
button updateFillStylePressing: true hovering: false.
1415
^ (window imageFormForRectangle: (((window fullBounds translateBy: window fullBounds origin negated) scaleBy: 1 @ 0.53) translateBy: window fullBounds origin))

packages/TraceDebugger.package/TraceDebuggerHelp.class/methodProperties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"basicEntryPoints" : "ct 3/18/2022 18:04",
88
"basicFindingContexts" : "ct 3/18/2022 20:32",
99
"basicIntroduction" : "ct 3/18/2022 18:01",
10-
"basicLearnMore" : "ct 3/18/2022 20:59",
10+
"basicLearnMore" : "ct 3/18/2022 22:19",
1111
"basicSelectorFor:" : "ct 3/18/2022 16:16",
1212
"basicStructure" : "ct 3/18/2022 18:36",
1313
"bookName" : "ct 3/18/2022 03:00",
@@ -32,7 +32,7 @@
3232
"figureSnapshotInspectors" : "ct 3/18/2022 17:57",
3333
"figureSpawn" : "ct 3/18/2022 20:13",
3434
"figureStart" : "ct 3/18/2022 18:35",
35-
"figureTraceIt" : "ct 3/18/2022 18:04",
35+
"figureTraceIt" : "ct 3/18/2022 22:12",
3636
"figureWindowMenu" : "ct 3/18/2022 20:56",
3737
"figures" : "ct 3/18/2022 16:18",
3838
"getFigure:" : "ct 3/18/2022 20:45",

packages/TraceDebuggerJobs.package/TDBScreenshotBuilder.class/instance/createFindContext.st

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ createFindContext
1212

1313
helper runModal: [debugger findContext] then:
1414
[helper type: 'number' into: helper dialogWindow.
15+
helper dialogWindow paneMorph extent:
16+
(helper dialogWindow paneMorph extent * (1 @ 0.5)).
1517
helper takeScreenshotOf: helper dialogWindow]]

packages/TraceDebuggerJobs.package/TDBScreenshotBuilder.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"screenshotSelectors" : "ct 3/18/2022 21:29" },
66
"instance" : {
77
"createContextToolTip" : "ct 3/18/2022 18:34",
8-
"createFindContext" : "ct 3/18/2022 20:32",
8+
"createFindContext" : "ct 3/18/2022 22:17",
99
"createInspectorScreenshots" : "ct 3/18/2022 17:57",
1010
"createScreenshot" : "ct 3/18/2022 14:18",
1111
"createSpawnContext" : "ct 3/18/2022 20:13",

0 commit comments

Comments
 (0)