-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds packages * Adds all classes and class docs * Adds majority of (yet) failing tests * Add basic accessing methods * Add constant methods & extension methods * Adds adding examples per BPDebugger * Removes halt * Moves BPDebugger additions as extension methods * Adds ExamplesMorph and ExampleMorph UI * Fixes cascade for specimen editing * Adds BPSpecimenCopy * Core Tools * TestCaseExample & belonging Morph * MorphicToolBuilder extension methods * Adds logic contents of Minimization package * Removes unused methods * Adds example minimizing package to filtered fpr trace values * Adds package to baseline * Adjusts baseline * tracked package to single examplemining package * Update .squot * Update .smalltalk.ston * Update testSomething.st * Update .squot * Removes examplemining package * Adds examplemining package in correct folder * bugfix testcase search tool now works for methods that lack a packagename * specimen editing and minimizing have different icons * bugfix: show specimen printstring, not always receiver printstring * remove usage of external method #asDictionary for Collection classes is part of a Pharo-compability package that squot requires, not of Babylonian * forgot one usage of external method * One more usage... * set class directly in test * merge dev * Minimizing executes example synchronously Otherwise we can't properly access the recording afterwards --------- Co-authored-by: Eva Krebs <[email protected]>
- Loading branch information
Showing
532 changed files
with
3,798 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
packages/Babylonian-Core.package/BPExampleRecorder.class/instance/recordedCalls.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
recordedCalls | ||
|
||
^ recordedCalls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/Babylonian-Core.package/BPMethodExample.class/instance/asPragma.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
serialization | ||
asPragma | ||
|
||
"'exampleNamed:' 'active:'? 'setUp:'? 'tearDown:'? 'self:'? 'with'*" | ||
"'exampleNamed:' 'setUp:'? 'tearDown:'? 'self:'? 'with'*" | ||
^ '<exampleNamed: ''{1}''{2}{3}{4}{5}>' format: { | ||
self exampleName. | ||
self setUpScript ifNil: [''] ifNotNil: [:setUpScript | ' setUp: ' , setUpScript printString]. | ||
self tearDownScript ifNil: [''] ifNotNil: [:tearDownScript | ' tearDown: ' , tearDownScript printString]. | ||
self receiverConstructor ifNil: [''] ifNotNil: [:aReceiverConstructor | | ||
aReceiverConstructor isLiveSpecimenReference | ||
ifFalse: [' self: ' , aReceiverConstructor printString] | ||
ifTrue: [' self: ' , {#specimen . aReceiverConstructor printString} printString]]. | ||
ifTrue: [' self: ' , {aReceiverConstructor keyword . aReceiverConstructor printString} printString]]. | ||
self argumentScripts ifEmpty: [''] ifNotEmpty: [(self argumentScripts collect: [:anArgumentScript | | ||
' with: ' , (anArgumentScript isLiveSpecimenReference | ||
ifFalse: [anArgumentScript printString] | ||
ifTrue: [{#specimen . anArgumentScript printString} printString])]) join]} | ||
ifTrue: [{anArgumentScript keyword . anArgumentScript printString} printString])]) join]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/Babylonian-Core.package/BPSpecimenReference.class/class/newWithSpecimen..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
initialize-release | ||
newWithSpecimen: aSpecimen | ||
|
||
^ self new | ||
specimen: aSpecimen; | ||
yourself |
4 changes: 4 additions & 0 deletions
4
packages/Babylonian-Core.package/BPSpecimenReference.class/instance/keyword.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
constants | ||
keyword | ||
|
||
^ #specimen |
3 changes: 2 additions & 1 deletion
3
packages/Babylonian-Core.package/BPSpecimenReference.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"noMethodMetaData" : true, | ||
"separateMethodMetaAndSource" : false, | ||
"useCypressPropertiesFile" : true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
SquotTrackedObjectMetadata { | ||
#objectClassName : #PackageInfo, | ||
#id : UUID [ '31a714b5b534fd4988afa4e5447e0082' ], | ||
#objectsReplacedByNames : true, | ||
#serializer : #SquotCypressCodeSerializer | ||
} |
4 changes: 4 additions & 0 deletions
4
...ylonian-ExampleMining.package/ArrayedCollection.extension/instance/bpMiniTemplateClass.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*Babylonian-ExampleMining-Minimization | ||
bpMiniTemplateClass | ||
|
||
^ BPMiniArrayTemplate |
5 changes: 5 additions & 0 deletions
5
packages/Babylonian-ExampleMining.package/ArrayedCollection.extension/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"bpMiniTemplateClass" : "joabe 7/6/2023 17:57" } } |
2 changes: 2 additions & 0 deletions
2
packages/Babylonian-ExampleMining.package/ArrayedCollection.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
"name" : "ArrayedCollection" } |
4 changes: 4 additions & 0 deletions
4
...es/Babylonian-ExampleMining.package/Association.extension/instance/bpMiniTemplateClass.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*Babylonian-ExampleMining-Minimization | ||
bpMiniTemplateClass | ||
|
||
^ BPMiniAssociationTemplate |
5 changes: 5 additions & 0 deletions
5
packages/Babylonian-ExampleMining.package/Association.extension/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"bpMiniTemplateClass" : "joabe 7/6/2023 17:58" } } |
2 changes: 2 additions & 0 deletions
2
packages/Babylonian-ExampleMining.package/Association.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
"name" : "Association" } |
17 changes: 17 additions & 0 deletions
17
packages/Babylonian-ExampleMining.package/BPDebugger.extension/instance/addExample.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
*Babylonian-ExampleMining-Core | ||
addExample | ||
|
||
| argumentSpecimen receiverSpecimen method | | ||
receiverSpecimen := BPSpecimenReference new | ||
specimen: self receiverInspector object; | ||
yourself. | ||
argumentSpecimen := self contextVariablesInspector object arguments | ||
collect: [:argumentObject | BPSpecimenReference new | ||
specimen: argumentObject; | ||
yourself]. | ||
method := self selectedContext method. | ||
|
||
(method bpNewExampleFrom: BPMethodExample) | ||
receiverConstructor: receiverSpecimen; | ||
argumentScripts: argumentSpecimen; | ||
yourself. |
28 changes: 28 additions & 0 deletions
28
packages/Babylonian-ExampleMining.package/BPDebugger.extension/instance/customButtonSpecs.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
*Babylonian-ExampleMining-Core | ||
customButtonSpecs | ||
"Answer an array of elements of the form wording, selector, help-message, that characterize the custom button row of a debugger." | ||
|
||
| list | | ||
list := #(('Proceed' proceed 'Close the debugger and proceed.' interruptedProcessShouldResume) | ||
('Restart' restart 'Reset this context to its start.') | ||
('Into' stepInto 'step Into message sends' interruptedProcessIsReady) | ||
('Over' stepOver 'step Over message sends' interruptedProcessIsReady) | ||
('Through' stepThrough 'step into a block' interruptedProcessIsReady) | ||
('Full Stack' showFullStack 'show full stack') | ||
('Where' showWhere 'select current pc range') | ||
('Tally It' tally 'evaluate current selection and measure the time') | ||
('Add Example' addExample 'Add current receiver and parameters as a Babylonian Example')). | ||
(Preferences restartAlsoProceeds and: [self interruptedProcessShouldResume]) ifTrue: | ||
[list := list collect: [:each | | ||
each second == #restart | ||
ifTrue: [each copy | ||
at: 1 put: 'Proceed Here'; | ||
at: 3 put: 'Proceed from the beginning of this context.'; | ||
yourself] | ||
ifFalse: [each second == #proceed | ||
ifTrue: [each copy | ||
at: 1 put: 'Proceed Top'; | ||
at: 3 put: 'Proceed from the current top context.'; | ||
yourself] | ||
ifFalse: [each]]]]. | ||
^ list |
6 changes: 6 additions & 0 deletions
6
packages/Babylonian-ExampleMining.package/BPDebugger.extension/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"addExample" : "joabe 7/6/2023 22:22", | ||
"customButtonSpecs" : "joabe 7/6/2023 19:42" } } |
2 changes: 2 additions & 0 deletions
2
packages/Babylonian-ExampleMining.package/BPDebugger.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
"name" : "BPDebugger" } |
Empty file.
4 changes: 4 additions & 0 deletions
4
...es/Babylonian-ExampleMining.package/BPDebuggerAddExampleTest.class/class/compilerClass.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
compiling | ||
compilerClass | ||
|
||
^ BPCompiler |
22 changes: 22 additions & 0 deletions
22
...ampleMining.package/BPDebuggerAddExampleTest.class/instance/testAddExampleButtonExists.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
tests | ||
testAddExampleButtonExists | ||
|
||
| process debugger addExampleButtonMaybe | | ||
process := [ BPExampleMiningTestClass new doSomething ] newProcess. | ||
debugger := BPDebugger | ||
openOn: process | ||
context: process suspendedContext | ||
label: 'Test' | ||
contents: nil | ||
fullView: true. | ||
|
||
addExampleButtonMaybe := debugger dependents select: [:morph | | ||
(morph isKindOf: PluggableButtonMorphPlus) | ||
and: [morph label asSymbol = 'Add Example' asSymbol]]. | ||
|
||
self assert: addExampleButtonMaybe isEmpty not. | ||
|
||
debugger ifNotNil: [debugger close]. | ||
process ifNotNil: [process terminate]. | ||
process := nil. | ||
debugger := nil. |
4 changes: 4 additions & 0 deletions
4
...ylonian-ExampleMining.package/BPDebuggerAddExampleTest.class/instance/testMethodExists.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
tests | ||
testMethodExists | ||
|
||
BPDebugger selectors includes: #addExample. |
6 changes: 6 additions & 0 deletions
6
...ges/Babylonian-ExampleMining.package/BPDebuggerAddExampleTest.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"class" : { | ||
"compilerClass" : "joabe 7/4/2023 17:15" }, | ||
"instance" : { | ||
"testAddExampleButtonExists" : "joabe 7/5/2023 16:01", | ||
"testMethodExists" : "joabe 7/5/2023 16:02" } } |
15 changes: 15 additions & 0 deletions
15
packages/Babylonian-ExampleMining.package/BPDebuggerAddExampleTest.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"category" : "Babylonian-ExampleMining-Tests", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
"debugger", | ||
"process" ], | ||
"name" : "BPDebuggerAddExampleTest", | ||
"pools" : [ | ||
], | ||
"super" : "TestCase", | ||
"type" : "normal" } |
1 change: 1 addition & 0 deletions
1
...s/Babylonian-ExampleMining.package/BPExampleMiningExplorerMorph.class/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
I am an Explorer in a Morph. My exploree can be changed. |
5 changes: 5 additions & 0 deletions
5
...Babylonian-ExampleMining.package/BPExampleMiningExplorerMorph.class/instance/exploree..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
accessing | ||
exploree: anObject | ||
|
||
exploree := anObject. | ||
self updateExplorer |
4 changes: 4 additions & 0 deletions
4
.../Babylonian-ExampleMining.package/BPExampleMiningExplorerMorph.class/instance/exploree.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
exploree | ||
|
||
^ exploree |
5 changes: 5 additions & 0 deletions
5
...ExampleMining.package/BPExampleMiningExplorerMorph.class/instance/getExploreeSelector..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
accessing | ||
getExploreeSelector: aSymbol | ||
|
||
getExploreeSelector := aSymbol. | ||
self updateExploree |
4 changes: 4 additions & 0 deletions
4
...-ExampleMining.package/BPExampleMiningExplorerMorph.class/instance/getExploreeSelector.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
getExploreeSelector | ||
|
||
^ getExploreeSelector |
9 changes: 9 additions & 0 deletions
9
...abylonian-ExampleMining.package/BPExampleMiningExplorerMorph.class/instance/initialize.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
initialization | ||
initialize | ||
|
||
super initialize. | ||
|
||
self | ||
color: Color transparent; | ||
layoutPolicy: TableLayout new; | ||
updateExplorer |
6 changes: 6 additions & 0 deletions
6
...es/Babylonian-ExampleMining.package/BPExampleMiningExplorerMorph.class/instance/model..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
accessing | ||
model: aModel | ||
|
||
model ifNotNil: [model removeDependent: self]. | ||
aModel ifNotNil: [aModel addDependent: self]. | ||
model := aModel |
4 changes: 4 additions & 0 deletions
4
...ges/Babylonian-ExampleMining.package/BPExampleMiningExplorerMorph.class/instance/model.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
model | ||
|
||
^ model |
4 changes: 4 additions & 0 deletions
4
...s/Babylonian-ExampleMining.package/BPExampleMiningExplorerMorph.class/instance/update..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
updating | ||
update: aSymbol | ||
|
||
aSymbol == getExploreeSelector ifTrue: [self updateExploree] |
4 changes: 4 additions & 0 deletions
4
...onian-ExampleMining.package/BPExampleMiningExplorerMorph.class/instance/updateExploree.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
updating | ||
updateExploree | ||
|
||
self exploree: (self model perform: self getExploreeSelector) |
13 changes: 13 additions & 0 deletions
13
...onian-ExampleMining.package/BPExampleMiningExplorerMorph.class/instance/updateExplorer.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ui | ||
updateExplorer | ||
|
||
| explorer | | ||
self removeAllMorphs. | ||
|
||
explorer := ((ToolBuilder build: (ObjectExplorer explore: self exploree)) | ||
findA: PluggableTreeMorph). | ||
explorer | ||
position: self position; | ||
hResizing: #spaceFill; | ||
vResizing: #spaceFill. | ||
self addMorph: explorer |
14 changes: 14 additions & 0 deletions
14
...Babylonian-ExampleMining.package/BPExampleMiningExplorerMorph.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"exploree" : "joabe 7/5/2023 17:35", | ||
"exploree:" : "joabe 7/5/2023 17:35", | ||
"getExploreeSelector" : "joabe 7/5/2023 17:36", | ||
"getExploreeSelector:" : "joabe 7/5/2023 17:35", | ||
"initialize" : "joabe 7/5/2023 17:58", | ||
"model" : "joabe 7/5/2023 17:52", | ||
"model:" : "joabe 7/5/2023 17:58", | ||
"update:" : "joabe 7/5/2023 17:59", | ||
"updateExploree" : "joabe 7/5/2023 17:59", | ||
"updateExplorer" : "joabe 7/9/2023 20:49" } } |
16 changes: 16 additions & 0 deletions
16
packages/Babylonian-ExampleMining.package/BPExampleMiningExplorerMorph.class/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"category" : "Babylonian-ExampleMining-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "joabe 7/4/2023 17:40", | ||
"instvars" : [ | ||
"exploree", | ||
"getExploreeSelector", | ||
"model" ], | ||
"name" : "BPExampleMiningExplorerMorph", | ||
"pools" : [ | ||
], | ||
"super" : "Morph", | ||
"type" : "normal" } |
1 change: 1 addition & 0 deletions
1
...es/Babylonian-ExampleMining.package/BPExampleMiningExplorerSpec.class/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
I am the spec of the BPExampleRecordingToolExplorerMorph. |
4 changes: 4 additions & 0 deletions
4
...Babylonian-ExampleMining.package/BPExampleMiningExplorerSpec.class/instance/buildWith..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
building | ||
buildWith: aBuilder | ||
|
||
^ aBuilder buildBPExplorer: self |
Oops, something went wrong.