Re: [Pharo-dev] MenuRegistration is probably missing a MenuGroupSpec object

2014-03-05 Thread Pharo4Stef
On 05 Mar 2014, at 12:13, Benjamin wrote: > That’s exactly the reason why one was introduced in Spec :) :) Now the MenuRegistation looks like an abstractBuilder I want to merge en redesign menuspec and subclasses and pluggva BTW I plan to add on/off in the menu item description to avoid to hav

Re: [Pharo-dev] MenuRegistration is probably missing a MenuGroupSpec object

2014-03-05 Thread Benjamin
That’s exactly the reason why one was introduced in Spec :) Ben On 05 Mar 2014, at 12:05, Pharo4Stef wrote: > When I see this code, I think that we are missing a MenuGroupSpec to work > with MenuSpec > and we could also rename PluggableMenuSpec into MenuSpec. > > > buildMenuSpec: aMenu >

[Pharo-dev] MenuRegistration is probably missing a MenuGroupSpec object

2014-03-05 Thread Pharo4Stef
When I see this code, I think that we are missing a MenuGroupSpec to work with MenuSpec and we could also rename PluggableMenuSpec into MenuSpec. buildMenuSpec: aMenu "recursiveley build the menu spec aMenu passed as argument" self itemList ifNotNil: [:l |