Open a default test tree in GUI.
This commit is contained in:
parent
432f8bd64f
commit
bee71e7a7f
@ -294,6 +294,16 @@ GrafoscopioNotebook >> initialize [
|
||||
|
||||
]
|
||||
|
||||
{ #category : #initialization }
|
||||
GrafoscopioNotebook >> initializeDefaultTest [
|
||||
super initialize.
|
||||
self
|
||||
notebook: (GrafoscopioNode new becomeDefaultTestTree);
|
||||
title: ' New test | Grafoscopio notebook'.
|
||||
self notebookContent: self notebook.
|
||||
|
||||
]
|
||||
|
||||
{ #category : #initialization }
|
||||
GrafoscopioNotebook >> initializePresenter [
|
||||
tree whenHighlightedItemChanged: [ :item |
|
||||
|
Loading…
Reference in New Issue
Block a user