|
|
|
@ -4,28 +4,29 @@ |
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:optionpanels="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels" |
|
|
|
xmlns:optionpanels="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels" |
|
|
|
xmlns:local="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels"> |
|
|
|
xmlns:local="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels" |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
|
|
<optionpanels:ProjectOptionPanel.Resources> |
|
|
|
<optionpanels:ProjectOptionPanel.Resources> |
|
|
|
<local:StorageLocationConverter x:Key="converter"/> |
|
|
|
<local:StorageLocationConverter x:Key="converter"/> |
|
|
|
</optionpanels:ProjectOptionPanel.Resources> |
|
|
|
</optionpanels:ProjectOptionPanel.Resources> |
|
|
|
|
|
|
|
|
|
|
|
<Grid ShowGridLines="True"> |
|
|
|
<Grid> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition Height="130"></RowDefinition> |
|
|
|
<RowDefinition Height="130"></RowDefinition> |
|
|
|
<RowDefinition Height="130"></RowDefinition> |
|
|
|
<RowDefinition Height="100"></RowDefinition> |
|
|
|
|
|
|
|
<RowDefinition ></RowDefinition> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
|
|
|
|
|
|
|
|
<GroupBox Height="120" |
|
|
|
<GroupBox Height="120" |
|
|
|
Margin="0,15,0,0" |
|
|
|
Margin="0,5,0,0" |
|
|
|
Header="Start Action" |
|
|
|
Header="Start Action" |
|
|
|
VerticalAlignment="Top" |
|
|
|
VerticalAlignment="Top" |
|
|
|
Grid.Column="0" |
|
|
|
Grid.Column="0" |
|
|
|
Grid.Row="0" |
|
|
|
Grid.Row="0" |
|
|
|
Grid.ColumnSpan="3" |
|
|
|
Grid.ColumnSpan="3" |
|
|
|
HorizontalAlignment="Stretch"> |
|
|
|
HorizontalAlignment="Stretch"> |
|
|
|
<Grid ShowGridLines="True" Background="AliceBlue"> |
|
|
|
<Grid> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition></RowDefinition> |
|
|
|
<RowDefinition></RowDefinition> |
|
|
|
<RowDefinition></RowDefinition> |
|
|
|
<RowDefinition></RowDefinition> |
|
|
|
@ -50,14 +51,17 @@ xmlns:local="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels"> |
|
|
|
</optionpanels:StorageLocationPicker.Location> |
|
|
|
</optionpanels:StorageLocationPicker.Location> |
|
|
|
</optionpanels:StorageLocationPicker> |
|
|
|
</optionpanels:StorageLocationPicker> |
|
|
|
|
|
|
|
|
|
|
|
<RadioButton Grid.Column="1" VerticalAlignment="Center" Margin="4,0,0,0" Content="Start Project"></RadioButton> |
|
|
|
<RadioButton IsChecked="True" |
|
|
|
|
|
|
|
Grid.Column="1" VerticalAlignment="Center" |
|
|
|
|
|
|
|
Margin="4,0,0,0" Content="Start Project"> |
|
|
|
|
|
|
|
</RadioButton> |
|
|
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
<RadioButton x:Name="startexternal" |
|
|
|
Grid.Row="1" VerticalAlignment="Center" Grid.Column="1" Margin="4,0,0,0" |
|
|
|
Grid.Row="1" VerticalAlignment="Center" Grid.Column="1" Margin="4,0,0,0" |
|
|
|
Content="Start external program:"> |
|
|
|
Content="Start external program:"> |
|
|
|
</RadioButton> |
|
|
|
</RadioButton> |
|
|
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
<RadioButton x:Name="startUrl" |
|
|
|
Grid.Row="2" VerticalAlignment="Center" Grid.Column="1" Margin="4,0,0,0" |
|
|
|
Grid.Row="2" VerticalAlignment="Center" Grid.Column="1" Margin="4,0,0,0" |
|
|
|
Content="Start browser in URL:"> |
|
|
|
Content="Start browser in URL:"> |
|
|
|
</RadioButton> |
|
|
|
</RadioButton> |
|
|
|
@ -86,9 +90,9 @@ xmlns:local="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels"> |
|
|
|
Grid.Column="0" |
|
|
|
Grid.Column="0" |
|
|
|
Grid.Row="1" |
|
|
|
Grid.Row="1" |
|
|
|
Grid.ColumnSpan="3" |
|
|
|
Grid.ColumnSpan="3" |
|
|
|
Margin="0,15,0,0" |
|
|
|
Margin="0,5,0,0" |
|
|
|
HorizontalAlignment="Stretch"> |
|
|
|
HorizontalAlignment="Stretch"> |
|
|
|
<Grid ShowGridLines="True" Background="AliceBlue"> |
|
|
|
<Grid> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition></RowDefinition> |
|
|
|
<RowDefinition></RowDefinition> |
|
|
|
<RowDefinition></RowDefinition> |
|
|
|
<RowDefinition></RowDefinition> |
|
|
|
@ -123,9 +127,15 @@ xmlns:local="clr-namespace:ICSharpCode.SharpDevelop.Gui.OptionPanels"> |
|
|
|
Text="{Binding StartWorkingDirectory.Value, UpdateSourceTrigger=PropertyChanged}"> |
|
|
|
Text="{Binding StartWorkingDirectory.Value, UpdateSourceTrigger=PropertyChanged}"> |
|
|
|
</TextBox> |
|
|
|
</TextBox> |
|
|
|
|
|
|
|
|
|
|
|
<Button Grid.Row="1" Grid.Column="3" Margin="5" Content="..."></Button> |
|
|
|
<Button Grid.Row="1" Grid.Column="3" Margin="5" |
|
|
|
|
|
|
|
Click="BrwoseForFolder_Click" |
|
|
|
|
|
|
|
Content="..."> |
|
|
|
|
|
|
|
</Button> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</GroupBox> |
|
|
|
</GroupBox> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<local:WebProjectOptionsPanel Grid.Row="2" Margin="5" |
|
|
|
|
|
|
|
Visibility="{Binding IsWebProject}" > |
|
|
|
|
|
|
|
</local:WebProjectOptionsPanel> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</optionpanels:ProjectOptionPanel> |
|
|
|
</optionpanels:ProjectOptionPanel> |