You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<CheckBoxx:Name="chkShowGitBranchColumn"Content="Show git branch column"Checked="ChkShowGitBranchColumn_CheckedChanged"Unchecked="ChkShowGitBranchColumn_CheckedChanged"ToolTip="Shows column for project git branch info"HorizontalAlignment="Left"/>
728
+
<CheckBoxx:Name="chkGetGitBranchRecursively"Content="Search Parent Folders for git branch"Checked="ChkGetGitBranchRecursively_CheckedChanged"Unchecked="ChkGetGitBranchRecursively_CheckedChanged"ToolTip="Search all parent folders recursivly and look for a git folder to get the current branch"HorizontalAlignment="Left"Margin="14,0,0,3"/>
728
729
<CheckBoxx:Name="chkCheckPlasticBranch"Content="Check for Plastic branch"ToolTip="Checks for plastic branch, if .git doesnt exists"HorizontalAlignment="Left"Margin="14,0,0,3"Checked="ChkCheckPlasticBranch_Checked"Unchecked="ChkCheckPlasticBranch_Checked"/>
729
730
</StackPanel>
730
731
<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"/>
0 commit comments