~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/mono-addins/Samples/TextEditorSWF/TextEditorSWF/Commands/MainMenu.addin

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ExtensionModel>
 
2
  <!-- Defines the main menu. The extension point is defined in ExtensionPoints.cs -->
 
3
  <Extension path="/TextEditor/MainMenu">
 
4
    <Menu id="File" label="File">
 
5
      <Command id="New" />
 
6
      <Command id="Open" />
 
7
      <Command id="Save" />
 
8
      <Separator id="ExitSeparator"/>
 
9
      <Command id="Exit" />
 
10
    </Menu>
 
11
    <Menu id="Edit" label="Edit">
 
12
      <Command id="Cut" />
 
13
      <Command id="Copy" />
 
14
      <Command id="Paste" />
 
15
    </Menu>
 
16
  </Extension>
 
17
</ExtensionModel>
 
 
b'\\ No newline at end of file'