]> git.lyx.org Git - features.git/blobdiff - lib/ui/stdcontext.inc
Add context menus to the Toc for labels(settings), branches, graphics, citations...
[features.git] / lib / ui / stdcontext.inc
index 41540037b50fbbcf83c966ffff6da3e983f69b90..ceb8fdf7a10ffac575fde072d1a7a1514632960c 100644 (file)
@@ -420,6 +420,52 @@ Menuset
        Menu "context-toc-label"
                Item "Copy Label as Reference|C" "copy-label-as-reference"
                Item "Insert Reference at Cursor Position|I" "insert-label-as-reference"
+               Separator
+               Item "Settings...|S" "inset-settings"
+       End
+
+#
+# Toc Branches context menu
+#
+
+       Menu "context-toc-branch"
+               Item "Activate Branch|A" "branch-activate"
+               Item "Deactivate Branch|e" "branch-deactivate"
+               Item "Settings...|S" "inset-settings"
+       End
+
+#
+# Toc Graphics context menu
+#
+
+       Menu "context-toc-graphics"
+               Item "Settings...|S" "inset-settings"
+               Separator
+               Item "Edit externally...|x" "inset-edit"
+       End
+
+#
+# Toc Citation context menu
+#
+
+       Menu "context-toc-citation"
+               Item "Settings...|S" "inset-settings"
+       End
+
+#
+# Toc Figures context menu
+#
+
+       Menu "context-toc-figure"
+               Item "Settings...|S" "inset-settings"
+       End
+
+#
+# Toc Tables context menu
+#
+
+       Menu "context-toc-table"
+               Item "Settings...|S" "inset-settings"
        End
 
 End