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