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 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)" />
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 >
You can’t perform that action at this time.
0 commit comments