Skip to content

Commit 78bbac2

Browse files
author
Sébastien Geiser
committed
IsEnabled Empty Matches
1 parent 7cb1292 commit 78bbac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RegexDialog/RegExToolDialog.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,6 @@
613613
<CheckBox x:Name="OpenFilesForReplaceCheckBox"
614614
IsChecked="{Binding OpenFilesForReplace}"
615615
Content="_Open files to replace in editor (otherwise modify the file on the disk)" />
616-
<CheckBox x:Name="ShowEmptiesMatchesCheckBox"
617-
IsChecked="{Binding ShowEmptyMatches}"
618-
Content="Show _empties matches" />
619616

620617
</StackPanel>
621618

@@ -647,6 +644,9 @@
647644
IsEditable="True"/>
648645
</DockPanel>
649646
<StackPanel Margin="5,0">
647+
<CheckBox x:Name="ShowEmptiesMatchesCheckBox"
648+
IsChecked="{Binding ShowEmptyMatches}"
649+
Content="Show _empties matches" />
650650
<CheckBox x:Name="PrintFileNamesWhenExtractCheckBox"
651651
IsChecked="{Binding PrintFileNameWhenExtract}"
652652
Content="Print Filenames when extract" />

0 commit comments

Comments
 (0)