On 13/10/12 19:38, Tommaso Cucinotta wrote:
On 13/10/12 10:42, Jean-Marc Lasgouttes wrote:
I also agree that moving document view/update to Document makes sense: they do not fit the definition above.

I think we should proceed in a quasi-reversible fashion: do small uncontroversial changes first instead of trying a revolution.

Absolutely +1. Right thing to do.

So, one first step might be the attached one ?

this one is better, with the shortcut key conflict resolved.

    T.

commit 2fa6a6f
Author: Tommaso Cucinotta <tomm...@lyx.org>
Date:   Sat Oct 13 19:34:16 2012 +0100

    Moved Outline to View menu, and rendering options (dvi,pdf,...) to Document menu.

diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc
index d371b3c..fc6073d 100644
--- a/lib/ui/stdmenus.inc
+++ b/lib/ui/stdmenus.inc
@@ -321,12 +321,9 @@ Menuset
 		Item "Unfold Math Macro|n" "math-macro-unfold"
 		Item "Fold Math Macro|d" "math-macro-fold"
 		Separator
+		Item "View Outline|u" "dialog-toggle toc"
 		Item "View Source|S" "dialog-toggle view-source"
 		Item "View Messages|g" "dialog-toggle progress"
-		ViewFormats
-		UpdateFormats
-		OptItem "View Master Document|M" "master-buffer-view"
-		OptItem "Update Master Document|a" "master-buffer-update"
 		Separator
 		Item "Split View Into Left and Right Half|i" "view-split horizontal"
 		Item "Split View Into Upper and Lower Half|e" "view-split vertical"
@@ -505,9 +502,13 @@ Menuset
 		Submenu "Change Tracking|C" "document_change"
 		OptItem "Build Program|B" "build-program"
 		Item "LaTeX Log|L" "dialog-show latexlog"
-		Item "Outline|O" "dialog-toggle toc"
 		Item "Start Appendix Here|A" "appendix"
 		Separator
+		ViewFormats
+		UpdateFormats
+		OptItem "View Master Document|M" "master-buffer-view"
+		OptItem "Update Master Document|a" "master-buffer-update"
+		Separator
 		Item "Compressed|m" "buffer-toggle-compression"
 		Item "Settings...|S" "dialog-show document"
 	End

Reply via email to