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
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
>
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 |