You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'] ] ]
Reported by jfabry on 2011-01-15 16:01:38
The text was updated successfully, but these errors were encountered:
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)
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
Originally reported on Google Code with ID 493
Reported by
jfabry
on 2011-01-15 16:01:38The text was updated successfully, but these errors were encountered: