Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@novell.com>2011-05-05 12:20:43 +0400
committerLluis Sanchez Gual <lluis@novell.com>2011-05-05 12:21:19 +0400
commitc6647061083e3e399c5fa096a32716b387a10780 (patch)
treeadb00433efe7e111ac0dead1318ba2aa44a144a3 /main/src/core/MonoDevelop.Ide/ExtensionModel
parent180a40a993b7a611d031b3636f5cb7dc4e882db7 (diff)
Split custom commands panel in two panels: build and run.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ExtensionModel')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/ItemOptionPanels.addin.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/ItemOptionPanels.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/ItemOptionPanels.addin.xml
index 20ba22c583..b84fde613c 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/ItemOptionPanels.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/ItemOptionPanels.addin.xml
@@ -32,9 +32,6 @@
<Condition id="ItemType" value="Solution">
<Section id = "AuthorInfo" _label = "Author Information" fill="true" class = "MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanel" />
</Condition>
- <Condition id="ItemType" value="SolutionEntityItem">
- <Section id = "CustomCommands" _label = "Custom Commands" icon="md-custom-commands" fill = "true" class = "MonoDevelop.Ide.Projects.OptionPanels.CustomCommandPanel"/>
- </Condition>
</Section>
<Section id="Build" _label="Build">
<Section id="General" _label="General" icon="md-build-combine">
@@ -45,6 +42,9 @@
<Panel id = "SolutionGeneral" _label = "Build" class = "MonoDevelop.Ide.Projects.OptionPanels.CombineBuildOptions"/>
</Condition>
</Section>
+ <Condition id="ItemType" value="SolutionEntityItem">
+ <Section id = "CustomCommands" _label = "Custom Commands" icon="md-custom-commands" fill = "true" class = "MonoDevelop.Ide.Projects.OptionPanels.BuildCustomCommandPanel"/>
+ </Condition>
<Condition id="ItemType" value="Project">
<Section id = "ProjectConfigurations" _label = "Configurations" fill = "true" class = "MonoDevelop.Ide.Projects.OptionPanels.SolutionItemConfigurationsPanel"/>
<Section id = "Compiler" _label="Compiler" icon="md-compiler-options" />
@@ -67,6 +67,9 @@
<Condition id="ItemType" value="Solution">
<Section id = "StartupOptionsPanel" _label = "Startup Project" fill = "true" class = "MonoDevelop.Ide.Projects.OptionPanels.StartupOptionsPanel"/>
</Condition>
+ <Condition id="ItemType" value="SolutionEntityItem">
+ <Section id = "CustomCommands" _label = "Custom Commands" icon="md-custom-commands" fill = "true" class = "MonoDevelop.Ide.Projects.OptionPanels.ExecutionCustomCommandPanel"/>
+ </Condition>
</Section>
<Section id="SourceCode" _label="Source Code">
<Section id="DotNetNamingPolicies" _label=".NET Naming Policies">