regex replace

This commit is contained in:
2014-12-22 08:28:26 +01:00
parent 2b36eb2810
commit 11af78ad3d
2 changed files with 15 additions and 5 deletions
@@ -88,9 +88,8 @@ public class SearchDialog extends AppDialog implements ActionListener {
JPanel checkPanel = new JPanel(new FlowLayout());
checkPanel.add(ignoreCaseCheckBox);
if (!replace) {
checkPanel.add(regexpCheckBox);
} else {
checkPanel.add(regexpCheckBox);
if (replace) {
checkPanel.add(replaceInParametersCheckBox);
}