Hello,

I finished my trip through the list of LFUNs. There are 5 nice LFUNs left for which I would like to add a menu entry. With these additions, the menu is feature-complete now!

OK?

Michael

PS: Paragraph-Move-Up/Down is REALLY nice!


Index: stdmenus.ui
===================================================================
--- stdmenus.ui (revision 14853)
+++ stdmenus.ui (working copy)
@@ -94,6 +94,9 @@
               Item "Word in Uppercase" "word-upcase"
               Item "Word in Lowercase" "word-lowcase"
               Separator
+               Item "Move Paragraph Up|o" "paragraph-move-up"
+               Item "Move Paragraph Down|v" "paragraph-move-down"
+               Separator
               Item "Text Style...|S" "dialog-show character"
               Item "Paragraph Settings...|P" "layout-paragraph"
               Separator
@@ -104,6 +107,7 @@
               Separator
               OptItem "Increase List Depth|I" "depth-increment"
               OptItem "Decrease List Depth|D" "depth-decrement"
+               OptItem "Dissolve inset|s" inset-dissolve"
# This is where the context-specific stuff is supposed to go.
# The idea is that everything on here can disappear and should
# only appear when relevant (getStatus). Only stuff that needs
@@ -173,6 +177,8 @@
               Separator
               Submenu "Use Computer Algebra System|S" "edit_math_extern"
               Separator
+               Item "Split Cell|C" "cell-split"
+               Separator
               Item "Add Line Above" "tabular-feature add-hline-above"
               Item "Add Line Below" "tabular-feature add-hline-below"
Item "Delete Line Above" "tabular-feature delete-hline-above"
@@ -217,11 +223,9 @@
#

       Menu "view"
-# FIXME: this must become Open Footnote, Close Margin Note etc. as appropriate
-#      Item "Open Float|O" "inset-toggle"
-# A common feature request JMarc wants to see
-#      Item "Open All Footnotes|F" "open-footnotes"
-#      Item "Close All Footnotes|C" "close-footnotes"
+               Item "Open All Insets|O" "all-insets-toggle open"
+               Item "Close All Insets|C" "all-insets-toggle close"
+               Separator
               Item "Display Tooltips|i" "tooltips-toggle"
               Separator
               Item "View source|s" "dialog-show view-source"
@@ -410,6 +414,7 @@
       Menu "navigate"
               Submenu "Bookmarks|B" "navigate_bookmarks"
               Item "Next Note|N" "note-next"
+               Item "Next Reference|R" "reference-next"
               Item "Go to Label|L" "label-goto"
               Separator
               Toc

Reply via email to