Pavel Sanda wrote:
Author: younes
Date: Sun Mar 9 12:24:27 2008
New Revision: 23580
URL: http://www.lyx.org/trac/changeset/23580
Log:
add a simple context menu for InsetRef.
how one gets this menu? i tried to right click without success.
That's what I do here and it works fine... Could you '-dbg gui' and
report back please? Did you update stdmenu.inc?
it would be fine if only adding entries in stdmenu.inc is enough
to add menu.
That's exactly how it is designed to work ;-)
then it would be easy to solve certain some issues like bug
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg135452.html
this way:
#
# InsetMath context menu
#
Menu "context-math"
Item "Equation-Label|L" "label-insert"
End
Should work.
Abdel.