|
760 | 760 | <CheckBoxx:Name="chkEnablePlatformSelection"Content="Enable Platform Selection (Experimental!)"Checked="ChkEnablePlatformSelection_Checked"Unchecked="ChkEnablePlatformSelection_Checked"ToolTip="Select target platform"HorizontalAlignment="Left"/> |
761 | 761 | <StackPanel Grid.Row="3"Orientation="Horizontal"Margin="0,0,0,0"> |
762 | 762 | <CheckBoxx:Name="chkShowGitBranchColumn"Content="Show git branch"Checked="ChkShowGitBranchColumn_CheckedChanged"Unchecked="ChkShowGitBranchColumn_CheckedChanged"ToolTip="Shows column for project git branch info"HorizontalAlignment="Left"/> |
763 | | - <CheckBoxx:Name="chkGetGitBranchRecursively"Content="Search Parent Folders forgitbranch"Checked="ChkGetGitBranchRecursively_CheckedChanged"Unchecked="ChkGetGitBranchRecursively_CheckedChanged"ToolTip="Searchallparent foldersrecursivly and look for a git foldertoget the current branch"HorizontalAlignment="Left"Margin="14,0,0,3"/> |
| 763 | + <CheckBoxx:Name="chkGetGitBranchRecursively"Content="Search Parent Folders for branch info"Checked="ChkGetGitBranchRecursively_CheckedChanged"Unchecked="ChkGetGitBranchRecursively_CheckedChanged"ToolTip="Search parent foldersrecursivelytofind current branch"HorizontalAlignment="Left"Margin="14,0,0,3"/> |
764 | 764 | <CheckBoxx:Name="chkCheckPlasticBranch"Content="Check Plastic branch"ToolTip="Checks for plastic branch, if .git doesnt exists"HorizontalAlignment="Left"Margin="14,0,0,3"Checked="ChkCheckPlasticBranch_Checked"Unchecked="ChkCheckPlasticBranch_Checked"/> |
765 | 765 | </StackPanel> |
766 | 766 | <CheckBoxx:Name="chkAskNameForQuickProject"Content="Ask name for New Project"Checked="ChkAskNameForQuickProject_Checked"Unchecked="ChkAskNameForQuickProject_Checked"ToolTip="If disabled, uses automatic quick project naming (Should be enabled, unless you want instant project creation)"HorizontalAlignment="Left"/> |
|