Skip to content

Commit

Permalink
Making sure that we use self browser in ClyEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Oct 27, 2019
1 parent fb4c75f commit eed0509
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -3,5 +3,7 @@ Extension { #name : #ClyTextEditor }
{ #category : #'*Calypso-SystemTools-FullBrowser' }
ClyTextEditor >> browseFullClass [
"self lineSelectAndEmptyCheck: [^ self]."
self browser browseClassNamed: (self findClassFromAST ifNil: [ ^self ])

self evaluateSelectionAndDo: [:result |
self browser browseClassNamed: result class instanceSide name ]
]

0 comments on commit eed0509

Please sign in to comment.