mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-02 08:10:39 +00:00
remove index entry of preceding word (bug 458)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4444 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
71ec477900
commit
37dff3b8b3
@ -1,3 +1,9 @@
|
||||
2002-06-20 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* ui/default.ui: remove Index Entry of last word
|
||||
|
||||
* ui/old-default.ui: remove
|
||||
|
||||
2002-06-19 Dekel Tsur <dekel@tsur5.tau.ac.il>
|
||||
|
||||
* examples/mathed.lyx: Remove obsolete part.
|
||||
|
@ -181,8 +181,7 @@ Menuset
|
||||
Item "Label...|L" "label-insert"
|
||||
Item "Footnote|F" "footnote-insert"
|
||||
Item "Marginal Note|M" "marginalnote-insert"
|
||||
Item "Index Entry...|I" "index-insert"
|
||||
Item "Index Entry of Preceding Word|W" "index-insert-last"
|
||||
Item "Index Entry|I" "index-insert"
|
||||
Item "URL...|U" "url-insert"
|
||||
Item "Note|N" "note-insert"
|
||||
Submenu "Lists & TOC|O" "insert_toc"
|
||||
|
@ -1,325 +0,0 @@
|
||||
# This is the default LyX user interface definition file. The syntax
|
||||
# should be straightforward enough. The menubar "main_nobuffer" (if it
|
||||
# exists) is used when there is no buffer open; otherwise, the menubar
|
||||
# "main" is used.
|
||||
|
||||
Menuset
|
||||
|
||||
Menubar "main"
|
||||
Submenu "File|F" "file"
|
||||
Submenu "Edit|E" "edit"
|
||||
Submenu "Toc|T" "toc"
|
||||
Submenu "Refs|R" "refs"
|
||||
Submenu "Layout|L" "layout"
|
||||
Submenu "Insert|I" "insert"
|
||||
Submenu "Math|a" "math"
|
||||
Submenu "Options|O" "options"
|
||||
Submenu "Documents|D" "documents"
|
||||
Submenu "Help|H" "help"
|
||||
End
|
||||
|
||||
Menubar "main_nobuffer"
|
||||
Submenu "File|F" "file_nobuffer"
|
||||
Submenu "Options|O" "options"
|
||||
Submenu "Help|H" "help"
|
||||
End
|
||||
|
||||
Menu "file"
|
||||
Item "New...|N" "buffer-new"
|
||||
Item "New from template...|t" "buffer-new-template"
|
||||
Item "Open...|O" "buffer-open"
|
||||
Separator
|
||||
Item "Close|C" "buffer-close"
|
||||
Item "Save|S" "buffer-write"
|
||||
Item "Save As...|A" "buffer-write-as"
|
||||
Item "Revert to saved|R" "buffer-reload"
|
||||
Separator
|
||||
Item "View dvi|d" "buffer-view dvi"
|
||||
Item "View Postscript|w" "buffer-view ps"
|
||||
Submenu "View|V" "view"
|
||||
Item "Update dvi" "buffer-update dvi"
|
||||
Item "Update Postscript" "buffer-update ps"
|
||||
Submenu "Update|U" "update"
|
||||
OptItem "Build program|B" "build-program"
|
||||
Separator
|
||||
Item "Print...|P" "buffer-print"
|
||||
# Item "Fax...|F" "buffer-fax"
|
||||
Submenu "Import|I" "import"
|
||||
Submenu "Export|E" "export"
|
||||
Separator
|
||||
Item "Exit|x" "lyx-quit"
|
||||
Separator
|
||||
Lastfiles
|
||||
End
|
||||
|
||||
Menu "file_nobuffer"
|
||||
Item "New...|N" "buffer-new"
|
||||
Item "New from template...|t" "buffer-new-template"
|
||||
Item "Open...|O" "buffer-open"
|
||||
Separator
|
||||
Submenu "Import|I" "import"
|
||||
Separator
|
||||
Item "Exit|x" "lyx-quit"
|
||||
Separator
|
||||
Lastfiles
|
||||
End
|
||||
|
||||
Menu "view"
|
||||
ViewFormats
|
||||
End
|
||||
|
||||
Menu "update"
|
||||
UpdateFormats
|
||||
End
|
||||
|
||||
Menu "import"
|
||||
OptItem "LaTeX|L" "buffer-import latex"
|
||||
OptItem "Ascii text as lines|A" "buffer-import text"
|
||||
OptItem "Ascii text as paragraphs|p" "buffer-import textparagraph"
|
||||
OptItem "HTML|H" "buffer-import html"
|
||||
OptItem "Noweb|N" "buffer-import literate"
|
||||
OptItem "LinuxDoc|D" "buffer-import linuxdoc"
|
||||
End
|
||||
|
||||
Menu "export"
|
||||
ExportFormats
|
||||
End
|
||||
|
||||
Menu "edit"
|
||||
Item "Undo|U" "undo"
|
||||
Item "Redo|R" "redo"
|
||||
Separator
|
||||
Item "Cut|C" "cut"
|
||||
Item "Copy|o" "copy"
|
||||
Item "Paste|P" "paste"
|
||||
Separator
|
||||
Item "Find & Replace...|F" "find-replace"
|
||||
Item "Go to Error|E" "error-next"
|
||||
Item "Go to Note|N" "note-next"
|
||||
Submenu "Floats & Insets|I" "edit_floats"
|
||||
Submenu "Tabular" "edit_tabular"
|
||||
Item "Spellchecker...|S" "spellchecker"
|
||||
Item "Check TeX|h" "buffer-chktex"
|
||||
Item "Table of Contents|b" "toc-view"
|
||||
Separator
|
||||
Submenu "Version control" "vc"
|
||||
Separator
|
||||
Item "View LaTeX log file|w" "latex-view-log"
|
||||
Separator
|
||||
Submenu "Paste primary selection" "edit_paste"
|
||||
End
|
||||
|
||||
Menu "edit_floats"
|
||||
End
|
||||
|
||||
Menu "edit_tabular"
|
||||
Item "Multicolumn|M" "tabular-feature multicolumn"
|
||||
Separator
|
||||
Item "Line Top|T" "tabular-feature toggle-line-top"
|
||||
Item "Line Bottom|B" "tabular-feature toggle-line-bottom"
|
||||
Item "Line Left|L" "tabular-feature toggle-line-left"
|
||||
Item "Line Right|R" "tabular-feature toggle-line-right"
|
||||
Separator
|
||||
Item "Align Left|e" "tabular-feature align-left"
|
||||
Item "Align Center|C" "tabular-feature align-center"
|
||||
Item "Align Right|i" "tabular-feature align-right"
|
||||
Separator
|
||||
Item "V.Align Top|o" "tabular-feature valign-top"
|
||||
Item "V.Align Center|n" "tabular-feature valign-center"
|
||||
Item "V.Align Bottom|v" "tabular-feature valign-bottom"
|
||||
Separator
|
||||
Item "Append Row|A" "tabular-feature append-row"
|
||||
Item "Append Column|u" "tabular-feature append-column"
|
||||
Separator
|
||||
Item "Delete Row|w" "tabular-feature delete-row"
|
||||
Item "Delete Column|D" "tabular-feature delete-column"
|
||||
End
|
||||
|
||||
Menu "edit_paste"
|
||||
Item "as Lines|L" "primary-selection-paste"
|
||||
Item "as Paragraphs|g" "primary-selection-paste paragraph"
|
||||
End
|
||||
|
||||
Menu "vc"
|
||||
OptItem "Register|R" "vc-register"
|
||||
OptItem "Check In Changes|I" "vc-check-in"
|
||||
OptItem "Check Out for Edit|O" "vc-check-out"
|
||||
OptItem "Revert to last version|l" "vc-revert"
|
||||
OptItem "Undo last check in|U" "vc-undo-last"
|
||||
OptItem "Show History|H" "vc-history"
|
||||
End
|
||||
|
||||
Menu toc
|
||||
Toc
|
||||
End
|
||||
|
||||
Menu refs
|
||||
References
|
||||
Separator
|
||||
Item "Go Back|B" "reference-back"
|
||||
End
|
||||
|
||||
Menu "layout"
|
||||
Item "Character...|C" "layout-character"
|
||||
Item "Paragraph...|P" "layout-paragraph"
|
||||
Item "Document...|D" "layout-document"
|
||||
OptItem "Tabular...|a" "layout-tabular"
|
||||
Separator
|
||||
Item "Emphasize Style|E" "font-emph"
|
||||
Item "Noun Style|N" "font-noun"
|
||||
Item "Bold Style|B" "font-bold"
|
||||
Item "TeX Style|X" "tex-mode"
|
||||
Item "Change environment depth|v" "depth-increment"
|
||||
Item "LaTeX preamble...|a" "layout-preamble"
|
||||
Item "Start of Appendix|x" "appendix"
|
||||
Separator
|
||||
Item "Save layout as default|S" "layout-save-default"
|
||||
End
|
||||
|
||||
Menu "insert"
|
||||
Item "Figure...|g" "figure-insert"
|
||||
Item "Tabular...|T" "dialog-tabular-insert"
|
||||
Separator
|
||||
Item "Include File...|c" "buffer-child-insert"
|
||||
Submenu "Import ascii file|a" "insert_ascii"
|
||||
Item "Insert LyX file...|X" "file-insert"
|
||||
Item "Insert external material...|e" "external-insert"
|
||||
Separator
|
||||
Item "Footnote|F" "footnote-insert"
|
||||
Item "Marginnote|M" "marginpar-insert"
|
||||
Submenu "Floats|a" "insert_floats"
|
||||
Separator
|
||||
Submenu "Lists & TOC|T" "insert_toc"
|
||||
Separator
|
||||
Submenu "Special character|S" "insert_special"
|
||||
Separator
|
||||
Item "Note...|N" "note-insert"
|
||||
Item "Label...|L" "label-insert"
|
||||
Item "Cross reference...|r" "reference-insert"
|
||||
Item "Citation reference...|i" "citation-insert"
|
||||
Item "Index entry...|d" "index-insert"
|
||||
Item "Index entry of last word|w" "index-insert-last"
|
||||
Item "URL...|U" "url-insert"
|
||||
End
|
||||
|
||||
Menu "insert_ascii"
|
||||
Item "As lines...|l" "file-insert-ascii lines"
|
||||
Item "As paragraphs...|p" "file-insert-ascii paragraphs"
|
||||
End
|
||||
|
||||
Menu "insert_floats"
|
||||
Item "Figure float|F" "buffer-float-insert figure"
|
||||
Item "Table float|T" "buffer-float-insert table"
|
||||
Item "Wide figure float|W" "buffer-float-insert wide-fig"
|
||||
Item "Wide table float|d" "buffer-float-insert wide-tab"
|
||||
Separator
|
||||
Item "Algorithm float|A" "buffer-float-insert algorithm"
|
||||
End
|
||||
|
||||
Menu "insert_toc"
|
||||
Item "Table of Contents|C" "toc-insert"
|
||||
Item "List of Figures|F" "lof-insert"
|
||||
Item "List of Tables|T" "lot-insert"
|
||||
Item "List of Algorithms|A" "loa-insert"
|
||||
Item "Index List|I" "index-print"
|
||||
Item "BibTeX reference...|B" "bibtex-insert"
|
||||
End
|
||||
|
||||
Menu "insert_special"
|
||||
Item "HFill|H" "hfill-insert"
|
||||
Item "Hyphenation point|p" "hyphenation-point-insert"
|
||||
Item "Protected blank|b" "protected-space-insert"
|
||||
Item "Linebreak|L" "break-line"
|
||||
Item "Ellipsis|i" "dots-insert"
|
||||
Item "End of sentence|E" "end-of-sentence-period-insert"
|
||||
Item "Ordinary Quote|Q" "quote-insert"
|
||||
Item "Menu Separator|M" "menu-separator-insert"
|
||||
End
|
||||
|
||||
Menu "math"
|
||||
Item "Fraction|F" "math-insert frac"
|
||||
Item "Square root|S" "math-insert sqrt"
|
||||
Item "Exponent|E" "math-insert ^"
|
||||
Item "Index|x" "math-insert -"
|
||||
Item "Sum|u" "math-insert sum"
|
||||
Item "Integral|I" "math-insert int"
|
||||
Separator
|
||||
Item "Math mode|M" "math-mode simple"
|
||||
Item "Display|D" "math-mode display"
|
||||
Separator
|
||||
Item "Math Panel...|P" "math-panel"
|
||||
End
|
||||
|
||||
Menu "options"
|
||||
Item "Reconfigure|R" "reconfigure"
|
||||
Item "Preferences...|P" "dialog-preferences"
|
||||
End
|
||||
|
||||
Menu "documents"
|
||||
Documents
|
||||
End
|
||||
|
||||
Menu "help"
|
||||
Item "Introduction|I" "help-open Intro"
|
||||
Item "Tutorial|T" "help-open Tutorial"
|
||||
Item "User's Guide|U" "help-open UserGuide"
|
||||
Item "Extended Features|x" "help-open Extended"
|
||||
Item "Customization|C" "help-open Customization"
|
||||
Item "Reference Manual|R" "help-open Reference"
|
||||
Item "FAQ|F" "help-open FAQ"
|
||||
Item "Table of contents|a" "help-open TOC"
|
||||
Item "Known Bugs|K" "help-open BUGS"
|
||||
Item "LaTeX Configuration|L" "help-open LaTeXConfig"
|
||||
Separator
|
||||
Item "Copyright and Warranty...|o" "help-copyright"
|
||||
Item "Credits...|e" "help-credits"
|
||||
Item "Version...|V" "help-version"
|
||||
End
|
||||
|
||||
End
|
||||
|
||||
# Setup your favorite Toolbar here:
|
||||
# Only three commands are allowed inside the begin_toolbar and end_toolbar
|
||||
# directives:
|
||||
# Icon "<action> [<parameter>]" adds an icon to the toolbar performing
|
||||
# "<action> <parameter>"
|
||||
# Examples:
|
||||
# Icon "font-size small"
|
||||
# Icon set-emph
|
||||
#
|
||||
# Layouts adds the layouts combo-box to the toolbar
|
||||
#
|
||||
# Separator adds some spacing to the toolbar
|
||||
#
|
||||
# The icons are found in the lib/image direcory under the name
|
||||
# action.xpm or action_parameter.xpm.
|
||||
#
|
||||
# All other lyx commands will get a "unknown" icon.
|
||||
#
|
||||
# This is the default toolbar:
|
||||
|
||||
Toolbar
|
||||
Layouts
|
||||
Icon "buffer-open"
|
||||
Icon "buffer-write"
|
||||
Icon "buffer-print"
|
||||
Separator
|
||||
Icon "cut"
|
||||
Icon "copy"
|
||||
Icon "paste"
|
||||
Separator
|
||||
Icon "font-emph"
|
||||
Icon "font-noun"
|
||||
Icon "font-free"
|
||||
Separator
|
||||
Icon "footnote-insert"
|
||||
Icon "marginpar-insert"
|
||||
Icon "depth-increment"
|
||||
Separator
|
||||
Icon "tex-mode"
|
||||
Icon "math-mode"
|
||||
Separator
|
||||
Icon "figure-insert"
|
||||
Icon "dialog-tabular-insert"
|
||||
End
|
||||
|
Loading…
Reference in New Issue
Block a user