mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Rearrangement of Insert menu (separate special formatting from special characters) as discussed with John on bugzilla (bug 1299)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7444 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5fb7795b10
commit
7a8d5da2b8
@ -1,3 +1,8 @@
|
||||
2003-07-29 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||
|
||||
* ui/stdmenus.ui: Insert->Special character/Special formatting
|
||||
split and small rearrangement as discussed on bugzilla (bug 1299)
|
||||
|
||||
2003-07-28 José Matos <jamatos@lyx.org>
|
||||
|
||||
* lyx2lyx/lyxconvert_224.py (end_document):
|
||||
|
@ -217,15 +217,16 @@ Menuset
|
||||
# most people using mathed learn key shortcuts quite quickly anyway)
|
||||
Submenu "Math|h" "insert_math"
|
||||
Submenu "Special Character|S" "insert_special"
|
||||
Submenu "Special Formatting|o" "insert_formatting"
|
||||
Submenu "Float|a" "insert_float"
|
||||
Submenu "List / TOC|O" "insert_toc"
|
||||
Submenu "List / TOC|i" "insert_toc"
|
||||
# YUCK
|
||||
Submenu "File|e" "insert_file"
|
||||
Separator
|
||||
Item "Citation Reference...|C" "dialog-show-new-inset citation"
|
||||
Item "Cross Reference...|R" "dialog-show-new-inset ref"
|
||||
Item "Label...|L" "label-insert"
|
||||
Item "Index Entry|I" "index-insert"
|
||||
Item "Index Entry|d" "index-insert"
|
||||
# I'm going to kill this dumb dialog, but for now ...
|
||||
Separator
|
||||
Item "Table...|T" "tabular-insert"
|
||||
@ -237,26 +238,29 @@ Menuset
|
||||
Item "Minipage|p" "minipage-insert"
|
||||
Item "Short Title" "optional-insert"
|
||||
Item "TeX|X" "ert-insert"
|
||||
Item "External Material..." "dialog-show-new-inset external"
|
||||
Item "Child Document...|d" "dialog-show-new-inset include"
|
||||
End
|
||||
|
||||
Menu "insert_special"
|
||||
Item "Superscript|S" "command-sequence math-mode ; math-superscript ; font-free-apply; "
|
||||
Item "Subscript|u" "command-sequence math-mode ; math-subscript ; font-free-apply; "
|
||||
Item "Horizontal Fill|H" "hfill-insert"
|
||||
Item "Hyphenation Point|P" "hyphenation-point-insert"
|
||||
Item "Ligature Break|k" "ligature-break-insert"
|
||||
Item "Protected Space|r" "space-insert protected"
|
||||
Item "Inter-word Space|w" "space-insert normal"
|
||||
Item "Thin Space|T" "space-insert thin"
|
||||
Item "Linebreak|L" "break-line"
|
||||
Item "Ellipsis|i" "dots-insert"
|
||||
Item "End of Sentence|E" "end-of-sentence-period-insert"
|
||||
Item "Ordinary Quote|Q" "self-insert \""
|
||||
Item "Menu Separator|M" "menu-separator-insert"
|
||||
End
|
||||
|
||||
Menu "insert_formatting"
|
||||
Item "Superscript|S" "command-sequence math-mode ; math-superscript ; font-free-apply; "
|
||||
Item "Subscript|u" "command-sequence math-mode ; math-subscript ; font-free-apply; "
|
||||
Separator
|
||||
Item "Protected Space|r" "space-insert protected"
|
||||
Item "Inter-word Space|w" "space-insert normal"
|
||||
Item "Thin Space|T" "space-insert thin"
|
||||
Item "Horizontal Fill|H" "hfill-insert"
|
||||
Separator
|
||||
Item "Hyphenation Point|P" "hyphenation-point-insert"
|
||||
Item "Ligature Break|k" "ligature-break-insert"
|
||||
Item "Linebreak|L" "break-line"
|
||||
End
|
||||
|
||||
Menu "insert_math"
|
||||
Item "Inline Formula|I" "math-mode"
|
||||
Item "Display Formula|D" "math-display"
|
||||
@ -316,6 +320,9 @@ Menuset
|
||||
Item "LyX Document...|X" "file-insert"
|
||||
Item "ASCII as Lines...|L" "file-insert-ascii"
|
||||
Item "ASCII as Paragraphs...|P" "file-insert-ascii-para"
|
||||
Separator
|
||||
Item "External Material..." "dialog-show-new-inset external"
|
||||
Item "Child Document...|d" "dialog-show-new-inset include"
|
||||
End
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user