~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
       url         = ""
7
7
       description = "Provides a text editor for the MonoDevelop based on Mono.TextEditor"
8
8
       category    = "MonoDevelop Core"
9
 
       version     = "2.4">
 
9
       flags       = "Hidden"
 
10
       version     = "2.6">
10
11
        
11
12
        <Runtime>
12
13
                <Import assembly="MonoDevelop.SourceEditor2.dll"/>
13
14
        </Runtime>
14
15
        
15
16
        <Dependencies>
16
 
            <Addin id="Core" version="2.4"/>
17
 
                <Addin id="Ide" version="2.4"/>
18
 
                <Addin id="Debugger" version="2.4"/>
 
17
            <Addin id="Core" version="2.6"/>
 
18
                <Addin id="Ide" version="2.6"/>
 
19
                <Addin id="Debugger" version="2.6"/>
19
20
        </Dependencies>
20
21
 
21
22
        <!-- Extension points -->
23
24
        <ExtensionPoint path = "/MonoDevelop/SourceEditor2/ContextMenu/Editor" name = "Editor context menu">
24
25
                <Description>Context menu for the editor.</Description>
25
26
                <ExtensionNodeSet id="MonoDevelop.Components.Commands.ItemSet" />
 
27
                <ConditionType id="FileType" type="MonoDevelop.Ide.Extensions.FileTypeCondition">
 
28
                        <Description>Type of the file being edited.</Description>
 
29
                </ConditionType>
26
30
        </ExtensionPoint>
27
31
        
28
32
        <ExtensionPoint path = "/MonoDevelop/SourceEditor2/ContextMenu/NavigationBar" name = "Navigation bar context menu">
33
37
        <ExtensionPoint path = "/MonoDevelop/SourceEditor2/IconContextMenu/Editor" name = "Editor context menu">
34
38
                <Description>Context menu for the editor's icon margin.</Description>
35
39
                <ExtensionNodeSet id="MonoDevelop.Components.Commands.ItemSet" />
 
40
                <ConditionType id="FileType" type="MonoDevelop.Ide.Extensions.FileTypeCondition">
 
41
                        <Description>Type of the file being edited.</Description>
 
42
                </ConditionType>
36
43
        </ExtensionPoint>
37
44
        
38
45
        <ExtensionPoint path = "/MonoDevelop/SourceEditor2/EditActions" name = "Custom edit actions">
48
55
        <ExtensionPoint path = "/MonoDevelop/SourceEditor2/TooltipProviders" name = "Tooltip providers">
49
56
                <Description>Tooltip providers. Classes must implement ITooltipProvider.</Description>
50
57
                <ExtensionNode name="Class" />
 
58
                <ConditionType id="FileType" type="MonoDevelop.Ide.Extensions.FileTypeCondition">
 
59
                        <Description>Type of the file being edited.</Description>
 
60
                </ConditionType>
51
61
        </ExtensionPoint>
52
62
        
53
63
        <ExtensionPoint path = "/MonoDevelop/SourceEditor2/SyntaxModes" name = "Text editor syntax modes">
72
82
                <Class id="CompileError" class="MonoDevelop.SourceEditor.CompileErrorTooltipProvider" />
73
83
        </Extension>
74
84
        
75
 
        <Extension path = "/MonoDevelop/ProjectModel/TextFormatters">
76
 
                <Class id="default" class="MonoDevelop.SourceEditor.DefaultFormatter" />
77
 
        </Extension>
78
 
        
79
85
        <Extension path = "/MonoDevelop/Ide/Commands">
80
86
                <Command id = "MonoDevelop.SourceEditor.SourceEditorCommands.MarkerOperations"
81
87
                         defaultHandler = "MonoDevelop.SourceEditor.MarkerOperationsHandler"
178
184
                        <SeparatorItem id = "Separator1" />
179
185
                        <CommandItem id = "MonoDevelop.SourceEditor.MessageBubbleCommands.ToggleIssues" />
180
186
                </ItemSet>
181
 
 
182
 
        </Extension>
183
 
        
 
187
        </Extension>
 
188
        
 
189
        <Extension path = "/MonoDevelop/Ide/Fonts">
 
190
                <Font name ="MessageBubbles" _displayName="Message bubbles" default ="_DEFAULT_SANS"/>
 
191
                <Font name ="LanguageTooltips" _displayName="Editor tooltips" default ="_DEFAULT_SANS"/>
 
192
        </Extension>
 
193
        
 
194
        <Extension path = "/MonoDevelop/Core/UserDataMigration">
 
195
                <Migration sourceVersion="2.4" kind="Data" isDirectory="true" sourcePath="syntaxmodes"
 
196
                        targetPath="HighlightingSchemes" />
 
197
        </Extension>
184
198
</Addin>