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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.HexEditor/MonoDevelop.HexEditor.addin.xml

  • 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:
6
6
       url         = ""
7
7
       description = "Provides a hex editor for MonoDevelop"
8
8
       category    = "IDE extensions"
9
 
       version     = "3.0.3">
 
9
       version     = "4.0.5">
10
10
        
11
11
        <Runtime>
12
12
                <Import assembly="MonoDevelop.HexEditor.dll"/>
13
13
        </Runtime>
14
 
        
 
14
 
15
15
        <Dependencies>
16
 
                <Addin id="Core" version="3.0.3"/>
17
 
                <Addin id="Ide" version="3.0.3"/>
18
 
                <Addin id="AssemblyBrowser" version="3.0.3"/>
 
16
                <Addin id="Core" version="4.0.5"/>
 
17
                <Addin id="Ide" version="4.0.5"/>
 
18
                <Addin id="AssemblyBrowser" version="4.0.5"/>
19
19
        </Dependencies>
20
20
        <!--
21
21
        <Extension path = "/MonoDevelop/Ide/Commands">
22
22
                <Command id = "MonoDevelop.HexEditor.Commands.ShowHexEditor" _label = "Open with _hex editor" />
23
23
        </Extension> -->
24
 
        
 
24
 
25
25
        <Extension path = "/MonoDevelop/Ide/DisplayBindings">
26
 
                <DisplayBinding 
 
26
                <DisplayBinding
27
27
                        id = "HexEditor"
28
28
                        insertafter ="AssemblyBrowser"
29
29
                        class = "MonoDevelop.HexEditor.HexEditorDisplayBinding" />
32
32
        <Extension path = "/MonoDevelop/Ide/Pads/ProjectPad">
33
33
                <NodeBuilder id = "HexEditorNodeExtension" class = "MonoDevelop.HexEditor.HexEditorNodeExtension"/>
34
34
        </Extension>
35
 
        
 
35
 
36
36
        <Extension path = "/MonoDevelop/Ide/ContextMenu/ProjectPad/Tools">
37
37
                <Condition id="ItemType" value="ProjectFile">
38
38
                        <CommandItem id = "MonoDevelop.HexEditor.Commands.ShowHexEditor" insertafter="FindInFilesSeparator" insertbefore="CombineOptionsSeparator"/>