Skip to content

Commit

Permalink
Merge pull request #1547 from pharo-vcs/1482-Commit-window-Browse-a-p…
Browse files Browse the repository at this point in the history
…ackage-browses-IcePackageDefinition

Support browse for packages, in diff tree.
  • Loading branch information
tesonep authored Mar 25, 2022
2 parents 40fb9d6 + 939fb0c commit c621814
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Iceberg-TipUI/IcePackageDefinition.extension.st
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Extension { #name : #IcePackageDefinition }

{ #category : #'*Iceberg-TipUI' }
IcePackageDefinition >> browse [
"Open a browser on the package, if it exists."

(RPackage organizer packageNamed: name ifAbsent: [ ^ self ]) browse
]

{ #category : #'*Iceberg-TipUI' }
IcePackageDefinition >> canBeBrowsed [

Expand Down

0 comments on commit c621814

Please sign in to comment.