replace text

This commit is contained in:
honfika@gmail.com
2014-12-21 20:54:42 +01:00
parent 8cf907e3b8
commit 74ba0f14db
15 changed files with 68 additions and 171 deletions

View File

@@ -87,7 +87,10 @@ public class SearchDialog extends AppDialog implements ActionListener {
JPanel checkPanel = new JPanel(new FlowLayout());
checkPanel.add(ignoreCaseCheckBox);
checkPanel.add(regexpCheckBox);
if (!replace) {
checkPanel.add(regexpCheckBox);
}
cnt.add(checkPanel);
if (!replace) {