Skip to content

Commit 1d08115

Browse files
committed
Extra extension fo NewToolsSupport
1 parent c33b0c3 commit 1d08115

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Ghost-NewToolsSupport/GHStandardMetaMessages.extension.st

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Extension { #name : #GHStandardMetaMessages }
22

3+
{ #category : #'*Ghost-NewToolsSupport' }
4+
GHStandardMetaMessages >> allInspectorNodes [
5+
"Answer a list of attributes as nodes"
6+
7+
^ { StInspectorSelfNode hostObject: ghost },
8+
self inspectorNodes
9+
]
10+
311
{ #category : #'*Ghost-NewToolsSupport' }
412
GHStandardMetaMessages >> displayString [
513
^ghost ghostPrintString

0 commit comments

Comments
 (0)