]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdcontext.inc
Cmake export tests: Really supply own system fonts only if not specified in document.
[lyx.git] / lib / ui / stdcontext.inc
index 79595c1be2d6331ed1535870ba14be61ea26ec4f..3d0f2fc4f8851635830c190cd421a69c4c698d93 100644 (file)
@@ -19,7 +19,7 @@
 #   (except when the preposition is part of a verb phrase, such as "Check In")
 # (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)
 
-Format 1
+Format 3
 
 Menuset
 
@@ -56,7 +56,7 @@ Menuset
                OptItem "Number Whole Formula|N" "math-number-toggle"
                OptItem "Number This Line|u" "math-number-line-toggle"
                OptItem "Equation Label|L" "label-insert"
-               OptItem "Copy as Reference|R" "copy-label-as-reference"
+               OptItem "Copy as Reference|R" "label-copy-as-reference"
                Separator
                Item "Split Cell|C" "cell-split"
                Separator
@@ -105,7 +105,7 @@ Menuset
                Item "Next Cross-Reference|N" "reference-next"
                Item "Go Back|G" "bookmark-goto 0"
                Separator
-               Item "Copy as Reference|C" "copy-label-as-reference"
+               Item "Copy as Reference|C" "label-copy-as-reference"
                Separator
                Item "Settings...|S" "inset-settings"
        End
@@ -301,6 +301,14 @@ Menuset
                Item "Justified Line Break|J" "inset-modify newline linebreak"
        End
 
+#
+# InsetNewline context menu
+#
+       Menu "context-separator"
+               Item "Plain Separator|P" "inset-modify separator plain"
+               Item "Paragraph Break|B" "inset-modify separator parbreak"
+       End
+
 #
 # Edit context menu
 #
@@ -318,6 +326,8 @@ Menuset
                Item "Move Paragraph Up|o" "paragraph-move-up"
                Item "Move Paragraph Down|v" "paragraph-move-down"
                Separator
+               EnvironmentSeparators
+               Separator
                OptItem "Promote Section|r" "outline-out"
                OptItem "Demote Section|m" "outline-in"
                OptItem "Move Section Down|D" "outline-down"
@@ -395,23 +405,27 @@ Menuset
 # InsetTabular context menu
 #
 
-       Menu "context-tabular"
-               Item "Multicolumn|u" "inset-modify tabular multicolumn"
-               Item "Multirow|w" "inset-modify tabular multirow"
-               Separator
-               Item "Top Line|n" "inset-modify tabular toggle-line-top"
-               Item "Bottom Line|i" "inset-modify tabular toggle-line-bottom"
-               Item "Left Line|L" "inset-modify tabular toggle-line-left"
-               Item "Right Line|R" "inset-modify tabular toggle-line-right"
-               Separator
+       Menu "table-borders"
+               Item "Top|T" "inset-modify tabular toggle-line-top"
+               Item "Bottom|B" "inset-modify tabular toggle-line-bottom"
+               Item "Left|L" "inset-modify tabular toggle-line-left"
+               Item "Right|R" "inset-modify tabular toggle-line-right"
+       End
+
+       Menu "table-alignment"
                Item "Left|f" "command-alternatives inset-modify tabular m-align-left;inset-modify tabular align-left"
                Item "Center|C" "command-alternatives inset-modify tabular m-align-center;inset-modify tabular align-center"
                Item "Right|h" "command-alternatives inset-modify tabular m-align-right;inset-modify tabular align-right"
                Item "Decimal" "inset-modify tabular align-decimal"
                Separator
-               Item "Top|T" "inset-modify tabular valign-top"
-               Item "Middle|M" "inset-modify tabular valign-middle"
-               Item "Bottom|B" "inset-modify tabular valign-bottom"
+               Item "Top" "inset-modify tabular valign-top"
+               Item "Middle" "inset-modify tabular valign-middle"
+               Item "Bottom" "inset-modify tabular valign-bottom"
+       End
+
+       Menu "table-cols-rows"
+               Item "Multicolumn|u" "inset-modify tabular multicolumn"
+               Item "Multirow|w" "inset-modify tabular multirow"
                Separator
                Item "Append Row|A" "inset-modify tabular append-row"
                Item "Delete Row|D" "inset-modify tabular delete-row"
@@ -424,6 +438,15 @@ Menuset
                Item "Copy Column|y" "inset-modify tabular copy-column"
                Item "Move Column Right|v" "inset-modify tabular move-column-right"
                Item "Move Column Left" "inset-modify tabular move-column-left"
+       End
+
+       Menu "context-tabular"
+               Item "Multi-page Table|g" "inset-modify tabular toggle-longtabular"
+               Item "Formal Style|m" "inset-modify tabular toggle-booktabs"
+               Separator
+               Submenu "Borders|d" "table-borders"
+               Submenu "Alignment|i" "table-alignment"
+               Submenu "Columns/Rows|C" "table-cols-rows"
                Separator
                Item "Settings...|S" "inset-settings tabular"
        End
@@ -470,7 +493,7 @@ Menuset
 #
 
        Menu "context-toc-label"
-               OptItem "Copy as Reference|C" "copy-label-as-reference"
+               OptItem "Copy as Reference|C" "label-copy-as-reference"
                OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference"
                Separator
                Item "Settings...|S" "inset-settings"