Skip to content

Commit e5e1250

Browse files
committed
Complements 85f88dd - further aligning of app name spelling
1 parent 540f7e3 commit e5e1250

File tree

15 files changed

+37
-36
lines changed

15 files changed

+37
-36
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
preferences
22
shouldShowExceptionContexts
33
<preference: 'Show exception contexts'
4-
category: 'Trace Debugger'
5-
description: 'If enabled, the context variables inspector in the bottom right corner of the Trace Debugger will display all active signaler contexts and handler actions for any exceptions on the stack.'
4+
category: 'TraceDebugger'
5+
description: 'If enabled, the context variables inspector in the bottom right corner of the TraceDebugger will display all active signaler contexts and handler actions for any exceptions on the stack.'
66
type: #Boolean>
77

88
^ ShouldShowExceptionContexts ifNil: [true]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"class" : {
33
"changed:" : "ct 3/20/2022 00:26",
4-
"shouldShowExceptionContexts" : "ct 3/20/2022 00:27",
4+
"shouldShowExceptionContexts" : "ct 12/29/2023 00:09",
55
"shouldShowExceptionContexts:" : "ct 3/20/2022 00:27" },
66
"instance" : {
77
"changed:" : "ct 3/20/2022 00:28",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
preferences
22
useProxiesAlways
33
<preference: 'Use proxies always'
4-
category: 'Trace Debugger'
5-
description: 'If enabled, every lookup of an object in the historic memory of Trace Debugger will answer a transparent proxy, even if the viewed time is the present. This decreases overall performance but allows for massive smoke testing. Disabling this preference is an experiment.'
4+
category: 'TraceDebugger'
5+
description: 'If enabled, every lookup of an object in the historic memory of TraceDebugger will answer a transparent proxy, even if the viewed time is the present. This decreases overall performance but allows for massive smoke testing. Disabling this preference is an experiment.'
66
type: #Boolean>
77

88
^ UseProxiesAlways

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"class" : {
33
"initialize" : "ct 1/26/2022 14:44",
4-
"useProxiesAlways" : "ct 8/1/2022 01:11",
4+
"useProxiesAlways" : "ct 12/29/2023 00:07",
55
"useProxiesAlways:" : "ct 1/22/2022 21:53" },
66
"instance" : {
77
"includesObject:" : "ct 1/22/2022 21:50",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
app - accessing
22
appName
33
"Note on casing and breaking:
4-
* TraceDebugger, the TraceDebugger: the product
5-
* trace debugger: a tool window of the TraceDebugger"
4+
* TraceDebugger, the TraceDebugger: the product; package name; class that represents a *trace debugger*; SimulationStudio plugin; preference category.
5+
* trace debugger: a tool window of the TraceDebugger."
66

77
^ 'TraceDebugger'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
app - accessing
22
appNameForWindow
33
"Note on casing and breaking:
4-
* TraceDebugger, the TraceDebugger: the product
5-
* trace debugger: a tool window of the TraceDebugger"
4+
* TraceDebugger, the TraceDebugger: the product; package name; class that represents a *trace debugger*; SimulationStudio plugin; preference category.
5+
* trace debugger: a tool window of the TraceDebugger."
66

77
^ 'Trace Debugger'

packages/TraceDebugger.package/TraceDebugger.class/class/exampleSelfSupporting.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
examples
22
exampleSelfSupporting
33
"
4-
Debug a stepping operation of the trace debugger. Inception! (but rather slow right now)
4+
Debug a stepping operation of the TraceDebugger. Inception! (but rather slow right now)
55
66
self exampleSelfSupporting
77
"

packages/TraceDebugger.package/TraceDebugger.class/class/selfUpdateBranch.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
app - self-updating
22
selfUpdateBranch
33
<preference: 'TraceDebugger self-update branch'
4-
category: #'Trace Debugger'
4+
category: 'TraceDebugger'
55
description: 'The branch used for installing updates for TraceDebugger from the GitHub repository.'
66
type: #String>
77

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
preferences
22
shouldReplaceInspectorsWithExplorers
3-
<preference: 'Replace inspectors with explorers in Trace Debugger'
4-
category: 'Trace Debugger'
5-
description: 'If enabled, the Trace Debugger will display hierarchical object explorers instead of conventional inspectors below the code pane. Experimental.'
3+
<preference: 'Replace inspectors with explorers in TraceDebugger'
4+
category: 'TraceDebugger'
5+
description: 'If enabled, the TraceDebugger will display hierarchical object explorers instead of conventional inspectors below the code pane. Experimental.'
66
type: #Boolean>
77

88
^ ShouldReplaceInspectorsWithExplorers ifNil: [false]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
preferences
22
shouldShowContextStack
3-
<preference: 'Show stack list in Trace Debugger'
4-
category: 'Trace Debugger'
5-
description: 'If enabled, the Trace Debugger will display a traditional call stack next to the call tree.'
3+
<preference: 'Show stack list in TraceDebugger'
4+
category: 'TraceDebugger'
5+
description: 'If enabled, the TraceDebugger will display a traditional call stack next to the call tree.'
66
type: #Boolean>
77

88
^ ShouldShowContextStack ifNil: [false]

0 commit comments

Comments
 (0)