|
|
@ -258,7 +258,7 @@ public class ITReplaceMainDialog extends UIDialog { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public void replace(String searchStr, String replaceStr) { |
|
|
|
public void replace(String searchStr, String replaceStr) { |
|
|
|
for (Info info : searchContentResultList) { |
|
|
|
for (Info info : searchContentResultList) { |
|
|
|
if (!info.getContent().isWrongful() && info.getContent().isSelected()) { |
|
|
|
if (!info.getContent().isWrongful() && isSupportReplace(info)) { |
|
|
|
info.setValue(info, searchStr, replaceStr, info.getContent().getOperatorArray()); |
|
|
|
info.setValue(info, searchStr, replaceStr, info.getContent().getOperatorArray()); |
|
|
|
} |
|
|
|
} |
|
|
|
if (info.getContent().isSelected()) { |
|
|
|
if (info.getContent().isSelected()) { |
|
|
|