~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-01-07 19:06:58 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20100107190658-z9z95lgk4kwfes7p
ImportĀ upstreamĀ versionĀ 2.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
       description = "The MonoDevelop IDE application."
8
8
       category    = "MonoDevelop Core"
9
9
       isroot      = "true"
10
 
       version     = "2.1.1"
11
 
       compatVersion = "2.1.1">
 
10
       version     = "2.2"
 
11
       compatVersion = "2.2">
12
12
        
13
13
        <Runtime>
14
14
                <Import assembly="MonoDevelop.Ide.dll"/>
15
15
        </Runtime>
16
16
        
17
17
        <Dependencies>
18
 
                <Addin id="Core" version="2.1.1"/>
19
 
                <Addin id="Core.Gui" version="2.1.1"/>
20
 
                <Addin id="Projects" version="2.1.1"/>
21
 
                <Addin id="Projects.Gui" version="2.1.1"/>
22
 
                <Addin id="Components" version="2.1.1"/>
 
18
                <Addin id="Core" version="2.2"/>
 
19
                <Addin id="Core.Gui" version="2.2"/>
 
20
                <Addin id="Projects" version="2.2"/>
 
21
                <Addin id="Projects.Gui" version="2.2"/>
 
22
                <Addin id="Components" version="2.2"/>
23
23
        </Dependencies>
24
24
 
25
25
        <!-- Extension ponts -->
332
332
                <Command id = "MonoDevelop.Ide.Commands.EditCommands.FoldDefinitions"
333
333
                                _label = "Show _Definitions Only" 
334
334
                                _description = "Folds all method and property bodies."/>
 
335
                                
 
336
                <Command id = "MonoDevelop.Ide.CodeFormatting.CodeFormattingCommands.FormatBuffer"
 
337
                                defaultHandler = "MonoDevelop.Ide.CodeFormatting.FormatBufferHandler"
 
338
                                _label = "_Format Document" />
335
339
                </Category>
336
340
 
337
341
                <!-- ProjectCommands -->
440
444
                                icon = "gtk-execute"
441
445
                                _description = "Run current project"
442
446
                                _label = "_Run Item" />
 
447
                <Command id = "MonoDevelop.Ide.Commands.ProjectCommands.RunEntryWithList"
 
448
                                defaultHandler = "MonoDevelop.Ide.Commands.RunEntryWithHandler"
 
449
                                type="array"
 
450
                                _description = "Run With List"
 
451
                                _label = "Run With List" />
443
452
                <Command id = "MonoDevelop.Ide.Commands.ProjectCommands.Clean"
444
453
                                defaultHandler = "MonoDevelop.Ide.Commands.CleanHandler"
445
454
                                _description = "Clean the selected project or solution"
475
484
                                defaultHandler = "MonoDevelop.Ide.Commands.ExportProjectHandler"
476
485
                                _description = "Convert selected project or solution to another format"
477
486
                                _label = "_Export..." />
478
 
 
 
487
                <Command id = "MonoDevelop.Ide.Commands.ProjectCommands.SelectActiveConfiguration"
 
488
                                type = "radio|array"
 
489
                                defaultHandler = "MonoDevelop.Ide.Commands.SelectActiveConfigurationHandler"
 
490
                                _label = "Active Configuration" />
 
491
                <Command id = "MonoDevelop.Ide.Commands.ProjectCommands.SelectActiveRuntime"
 
492
                                type = "radio|array"
 
493
                                defaultHandler="MonoDevelop.Ide.Commands.SelectActiveRuntimeHandler"
 
494
                                _label = "Active Runtime" />
479
495
                </Category>
480
496
 
481
497
 
747
763
                                type="array"
748
764
                                _label = "Tool List" />
749
765
                                
750
 
                <Command id = "MonoDevelop.Ide.CodeFormatting.CodeFormattingCommands.FormatBuffer"
751
 
                                defaultHandler = "MonoDevelop.Ide.CodeFormatting.FormatBufferHandler"
752
 
                                _label = "_Format Document" />
753
 
                                
754
766
                <Command id = "MonoDevelop.Ide.Commands.ToolCommands.InstrumentationViewer"
755
767
                                defaultHandler = "MonoDevelop.Ide.Commands.InstrumentationViewerHandler"
756
768
                                _label = "Instrumentation Monitor" />
927
939
                <Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.ShowCodeTemplateWindow"
928
940
                                _label = "I_nsert Template..." 
929
941
                                shortcut = "Control|t" />
930
 
                <Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.ShowCodeSurroundingsWindow"
931
 
                                _label = "_Surround With..." 
932
 
                                shortcut = "Control|Alt|t" />
933
942
                <Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.LineEnd"
934
943
                                _label = "Go to end of line" />
935
944
                <Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.LineStart"
1091
1100
                <Condition id="ItemType" value="IBuildTarget">
1092
1101
                        <CommandItem id = "MonoDevelop.Ide.Commands.ProjectCommands.RunEntry" />
1093
1102
                        <ItemSet id = "RunWith" _label = "Run With" autohide="True">
1094
 
                                <CommandItem id = "MonoDevelop.Ide.Commands.ProjectCommands.RunWithList" />
 
1103
                                <CommandItem id = "MonoDevelop.Ide.Commands.ProjectCommands.RunEntryWithList" />
1095
1104
                        </ItemSet>
1096
1105
                </Condition>
1097
1106
                <Condition id="ItemType" value="Project">
1244
1253
                </SolutionPad>
1245
1254
                
1246
1255
                <Category id="Other" _name="Other Windows">
1247
 
                        <Pad id = "MonoDevelop.Ide.Gui.Pads.InternalLogPad" defaultPlacement = "Bottom" _label = "Message Log" class = "MonoDevelop.Ide.Gui.Pads.InternalLogPad"/>
 
1256
                        <Pad id = "MonoDevelop.Ide.Gui.Pads.InternalLogPad" icon="md-message-log" defaultPlacement = "Bottom" _label = "Message Log" class = "MonoDevelop.Ide.Gui.Pads.InternalLogPad"/>
1248
1257
                </Category>
1249
1258
        </Extension>
1250
1259
        
1279
1288
                        </Section>
1280
1289
                        <Section id = "AddIns" _label = "Add-ins" icon="md-addin" class = "MonoDevelop.Ide.Gui.OptionPanels.AddInsOptionsPanel" />
1281
1290
                        <Section id = "TaskList" _label = "Task List" icon="md-task-list-icon" fill="true" class = "MonoDevelop.Ide.Gui.OptionPanels.TasksOptionsPanel" />
1282
 
                        <Section id = "ExternalTools" _label = "External Tools" fill="true" class = "MonoDevelop.Ide.ExternalTools.ExternalToolPane" />
1283
 
                        <Section id = "GeneralAuthorInfo" _label = "Author Information" fill="true" class = "MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanel" />
 
1291
                        <Section id = "ExternalTools" _label = "External Tools" icon="md-external-tools" fill="true" class = "MonoDevelop.Ide.ExternalTools.ExternalToolPane" />
 
1292
                        <Section id = "GeneralAuthorInfo" _label = "Author Information" icon="md-author-information" fill="true" class = "MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanel" />
1284
1293
                        <Section id = "MonoRuntime" _label = ".NET Runtimes" fill="true" class = "MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanel" />
1285
1294
                </Section>
1286
1295
 
1287
 
                <Section id = "Coding" _label = "Coding">
1288
 
                        <Section id = "CodeTemplates" _label = "Code Templates" fill="true" class = "MonoDevelop.Ide.CodeTemplates.CodeTemplatePane"/>
1289
 
                </Section>
1290
 
 
1291
1296
                <Section id = "TextEditor" _label = "Text Editor">
1292
 
                        <Section id = "Formatting" _label = "Formatting" />
 
1297
                        <Section id = "Formatting" icon="md-formatting" _label = "Formatting" />
 
1298
                        <Section id = "CodeTemplates" icon="md-code-template" _label = "Code Templates" fill="true" class = "MonoDevelop.Ide.CodeTemplates.CodeTemplatePane"/>
1293
1299
                </Section>
1294
1300
 
1295
1301
                <Section id = "VersionControl" _label = "Version Control" />
1492
1498
                        
1493
1499
                        <CommandItem id = "MonoDevelop.Ide.Commands.TextEditorCommands.ShowCompletionWindow" />
1494
1500
                        <CommandItem id = "MonoDevelop.Ide.Commands.TextEditorCommands.ShowCodeTemplateWindow" />
1495
 
                        <CommandItem id = "MonoDevelop.Ide.Commands.TextEditorCommands.ShowCodeSurroundingsWindow" />
1496
1501
                        
1497
1502
                        <CommandItem id = "MonoDevelop.Ide.Commands.TextEditorCommands.ShowParameterCompletionWindow" />
1498
1503
                        <SeparatorItem id = "Separator5" />
1569
1574
                        <SeparatorItem id = "ExportSeparator" />
1570
1575
                        <CommandItem id = "MonoDevelop.Ide.Commands.ProjectCommands.CustomCommandList" />
1571
1576
                        <SeparatorItem id = "OptionsSeparator" />
 
1577
                        <ItemSet id = "SelectActiveConfiguration" _label = "Active Configuration">
 
1578
                                <CommandItem id = "MonoDevelop.Ide.Commands.ProjectCommands.SelectActiveConfiguration" />
 
1579
                        </ItemSet>
 
1580
                        <ItemSet id = "SelectActiveRuntime" _label = "Active Runtime" autohide = "true">
 
1581
                                <CommandItem id = "MonoDevelop.Ide.Commands.ProjectCommands.SelectActiveRuntime" />
 
1582
                        </ItemSet>
 
1583
                        <SeparatorItem id = "OptionsSeparator" />
1572
1584
                        <CommandItem id = "MonoDevelop.Ide.Commands.ProjectCommands.SolutionOptions" />
1573
1585
                        <CommandItem id = "MonoDevelop.Ide.Commands.ProjectCommands.ProjectOptions" />
1574
1586
                </ItemSet>
1690
1702
                <StockIcon stockid = "md-keyboard-shortcuts" resource = "keyboard-shortcuts-22.png" />
1691
1703
                <StockIcon stockid = "md-text-editor" resource = "text-editor-16.png" size="Menu"/>
1692
1704
                <StockIcon stockid = "md-text-editor" resource = "text-editor-22.png" />
 
1705
                <StockIcon stockid = "md-external-tools" resource = "tools-external-tools-16.png" size="Menu" />
 
1706
                <StockIcon stockid = "md-external-tools" resource = "tools-external-tools-24.png"/>
1693
1707
        </Extension>
1694
1708
        
1695
1709
        <Extension path = "/MonoDevelop/Ide/ContextMenu/DocumentTab">