Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
First thing is to define new menu types for Context menu in addition
to menu bar. I guess this will involve a modification of stdmenu.inc
as well as MenuBackend. I don't know really what is needed as I get
lost in this menu business every times I pay a visit :-)
I do not understand why a context menu cannot be a simple menu like
what you did with edit. What else do you want to accomplish?
I don't know, by using the Edit menu I just felt that I was 'stealing'
the one from the menu bar. I think we need to define different specific
context menus for a number of situation, I can think of many examples:
- plain body text: the general edit and insert stuff.
- section text: insert label, promote, demote, outline up/down
- enumerate: restart numbering here
- list: ...
- InsetLabel: list of references, ...
etc.
Is it possible to define multiple menus for those situations using the
current framework?
Abdel.