Issue 5922 in pharo: Fixing Version browser

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5922 in pharo: Fixing Version browser

pharo
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=5922

browseVersionsFrom: 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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5922 in pharo: Fixing Version browser

pharo

Comment #1 on issue 5922 by [hidden email]: Fixing Version browser
http://code.google.com/p/pharo/issues/detail?id=5922

in 20077


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5922 in pharo: Fixing Version browser

pharo
Updates:
        Status: Integrated

Comment #2 on issue 5922 by [hidden email]: Fixing Version browser
http://code.google.com/p/pharo/issues/detail?id=5922

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker