]> git.lyx.org Git - lyx.git/blob - lib/ui/stdmenus.ui
The Box patch
[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 "Box" "insert_box"
233                 Submenu "Branch|B" "branches"
234                 Submenu "File|e" "insert_file"
235                 Separator
236                 Item "Citation Reference...|C" "dialog-show-new-inset citation"
237                 Item "Cross Reference...|R" "dialog-show-new-inset ref"
238                 Item "Label...|L" "label-insert"
239                 Item "Index Entry|d" "index-insert"
240 # I'm going to kill this dumb dialog, but for now ...
241                 Separator
242                 Item "Table...|T" "tabular-insert"
243                 Item "Graphics...|G" "dialog-show-new-inset graphics"
244                 Item "URL...|U" "url-insert"
245                 Item "Footnote|F" "footnote-insert"
246                 Item "Marginal Note|M" "marginalnote-insert"
247                 Item "Short Title" "optional-insert"
248                 Item "TeX|X" "ert-insert"
249         End
250
251         Menu "insert_special"
252                 Item "Ellipsis|i" "dots-insert"
253                 Item "End of Sentence|E" "end-of-sentence-period-insert"
254                 Item "Ordinary Quote|Q" "self-insert \""
255                 Item "Menu Separator|M" "menu-separator-insert"
256         End
257
258         Menu "insert_formatting"
259                 Item "Superscript|S" "command-sequence math-mode ; math-superscript ; font-free-apply; "
260                 Item "Subscript|u" "command-sequence math-mode ; math-subscript ; font-free-apply; "
261                 Separator
262                 Item "Protected Space|r" "space-insert protected"
263                 Item "Inter-word Space|w" "space-insert normal"
264                 Item "Thin Space|T" "space-insert thin"
265                 Item "Horizontal Fill|H" "hfill-insert"
266                 Separator
267                 Item "Hyphenation Point|P" "hyphenation-point-insert"
268                 Item "Ligature Break|k" "ligature-break-insert"
269                 Item "Linebreak|L" "break-line"
270         End
271
272         Menu "insert_math"
273                 Item "Inline Formula|I" "math-mode"
274                 Item "Display Formula|D" "math-display"
275                 Item "Eqnarray Environment|E" "command-sequence math-mode; math-mutate eqnarray;"
276                 Item "AMS align Environment|a" "command-sequence math-mode; math-mutate align;"
277                 Item "AMS alignat Environment|t" "command-sequence math-mode; math-mutate alignat;"
278                 Item "AMS flalign Environment|f" "command-sequence math-mode; math-mutate flalign;"
279                 Item "AMS gather Environment|g" "command-sequence math-mode; math-mutate gather;"
280                 Item "AMS multline Environment|m" "command-sequence math-mode; math-mutate multline;"
281                 Separator
282                 Item "Array Environment|y" "math-matrix 2 2"
283                 Item "Cases Environment|C" "math-insert \cases"
284                 Separator
285                 Submenu "Font Change|o" "insert_math_font"
286                 Item "Math Panel|P" "dialog-show mathpanel"
287         End
288
289         Menu "insert_math_font"
290                 Item "Math Normal Font" "math-insert \mathnormal"
291                 Separator
292                 Item "Math Calligraphic Family" "math-insert \mathcal"
293                 Item "Math Fraktur Family" "math-insert \mathfrak"
294                 Item "Math Roman Family" "math-insert \mathrm"
295                 Item "Math Sans Serif Family" "math-insert \mathsf"
296                 Separator
297                 Item "Math Bold Series" "math-insert \mathbf"
298                 Separator
299                 Item "Text Normal Font" "math-insert \textnormal"
300                 Separator
301                 Item "Text Roman Family" "math-insert \textrm"
302                 Item "Text Sans Serif Family" "math-insert \textsf"
303                 Item "Text Typewriter Family" "math-insert \texttt"
304                 Separator
305                 Item "Text Bold Series" "math-insert \textbf"
306                 Item "Text Medium Series" "math-insert \textmd"
307                 Separator
308                 Item "Text Italic Shape" "math-insert \textit"
309                 Item "Text Small Caps Shape" "math-insert \textsc"
310                 Item "Text Slanted Shape" "math-insert \textsl"
311                 Item "Text Upright Shape" "math-insert \textup"
312                         End
313
314         Menu "insert_float"
315                 FloatInsert
316 # This has got to be better than "Wrap", anyway
317                 Item "Text Wrap Float|W" "wrap-insert figure"
318         End
319
320         Menu "insert_toc"
321                 Item "Table of Contents|C" "toc-insert"
322                 FloatListInsert
323                 Item "Index List|I" "index-print"
324                 Item "BibTeX Reference...|B" "dialog-show-new-inset bibtex"
325         End
326
327         Menu "insert_file"
328                 Item "LyX Document...|X" "file-insert"
329                 Item "ASCII as Lines...|L" "file-insert-ascii"
330                 Item "ASCII as Paragraphs...|P" "file-insert-ascii-para"
331                 Separator
332                 Item "External Material..." "dialog-show-new-inset external"
333                 Item "Child Document...|d" "dialog-show-new-inset include"
334         End
335
336         Menu "insert_note"
337                 Item "LyX Note|N" "note-insert Note"
338                 Item "Comment|C" "note-insert Comment"
339                 Item "Greyed Out|G" "note-insert Greyedout"
340         End
341
342         Menu "insert_box"
343                 Item "Frameless|F" "box-insert Frameless"
344                 Item "Boxed|B" "box-insert Boxed"
345                 Item "Oval Box|O" "box-insert ovalbox"
346                 Item "Oval Box, Thick|T" "box-insert Ovalbox"
347                 Item "Shadow Box|S" "box-insert Shadowbox"
348                 Item "Double Box|D" "box-insert Doublebox"
349         End
350
351         Menu "branches"
352                 Branches
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                 Separator
393                 Item "Go to Bookmark 1|1" "bookmark-goto 1"
394                 Item "Go to Bookmark 2|2" "bookmark-goto 2"
395                 Item "Go to Bookmark 3|3" "bookmark-goto 3"
396         End
397
398 #
399 # TOOLS MENU
400 #
401  
402         Menu "tools"
403                 Item "Spellchecker...|S" "dialog-show spellchecker"
404                 OptItem "Thesaurus...|T" "thesaurus-entry"
405                 OptItem "Check TeX|h" "buffer-chktex"
406                 Item "View Child Processes...|C" "dialog-show forks"
407                 Item "TeX Information...|I" "dialog-show texinfo"
408                 Separator
409 # A LOT of applications have Tools->Prefs. Remember this
410 # should be rarely used - Edit menu is not a good place to
411 # have it.
412                 Item "Reconfigure|R" "reconfigure"
413                 Item "Preferences...|P" "dialog-show preferences"
414         End
415  
416 #
417 # HELP MENU
418 #
419         Menu "help"
420                 Item "Introduction|I" "help-open Intro"
421                 Item "Tutorial|T" "help-open Tutorial"
422                 Item "User's Guide|U" "help-open UserGuide"
423                 Item "Extended Features|E" "help-open Extended"
424                 Item "Customization|C" "help-open Customization"
425                 Item "FAQ|F" "help-open FAQ"
426                 Item "Table of Contents|a" "help-open TOC"
427                 Item "LaTeX Configuration|L" "help-open LaTeXConfig"
428                 Separator
429                 Item "About LyX...|X" "dialog-show aboutlyx"
430         End
431
432 End