From 97a6c18c51b739a08e79a35a85a930bcfc6f675e Mon Sep 17 00:00:00 2001 From: OffrayLuna Date: Sat, 26 Aug 2017 20:06:10 +0000 Subject: [PATCH] Open a default test tree in GUI. --- src/Grafoscopio/GrafoscopioNotebook.class.st | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Grafoscopio/GrafoscopioNotebook.class.st b/src/Grafoscopio/GrafoscopioNotebook.class.st index f10c8eb..0e2ecc2 100644 --- a/src/Grafoscopio/GrafoscopioNotebook.class.st +++ b/src/Grafoscopio/GrafoscopioNotebook.class.st @@ -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 |