]> git.lyx.org Git - lyx.git/blob - lib/ui/stdmenus.ui
increase number of default bookmarks to 5
[lyx.git] / lib / ui / stdmenus.ui
1 # -*- text -*-
2
3 # file stdmenus.ui
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author Jean-Marc Lasgouttes
8 # author John Levon
9
10 # Full author contact details are available in file CREDITS.
11
12 Menuset
13
14         Menubar
15 # Make the first 4 menus be as much as expected as possible
16                 Submenu "File|F" "file"
17                 Submenu "Edit|E" "edit"
18                 Submenu "View|V" "view"
19                 Submenu "Insert|I" "insert"
20                 Submenu "Navigate|N" "navigate"
21                 Submenu "Document|D" "document"
22                 Submenu "Tools|T" "tools"
23                 Submenu "Help|H" "help"
24         End
25
26 #
27 # FILE MENU
28 #
29
30         Menu "file"
31                 Item "New|N" "buffer-new"
32                 Item "New from Template...|m" "buffer-new-template"
33                 Item "Open...|O" "file-open"
34 # This seems a much more sensible place to me
35                 Submenu "Open recent|t" "lastfiles"
36                 Separator
37                 Item "Close|C" "buffer-close"
38                 Item "Save|S" "buffer-write"
39                 Item "Save As...|A" "buffer-write-as"
40                 Item "Revert|R" "buffer-reload"
41                 Submenu "Version Control|V" "file_vc"
42                 Separator
43                 Submenu "Import|I" "file_import"
44                 Submenu "Export|E" "file_export"
45                 Item "Print...|P" "dialog-show print"
46                 OptItem "Fax...|F" "buffer-export fax"
47                 Separator
48                 Item "Exit|x" "lyx-quit"
49         End
50
51         Menu "lastfiles"
52                 Lastfiles
53         End
54
55         Menu "file_vc"
56                 OptItem "Register...|R" "vc-register"
57                 OptItem "Check In Changes...|I" "vc-check-in"
58                 OptItem "Check Out for Edit|O" "vc-check-out"
59                 OptItem "Revert to Last Version|L" "vc-revert"
60                 OptItem "Undo Last Check In|U" "vc-undo-last"
61                 OptItem "Show History|H" "dialog-show vclog"
62         End
63
64         Menu "file_import"
65                 ImportFormats
66         End
67
68         Menu "file_export"
69                 ExportFormats
70                 Item "Custom...|C" "buffer-export custom"
71         End
72
73 #
74 # EDIT MENU
75 #
76
77         Menu "edit"
78                 Item "Undo|U" "undo"
79                 Item "Redo|R" "redo"
80                 Separator
81                 Item "Cut" "cut"
82                 Item "Copy" "copy"
83                 Item "Paste" "paste"
84                 Submenu "Paste Recent" "pasterecent"
85                 Item "Find & Replace...|F" "dialog-show findreplace"
86                 Separator
87                 Item "Text Style...|S" "dialog-show character"
88                 Item "Paragraph Settings...|P" "layout-paragraph"
89                 Separator
90 # Mathed b0rkage means these don't work properly
91                 OptSubmenu "Table|T" "edit_tabular"
92                 OptSubmenu "Math|M" "edit_math"
93                 Separator
94                 OptItem "Increase List Depth|I" "depth-increment"
95                 OptItem "Decrease List Depth|D" "depth-decrement"
96 # This is where the context-specific stuff is supposed to go.
97 # The idea is that everything on here can disappear and should
98 # only appear when relevant (getStatus). Only stuff that needs
99 # a right-click to bring up the dialog should appear here (it is not
100 # obvious what the context is for the others)
101                 OptItem "TeX Code Settings...|C" "inset-settings ert"
102 # 'a' shortcut to match Insert entry, shouldn't clash with Table Settings
103                 OptItem "Float Settings...|a" "inset-settings float"
104                 OptItem "Text Wrap Settings...|W" "inset-settings wrap"
105                 OptItem "Note Settings...|N" "inset-settings note"
106                 OptItem "Branch Settings...|B" "inset-settings branch"
107                 OptItem "Box Settings...|x" "inset-settings box"
108 # Hey, guess what's broken ? Surprise surprise, it's tabular stuff
109 # This is in the Table submenu instead for now.
110 #       OptItem "Table Settings...|a" "inset-settings tabular"
111                 OptItem "Table Settings...|a" "layout-tabular"
112         End
113
114         Menu "pasterecent"
115                 PasteRecent
116         End
117
118 # not much we can do to help here
119         Menu "edit_tabular"
120                 Item "Add Row|A" "tabular-feature append-row"
121                 Item "Delete Row|w" "tabular-feature delete-row"
122                 Separator
123                 Item "Add Column|u" "tabular-feature append-column"
124                 Item "Delete Column|D" "tabular-feature delete-column"
125                 Separator
126                 Item "Multicolumn|M" "tabular-feature multicolumn"
127                 Separator
128                 Item "Top Line|T" "tabular-feature toggle-line-top"
129                 Item "Bottom Line|B" "tabular-feature toggle-line-bottom"
130                 Item "Left Line|L" "tabular-feature toggle-line-left"
131                 Item "Right Line|R" "tabular-feature toggle-line-right"
132                 Separator
133                 Submenu "Alignment|i" "edit_align"
134         End
135
136         Menu "edit_align"
137                 Item "Left|L" "tabular-feature align-left"
138                 Item "Center|C" "tabular-feature align-center"
139                 Item "Right|R" "tabular-feature align-right"
140                 Separator
141                 Item "Top|T" "tabular-feature valign-top"
142                 Item "Middle|M" "tabular-feature valign-middle"
143                 Item "Bottom|B" "tabular-feature valign-bottom"
144         End
145
146         Menu "edit_math"
147                 Item "Toggle Numbering|N" "math-number"
148                 Item "Toggle Numbering of Line|u" "math-nonumber"
149                 Submenu "Change Limits Type|L" "edit_math_limits"
150                 Separator
151                 Submenu "Change Formula Type|F" "edit_math_mutate"
152                 Separator
153                 Submenu "Use Computer Algebra System|S" "edit_math_extern"
154                 Separator
155                 Submenu "Alignment|A" "edit_align"
156                 Separator
157                 Item "Add Row|R" "tabular-feature append-row"
158                 Item "Delete Row|D" "tabular-feature delete-row"
159                 Item "Copy Row" "tabular-feature copy-row"
160                 Item "Swap Rows" "tabular-feature swap-row"
161                 Separator
162                 Item "Add Column|C" "tabular-feature append-column"
163                 Item "Delete Column|e" "tabular-feature delete-column"
164                 Item "Copy Column" "tabular-feature copy-column"
165                 Item "Swap Columns" "tabular-feature swap-column"
166         End
167
168         Menu "edit_math_limits"
169                  Item "Default|t"  "math-limits empty"
170                  Item "Display|D"  "math-limits limits"
171                  Item "Inline|I"  "math-limits nolimits"
172         End
173
174         Menu "edit_math_extern"
175                 Item "Octave" "math-extern octave"
176                 Item "Maxima" "math-extern maxima"
177                 Item "Mathematica" "math-extern mathematica"
178                 Separator
179                 Item "Maple, simplify" "math-extern maple simplify"
180                 Item "Maple, factor" "math-extern maple factor"
181                 Item "Maple, evalm" "math-extern maple evalm"
182                 Item "Maple, evalf" "math-extern maple evalf"
183         End
184
185         Menu "edit_math_mutate"
186                 Item "Inline Formula|I" "math-mutate simple"
187                 Item "Displayed Formula|D" "math-mutate equation"
188                 Item "Eqnarray Environment|q" "math-mutate eqnarray"
189                 Item "AMS align Environment|A" "math-mutate align"
190                 Item "AMS alignat Environment|t" "math-mutate alignat"
191                 Item "AMS flalign Environment|f" "math-mutate flalign"
192                 Item "AMS gather Environment|g" "math-mutate gather"
193                 Item "AMS multline Environment|m" "math-mutate multline"
194         End
195
196 #
197 # VIEW MENU
198 #
199
200         Menu "view"
201 # FIXME: this must become Open Footnote, Close Margin Note etc. as appropriate
202 #       Item "Open Float|O" "inset-toggle"
203 # A common feature request JMarc wants to see
204 #       Item "Open All Footnotes|F" "open-footnotes"
205 #       Item "Close All Footnotes|C" "close-footnotes"
206                 Item "Display Tooltips|i" "toggle-tooltips"
207                 Separator
208                 Submenu "Update|U" "document_update"
209                 ViewFormats
210                 Separator
211             Documents
212         End
213
214         Menu "document_update"
215                 UpdateFormats
216         End
217
218 #
219 # INSERT MENU
220 #
221         Menu "insert"
222 # Try and group things a little better, and percolate the most
223 # commonly used to good positions (exception being mathed, but
224 # most people using mathed learn key shortcuts quite quickly anyway)
225                 Submenu "Math|h" "insert_math"
226                 Submenu "Special Character|S" "insert_special"
227                 Submenu "Special Formatting|o" "insert_formatting"
228                 Submenu "List / TOC|i" "insert_toc"
229                 Submenu "Float|a" "insert_float"
230 # YUCK
231                 Submenu "Note|N" "insert_note"
232                 Submenu "Branch|B" "branches"
233                 Submenu "Character Style|y" "charstyle"
234                 Submenu "File|e" "insert_file"
235                 Item "Box" "box-insert Frameless"
236                 Separator
237                 Item "Citation Reference...|C" "dialog-show-new-inset citation"
238                 Item "Cross Reference...|R" "dialog-show-new-inset ref"
239                 Item "Label...|L" "label-insert"
240                 Item "Index Entry|d" "index-insert"
241 # I'm going to kill this dumb dialog, but for now ...
242                 Separator
243                 Item "Table...|T" "tabular-insert"
244                 Item "Graphics...|G" "dialog-show-new-inset graphics"
245                 Item "URL...|U" "url-insert"
246                 Item "Footnote|F" "footnote-insert"
247                 Item "Marginal Note|M" "marginalnote-insert"
248                 Item "Short Title" "optional-insert"
249                 Item "TeX|X" "ert-insert"
250         End
251
252         Menu "insert_special"
253                 Item "Ellipsis|i" "dots-insert"
254                 Item "End of Sentence|E" "end-of-sentence-period-insert"
255                 Item "Ordinary Quote|Q" "self-insert \""
256                 Item "Single Quote|S" "quote-insert single"
257                 Item "Menu Separator|M" "menu-separator-insert"
258         End
259
260         Menu "insert_formatting"
261                 Item "Superscript|S" "command-sequence math-mode on; math-superscript ; font-free-apply; "
262                 Item "Subscript|u" "command-sequence math-mode on; math-subscript ; font-free-apply; "
263                 Separator
264                 Item "Protected Space|r" "space-insert protected"
265                 Item "Inter-word Space|w" "space-insert normal"
266                 Item "Thin Space|T" "space-insert thin"
267                 Item "Horizontal Fill|H" "hfill-insert"
268                 Item "Horizontal Line" "line-insert"
269                 Item "Vertical Space" "dialog-show-new-inset vspace"
270                 Separator
271                 Item "Hyphenation Point|P" "hyphenation-point-insert"
272                 Item "Ligature Break|k" "ligature-break-insert"
273                 Item "Line Break|L" "break-line"
274                 Item "Page Break" "pagebreak-insert"
275         End
276
277         Menu "insert_math"
278                 Item "Inline Formula|I" "math-mode on"
279                 Item "Display Formula|D" "math-display"
280                 Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;"
281                 Item "AMS align Environment|a" "command-sequence math-mode on; math-mutate align;"
282                 Item "AMS alignat Environment|t" "command-sequence math-mode on; math-mutate alignat;"
283                 Item "AMS flalign Environment|f" "command-sequence math-mode on; math-mutate flalign;"
284                 Item "AMS gather Environment|g" "command-sequence math-mode on; math-mutate gather;"
285                 Item "AMS multline Environment|m" "command-sequence math-mode on; math-mutate multline;"
286                 Separator
287                 Item "Array Environment|y" "math-matrix 2 2"
288                 Item "Cases Environment|C" "math-insert \cases"
289                 Separator
290                 Submenu "Font Change|o" "insert_math_font"
291                 Item "Math Panel|P" "dialog-show mathpanel"
292         End
293
294         Menu "insert_math_font"
295                 Item "Math Normal Font" "math-insert \mathnormal"
296                 Separator
297                 Item "Math Calligraphic Family" "math-insert \mathcal"
298                 Item "Math Fraktur Family" "math-insert \mathfrak"
299                 Item "Math Roman Family" "math-insert \mathrm"
300                 Item "Math Sans Serif Family" "math-insert \mathsf"
301                 Separator
302                 Item "Math Bold Series" "math-insert \mathbf"
303                 Separator
304                 Item "Text Normal Font" "math-insert \textnormal"
305                 Separator
306                 Item "Text Roman Family" "math-insert \textrm"
307                 Item "Text Sans Serif Family" "math-insert \textsf"
308                 Item "Text Typewriter Family" "math-insert \texttt"
309                 Separator
310                 Item "Text Bold Series" "math-insert \textbf"
311                 Item "Text Medium Series" "math-insert \textmd"
312                 Separator
313                 Item "Text Italic Shape" "math-insert \textit"
314                 Item "Text Small Caps Shape" "math-insert \textsc"
315                 Item "Text Slanted Shape" "math-insert \textsl"
316                 Item "Text Upright Shape" "math-insert \textup"
317                         End
318
319         Menu "insert_float"
320                 FloatInsert
321 # This has got to be better than "Wrap", anyway
322                 Item "Text Wrap Float|W" "wrap-insert figure"
323         End
324
325         Menu "insert_toc"
326                 Item "Table of Contents|C" "toc-insert"
327                 FloatListInsert
328                 Item "Index List|I" "index-print"
329                 Item "BibTeX Reference...|B" "dialog-show-new-inset bibtex"
330         End
331
332         Menu "insert_file"
333                 Item "LyX Document...|X" "file-insert"
334                 Item "ASCII as Lines...|L" "file-insert-ascii"
335                 Item "ASCII as Paragraphs...|P" "file-insert-ascii-para"
336                 Separator
337                 Item "External Material..." "dialog-show-new-inset external"
338                 Item "Child Document...|d" "dialog-show-new-inset include"
339         End
340
341         Menu "insert_note"
342                 Item "LyX Note|N" "note-insert Note"
343                 Item "Comment|C" "note-insert Comment"
344                 Item "Greyed Out|G" "note-insert Greyedout"
345         End
346
347         Menu "branches"
348                 Branches
349         End
350
351         Menu "charstyle"
352                 CharStyles
353         End
354
355 #
356 # DOCUMENT MENU
357 #
358
359         Menu "document"
360                 Submenu "Change Tracking|C" "edit_change"
361                 OptItem "Build Program|B" "build-program"
362                 Item "LaTeX Log File...|L" "dialog-show latexlog"
363                 Item "Table of Contents...|T" "toc-view"
364                 Item "LaTeX Preamble...|P" "dialog-show preamble"
365                 Item "Start Appendix Here|A" "appendix"
366                 Separator
367                 Item "Settings...|S" "dialog-show document"
368         End
369
370         Menu "edit_change"
371                 Item "Track Changes|T" "track-changes"
372                 Item "Merge Changes...|M" "merge-changes"
373                 Item "Accept All Changes|A" "accept-all-changes"
374                 Item "Reject All Changes|R" "reject-all-changes"
375         End
376
377 #
378 # NAVIGATE MENU
379 #
380         Menu "navigate"
381                 Submenu "Bookmarks|B" "navigate_bookmarks"
382                 Item "Note|N" "note-next"
383                 Item "Refs|R" "reference-goto"
384                 Separator
385                 Toc
386         End
387
388         Menu "navigate_bookmarks"
389                 Item "Save Bookmark 1|S" "bookmark-save 1"
390                 Item "Save Bookmark 2" "bookmark-save 2"
391                 Item "Save Bookmark 3" "bookmark-save 3"
392                 Item "Save Bookmark 4" "bookmark-save 4"
393                 Item "Save Bookmark 5" "bookmark-save 5"
394                 Separator
395                 Item "Go to Bookmark 1|1" "bookmark-goto 1"
396                 Item "Go to Bookmark 2|2" "bookmark-goto 2"
397                 Item "Go to Bookmark 3|3" "bookmark-goto 3"
398                 Item "Go to Bookmark 4|4" "bookmark-goto 4"
399                 Item "Go to Bookmark 5|5" "bookmark-goto 5"
400         End
401
402 #
403 # TOOLS MENU
404 #
405
406         Menu "tools"
407                 Item "Spellchecker...|S" "dialog-show spellchecker"
408                 OptItem "Thesaurus...|T" "thesaurus-entry"
409                 Item "Count Words|W" "words-count"
410                 OptItem "Check TeX|h" "buffer-chktex"
411                 Item "TeX Information...|I" "dialog-show texinfo"
412                 Separator
413 # A LOT of applications have Tools->Prefs. Remember this
414 # should be rarely used - Edit menu is not a good place to
415 # have it.
416                 Item "Reconfigure|R" "reconfigure"
417                 Item "Preferences...|P" "dialog-show prefs"
418         End
419
420 #
421 # HELP MENU
422 #
423         Menu "help"
424                 Item "Introduction|I" "help-open Intro"
425                 Item "Tutorial|T" "help-open Tutorial"
426                 Item "User's Guide|U" "help-open UserGuide"
427                 Item "Extended Features|E" "help-open Extended"
428                 Item "Customization|C" "help-open Customization"
429                 Item "FAQ|F" "help-open FAQ"
430                 Item "Table of Contents|a" "help-open TOC"
431                 Item "LaTeX Configuration|L" "help-open LaTeXConfig"
432                 Separator
433                 Item "About LyX...|X" "dialog-show aboutlyx"
434         End
435
436 #
437 #  LYX MENU - this menu is only used by LyX/Mac
438 #
439
440         Menu "LyX"
441                 Item "About LyX" "dialog-show aboutlyx"
442                 Item "Preferences..." "dialog-show prefs"
443                 Item "Quit LyX" "lyx-quit"
444         End
445
446 End