Skip to content

Commit 3f7bd54

Browse files
author
Sébastien Geiser
committed
"Print Filenames when extract" Checkbox not disable
1 parent 4452d3d commit 3f7bd54

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RegexDialog/RegExToolDialog.xaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -619,9 +619,6 @@
619619
<CheckBox x:Name="ShowNotMatchedFilesCheckBox"
620620
IsChecked="{Binding TextSourceDirectoryShowNotMatchedFiles}"
621621
Content="Show _not matched files" />
622-
<CheckBox x:Name="PrintFileNamesWhenExtractCheckBox"
623-
IsChecked="{Binding PrintFileNameWhenExtract}"
624-
Content="Print Filenames when extract" />
625622
<CheckBox x:Name="OpenFilesForReplaceCheckBox"
626623
IsChecked="{Binding OpenFilesForReplace}"
627624
Content="_Open files to replace in editor (otherwise modify the file on the disk)" />
@@ -658,6 +655,11 @@
658655
ItemsSource="{Binding TextSourceDirectoryPathHistory}"
659656
IsEditable="True"/>
660657
</DockPanel>
658+
<StackPanel Margin="5,0">
659+
<CheckBox x:Name="PrintFileNamesWhenExtractCheckBox"
660+
IsChecked="{Binding PrintFileNameWhenExtract}"
661+
Content="Print Filenames when extract" />
662+
</StackPanel>
661663
</StackPanel>
662664
</GroupBox>
663665
</TabItem>

0 commit comments

Comments
 (0)