|
|
@ -72,7 +72,7 @@ |
|
|
|
</MenuItem> |
|
|
|
</MenuItem> |
|
|
|
</Condition> |
|
|
|
</Condition> |
|
|
|
</Path> |
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Pads/UnitTestsPad/CommonTestCommands"> |
|
|
|
<Path name = "/SharpDevelop/Pads/UnitTestsPad/CommonTestCommands"> |
|
|
|
<ComplexCondition action="Disable"> |
|
|
|
<ComplexCondition action="Disable"> |
|
|
|
<And> |
|
|
|
<And> |
|
|
@ -162,11 +162,27 @@ |
|
|
|
label = "${res:MainWindow.Windows.SearchResultPanel.CollapseAll.ToolTip}" |
|
|
|
label = "${res:MainWindow.Windows.SearchResultPanel.CollapseAll.ToolTip}" |
|
|
|
class = "ICSharpCode.UnitTesting.CollapseAllCommand"/>--> |
|
|
|
class = "ICSharpCode.UnitTesting.CollapseAllCommand"/>--> |
|
|
|
</Path> |
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Path name="/SharpDevelop/Workbench/MainMenu/QualityTools/Test"> |
|
|
|
|
|
|
|
<ComplexCondition action="Disable"> |
|
|
|
|
|
|
|
<And> |
|
|
|
|
|
|
|
<Condition name="SolutionOpen"/> |
|
|
|
|
|
|
|
<Not> |
|
|
|
|
|
|
|
<Condition name="RunningTests"/> |
|
|
|
|
|
|
|
</Not> |
|
|
|
|
|
|
|
</And> |
|
|
|
|
|
|
|
<MenuItem id = "RunAll" |
|
|
|
|
|
|
|
icon = "Icons.16x16.RunAllIcon" |
|
|
|
|
|
|
|
label = "Run all tests" |
|
|
|
|
|
|
|
tooltip = "${res:NUnitPad.NUnitPadContent.RunAllTests}" |
|
|
|
|
|
|
|
class = "ICSharpCode.UnitTesting.RunAllTestsInPadCommand"/> |
|
|
|
|
|
|
|
</ComplexCondition> |
|
|
|
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Options panel --> |
|
|
|
<!-- Options panel --> |
|
|
|
<Path name="/SharpDevelop/Dialogs/OptionsDialog/ToolsOptions"> |
|
|
|
<Path name="/SharpDevelop/Dialogs/OptionsDialog/ToolsOptions"> |
|
|
|
<DialogPanel id="UnitTestingOptionsPanel" |
|
|
|
<DialogPanel id="UnitTestingOptionsPanel" |
|
|
|
label="${res:ICSharpCode.NUnitPad.NUnitPadContent.PadName}" |
|
|
|
label="${res:ICSharpCode.NUnitPad.NUnitPadContent.PadName}" |
|
|
|
class="ICSharpCode.UnitTesting.UnitTestingOptionsPanel"/> |
|
|
|
class="ICSharpCode.UnitTesting.UnitTestingOptionsPanel"/> |
|
|
|
</Path> |
|
|
|
</Path> |
|
|
|
</AddIn> |
|
|
|
</AddIn> |
|
|
|