7 changed files with 30 additions and 6 deletions
@ -0,0 +1,20 @@ |
|||||||
|
<gui:OptionPanel x:Class="ICSharpCode.CodeAnalysis.AnalysisIdeOptionsPanelXaml" |
||||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||||
|
xmlns:core="http://icsharpcode.net/sharpdevelop/core" |
||||||
|
xmlns:gui="clr-namespace:ICSharpCode.SharpDevelop.Gui;assembly=ICSharpCode.SharpDevelop" |
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||||
|
xmlns:widgets="http://icsharpcode.net/sharpdevelop/widgets"> |
||||||
|
|
||||||
|
<GroupBox Header="{core:Localize ICSharpCode.CodeAnalysis.IdeOptions.FxCopPath}"> |
||||||
|
<StackPanel> |
||||||
|
<TextBlock Margin="3,5,3,20" x:Name="status" |
||||||
|
HorizontalAlignment="Center" TextWrapping="Wrap" |
||||||
|
Text="(showing current FxCop path)"></TextBlock> |
||||||
|
<Button Content="{core:Localize ICSharpCode.CodeAnalysis.IdeOptions.FindFxCopPath}" |
||||||
|
HorizontalAlignment="Center" |
||||||
|
Click="FindFxCopPath_Click" |
||||||
|
Style="{x:Static core:GlobalStyles.ButtonStyle}"></Button> |
||||||
|
</StackPanel> |
||||||
|
</GroupBox> |
||||||
|
</gui:OptionPanel> |
||||||
|
|
||||||
Loading…
Reference in new issue