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

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/ExtensionModel/DefaultPolicyPanels.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:
 
1
<ExtensionModel>
 
2
 
 
3
<ExtensionPoint path = "/MonoDevelop/ProjectModel/Gui/DefaultPolicyPanels" name = "Default policy panels">
 
4
        <Description>Panels for editing default policies. Must derive from PolicyOptionsPanel. 
 
5
        Should be the same policy panel registered for ItemOptionPanels.</Description>
 
6
        <ExtensionNodeSet id="MonoDevelop.Ide.OptionsDialogSection"/>
 
7
</ExtensionPoint>
 
8
 
 
9
<Extension path = "/MonoDevelop/ProjectModel/Gui/DefaultPolicyPanels">
 
10
        <Section id="Common" _label="General">
 
11
        </Section>
 
12
        <Section id="Build" _label="Build">
 
13
        </Section>
 
14
        <Section id="Run" _label="Run">
 
15
        </Section>
 
16
        <Section id="SourceCode" _label="Source Code">
 
17
                <Section id="DefaultDotNetNamingPolicies" _label=".NET Naming Policies">
 
18
                        <Panel id = "NamespaceSynchronisationPanel" class = "MonoDevelop.Ide.Projects.OptionPanels.NamespaceSynchronisationPanel" />
 
19
                </Section>
 
20
                <Section id="CodeFormattingPolicies" _label="Code Formatting" icon="md-formatting" fill = "true" class="MonoDevelop.Ide.Projects.OptionPanels.CodeFormattingPanel" />
 
21
                <Section id="DefaultStandardHeader" _label = "Standard Header" fill="true" class = "MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanel" />
 
22
        </Section>
 
23
        <Section id="VersionControl" _label="Version Control" />
 
24
</Extension>
 
25
 
 
26
</ExtensionModel>
 
27