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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Refactoring/MonoDevelop.Refactoring.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:
7
7
        url = "http://www.monodevelop.com/"
8
8
        description = "Provides refactoring support to MonoDevelop"
9
9
        category = "IDE extensions"
10
 
        version = "3.0.3">
 
10
        version = "4.0.5">
11
11
 
12
12
        <Runtime>
13
13
                <Import assembly = "MonoDevelop.Refactoring.dll"/>
14
14
        </Runtime>
15
15
 
16
16
        <Dependencies>
17
 
                <Addin id="Core" version="3.0.3"/>
18
 
                <Addin id="Ide" version="3.0.3"/>
19
 
                <Addin id="DesignerSupport" version="3.0.3"/>
20
 
                <Addin id="SourceEditor2" version="3.0.3"/>
 
17
                <Addin id="Core" version="4.0.5"/>
 
18
                <Addin id="Ide" version="4.0.5"/>
 
19
                <Addin id="DesignerSupport" version="4.0.5"/>
 
20
                <Addin id="SourceEditor2" version="4.0.5"/>
21
21
        </Dependencies>
22
22
        
23
23
        <!-- Extension Points -->
50
50
        </ExtensionPoint>
51
51
        
52
52
        <!-- Extensions -->
53
 
        <Extension path = "/MonoDevelop/Refactoring/Refactorings">
54
 
                <Class id="ImplementImplicit" class = "MonoDevelop.Refactoring.ImplementInterface.ImplementImplicit" />
55
 
                <Class id="ImplementExplicit" class = "MonoDevelop.Refactoring.ImplementInterface.ImplementExplicit" />
56
 
                <Class id="ImplementAbstract" class = "MonoDevelop.Refactoring.ImplementInterface.ImplementAbstractMembers" />
57
 
        </Extension>
58
 
        
59
53
        
60
54
        <ExtensionNodeSet id="MonoDevelop.AnalysisCore.Rules">
61
55
                <ExtensionNode name="Category" type="MonoDevelop.Ide.Codons.CategoryNode">
79
73
                <Description>Fix handlers. Classes must implement IAnalysisFixHandler.</Description>
80
74
                <ExtensionNode name="Handler" type="MonoDevelop.AnalysisCore.Extensions.FixHandlerExtensionNode" />
81
75
        </ExtensionPoint>
82
 
        
 
76
        <!--
 
77
        <Extension path = "/MonoDevelop/Ide/Pads">
 
78
                <Pad id="MonoDevelop.Refactoring.CodeIssuePad" _label="Code Issues" class="MonoDevelop.CodeIssues.CodeIssuePad" defaultPlacement = "Bottom"/>
 
79
        </Extension>
 
80
-->
83
81
        <!-- Text editor integration -->
84
82
        <Extension path = "/MonoDevelop/Ide/TextEditorExtensions">
85
83
                <Class class = "MonoDevelop.AnalysisCore.Gui.ResultsEditorExtension" />
107
105
                                        _label = "_Find references" 
108
106
                                        shortcut = "Shift|F12"
109
107
                                        macShortcut = "Shift|Meta|R"/>
 
108
                <Command id = "MonoDevelop.Refactoring.RefactoryCommands.FindAllReferences"
 
109
                                        defaultHandler = "MonoDevelop.Refactoring.FindAllReferencesHandler"
 
110
                                        _label = "_Find references of all overloads" />
110
111
                <Command id = "MonoDevelop.Refactoring.RefactoryCommands.FindDerivedClasses"
111
112
                                        defaultHandler = "MonoDevelop.Refactoring.FindDerivedClassesHandler"
112
113
                                        _label = "Find _derived classes" />
188
189
                </Section>
189
190
        </Extension>
190
191
        
191
 
        <Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/Other">
 
192
        <Extension path = "/MonoDevelop/Ide/GlobalOptionsDialog/TextEditor">
192
193
                <Section id = "Analysis" _label = "Source Analysis" fill="true"
193
194
                        class="MonoDevelop.AnalysisCore.Gui.AnalysisOptionsPanel"/>
194
195
        </Extension>