Issue 493 in moose-technology: ConfiguTation browser menu entry raises MNU

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

Issue 493 in moose-technology: ConfiguTation browser menu entry raises MNU

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 493 by [hidden email]: ConfiguTation browser menu entry raises  
MNU
http://code.google.com/p/moose-technology/issues/detail?id=493


In the Hudson nightly build of 15 jan.

MooseDevBrowser class>>menuCommandOn: aBuilder
        <worldMenu>
        (aBuilder item: #'MooseConfigutationBrowser')
                order: 6;
                parent: #Moose;
                label: 'Moose Configutation Browser';
                action:[MooseDevBrowser open]


Not only ConfiguTation -> ConfiguRation :-), but it also raises a MNU:  
reciever of "Project" is nil. Cause: "list selection" is nil in the  
following part of [MooseDevBrowser>>open]

                Smalltalk at: #OBCmdMetacello ifPresent: [ :x |
                                projectList dynamicActions: [:list |
                                        (GLMOBCommandAdaptor new
                                                actionsFrom: (Smalltalk at: #OBCmdMetacello) subclasses
                                                on: list selection project configuration class
                                                for: nil ) do: [:each | each category: 'OB Commands'] ] ]

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 493 in moose-technology: ConfiguTation browser menu entry raises MNU

moose-technology
Updates:
        Labels: Milestone-4.3

Comment #1 on issue 493 by [hidden email]: ConfiguTation browser  
menu entry raises MNU
http://code.google.com/p/moose-technology/issues/detail?id=493

Indeed. Actually, this browser should go away and be replaced with the  
works of Dale and Alex (and possibly the GTMetaceller - after Metacello is  
released)

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 493 in moose-technology: ConfiguTation browser menu entry raises MNU

moose-technology
Updates:
        Status: Fixed
        Owner: tudor.girba

Comment #2 on issue 493 by [hidden email]: ConfiguTation browser  
menu entry raises MNU
http://code.google.com/p/moose-technology/issues/detail?id=493

Name: Moose-Wizard-TudorGirba.66
Author: TudorGirba
Time: 5 February 2011, 12:11:37 am
UUID: f400b1ba-b96b-4657-a8b6-9085677f0983
Ancestors: Moose-Wizard-TudorGirba.65

moved MooseDevBrowser to the deprecated project

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev