Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 493 by jfa...@gmail.com: 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'] ] ]
Updates: Labels: Milestone-4.3
Comment #1 on issue 493 by tudor.gi...@gmail.com: 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)
Updates: Status: Fixed Owner: tudor.girba
Comment #2 on issue 493 by tudor.gi...@gmail.com: 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