Issue 4951 in pharo: The version menu in the diff tool does not work

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

Issue 4951 in pharo: The version menu in the diff tool does not work

pharo
Status: Accepted
Owner: [hidden email]

New issue 4951 by [hidden email]: The version menu in the diff tool  
does not work
http://code.google.com/p/pharo/issues/detail?id=4951

Open a MC browser.
Select a dirty package.
Press the 'changes' button.
select a method and then the pop up menu 'Versions...' or press the short  
cut CMD+V and...
Try something else, because nothing happens, nothing.

Hey guys, do you really develop in this image?
I just wonder...
At least, I know you don't care too much of the versions ;)



_______________________________________________
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 4951 in pharo: The version menu in the diff tool does not work

pharo

Comment #1 on issue 4951 by [hidden email]: The version menu in the  
diff tool does not work
http://code.google.com/p/pharo/issues/detail?id=4951

Igor, it seems you typed this one

browseVersionsOf: aClass selector: aSelector
        "Open a browser"
       
        self using: #versionsBrowser do: [:tool |
                tool
                        browseVersionsOf: (aClass compiledMethodAt: aSelector)
                        class: aClass theNonMetaClass
                        meta: aClass isMeta
                        category: (aClass organization categoryOfElement: aSelector)
                        selector: aSelector ]

But there is no #versionsBrowser registered in tools, only a #versionBrowser


_______________________________________________
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 4951 in pharo: The version menu in the diff tool does not work

pharo
Updates:
        Status: FixToInclude
        Labels: Milestone-1.4

Comment #2 on issue 4951 by [hidden email]: The version menu in the  
diff tool does not work
http://code.google.com/p/pharo/issues/detail?id=4951

Name:  
SLICE-Issue-4951-The-version-menu-in-the-diff-tool-does-not-work-nice.1
Author: nice
Time: 31 October 2011, 11:26:45 pm
UUID: 1bed7d53-8196-4e0c-9dfa-b046947a786b
Ancestors:
Dependencies: System-Tools-nice.69

Fix CMD+V (versions...) in the diff tool


_______________________________________________
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 4951 in pharo: The version menu in the diff tool does not work

pharo
Updates:
        Status: Closed

Comment #3 on issue 4951 by [hidden email]: The version menu in the  
diff tool does not work
http://code.google.com/p/pharo/issues/detail?id=4951

indeed with esteban we will define a more open integration process. No time  
to think and code now on that.
in 14215


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