Michael Gerz schrieb:
Hello,
LyX 1.5 has so many nice features but we are hiding them from the user.
The patch below adds a few of the "pearls" to the menus. Any comments?
Jean-Marc, should we also add some entries to 1.4.3 (in particular
accept/reject-change which are quite basic operations!)
No objections? Very well, in that case I will commit the patch tomorrow
evening...
Michael
Index: stdmenus.ui
===================================================================
--- stdmenus.ui (revision 14842)
+++ stdmenus.ui (working copy)
@@ -89,6 +89,10 @@
Separator
Item "Find & Replace...|F" "dialog-show findreplace"
Separator
+ Item "Word in Small Capitals" "word-capitalize"
+ Item "Word in Uppercase" "word-upcase"
+ Item "Word in Lowercase" "word-lowcase"
+ Separator
Item "Text Style...|S" "dialog-show character"
Item "Paragraph Settings...|P" "layout-paragraph"
Separator
@@ -99,6 +103,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
@@ -253,6 +258,7 @@
Item "Cross-reference...|r" "dialog-show-new-inset ref"
Item "Label...|L" "label-insert"
Item "Index Entry|d" "index-insert"
+ Item "Date" "date-insert"
# I'm going to kill this dumb dialog, but for now ...
Separator
Item "Table...|T" "tabular-insert"
@@ -383,14 +389,17 @@
Item "Start Appendix Here|A" "appendix"
Separator
Item "Compressed|o" "buffer-toggle-compression"
+ Item "Read-Only|R" "buffer-toggle-read-only"
Item "Settings...|S" "dialog-show document"
End
Menu "edit_change"
Item "Track Changes|T" "changes-track"
Item "Merge Changes...|M" "changes-merge"
- Item "Accept All Changes|A" "all-changes-accept"
- Item "Reject All Changes|R" "all-changes-reject"
+ Item "Accept Change|A" "change-accept"
+ Item "Reject Change|R" "change-reject"
+ Item "Accept All Changes|c" "all-changes-accept"
+ Item "Reject All Changes|e" "all-changes-reject"
Item "Show Changes in Output|S" "changes-output"
End