Skip to content

Commit

Permalink
introducing application and using it,
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Nov 26, 2024
1 parent ac75bbf commit a4e5ca9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Commands/StBrowseMethodVersionsCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ StBrowseMethodVersionsCommand >> execute [
| target |

target := self target.
Smalltalk tools versionBrowser
self application tools versionBrowser
browseVersionsForClass: target methodClass
selector: target selector
]
6 changes: 6 additions & 0 deletions src/Spec2-Commands/StToolCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ Class {
#package : 'Spec2-Commands',
#tag : 'Presenters'
}

{ #category : 'accessing' }
StToolCommand >> application [

^ self context application
]

0 comments on commit a4e5ca9

Please sign in to comment.