File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 619
619
<CheckBox x : Name =" ShowNotMatchedFilesCheckBox"
620
620
IsChecked =" {Binding TextSourceDirectoryShowNotMatchedFiles}"
621
621
Content =" Show _not matched files" />
622
- <CheckBox x : Name =" PrintFileNamesWhenExtractCheckBox"
623
- IsChecked =" {Binding PrintFileNameWhenExtract}"
624
- Content =" Print Filenames when extract" />
625
622
<CheckBox x : Name =" OpenFilesForReplaceCheckBox"
626
623
IsChecked =" {Binding OpenFilesForReplace}"
627
624
Content =" _Open files to replace in editor (otherwise modify the file on the disk)" />
658
655
ItemsSource =" {Binding TextSourceDirectoryPathHistory}"
659
656
IsEditable =" True" />
660
657
</DockPanel >
658
+ <StackPanel Margin =" 5,0" >
659
+ <CheckBox x : Name =" PrintFileNamesWhenExtractCheckBox"
660
+ IsChecked =" {Binding PrintFileNameWhenExtract}"
661
+ Content =" Print Filenames when extract" />
662
+ </StackPanel >
661
663
</StackPanel >
662
664
</GroupBox >
663
665
</TabItem >
You can’t perform that action at this time.
0 commit comments