A lot of builders (and wizards) that are offered in the
left hand menu in the generated editor environment are
not necessairy (like insrel or paragraph). It would be
nice to be able to configure for each builder if it
shloud be listed in this menu.
How do you suggest to do this? I don't like putting a new
stereotype on every class that should be part of the menu
(like <<MMbaseMenu>>). Maybe a tagged value on the
class, like: display_menu with a boolen value set to false if
you don't want it in the menu? (If nu tagged value is
defined, it will be assumed the builder should be in the
menu).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe using the visibility of classes can be used to
determine if a builder should be part of the menu list?
Most modeling tools will set the visibility to public. Setting it
to private may be a nice way to model that the builder
shouldn't show up in the menu.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=830344
How do you suggest to do this? I don't like putting a new
stereotype on every class that should be part of the menu
(like <<MMbaseMenu>>). Maybe a tagged value on the
class, like: display_menu with a boolen value set to false if
you don't want it in the menu? (If nu tagged value is
defined, it will be assumed the builder should be in the
menu).
Logged In: YES
user_id=830344
Maybe using the visibility of classes can be used to
determine if a builder should be part of the menu list?
Most modeling tools will set the visibility to public. Setting it
to private may be a nice way to model that the builder
shouldn't show up in the menu.