We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2bfcf commit 11213ffCopy full SHA for 11213ff
src/GToolkit-VirtualMachine-SomeBindings/SomeTonelMethodDefinition.class.st
@@ -37,6 +37,17 @@ SomeTonelMethodDefinition >> gtDisplayOn: stream [
37
nextPutAll: selector
38
]
39
40
+{ #category : #'as yet unclassified' }
41
+SomeTonelMethodDefinition >> gtSourceFor: aView [
42
+ <gtView>
43
+ ^ aView textEditor
44
+ title: 'Source';
45
+ priority: 5;
46
+ aptitude: BrGlamorousCodeEditorAptitude;
47
+ styler: BrRBTextStyler new;
48
+ text: [ source ]
49
+]
50
+
51
{ #category : #'as yet unclassified' }
52
SomeTonelMethodDefinition >> isClassSide [
53
^ methodType = 'class'
0 commit comments