Status: FixToInclude
Owner:
[hidden email]
Labels: Type-Bug Milestone-2.0
New issue 5922 by
[hidden email]: Fixing Version browser
http://code.google.com/p/pharo/issues/detail?id=5922browseVersionsFrom: aMethod
"Create and schedule a Versions Browser, showing all versions of the
currently selected message. Answer the browser or nil."
| selector class |
(selector := aMethod selector)
ifNil: [ self inform: 'Sorry, only actual methods have retrievable
versions.'. ^nil ]
ifNotNil: [
class := aMethod methodClass.
(Smalltalk tools versionBrowser
browseVersionsOf: (RGMethodDefinition new selector: selector;
className: aMethod methodClass name; asHistorical)
class: class theNonMetaClass
meta: class isMeta
category: aMethod category
selector: selector)]
Attachments:
Versions.1.cs 787 bytes
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker