no message

This commit is contained in:
2024-10-08 23:21:47 +03:00
parent 31c0cad38f
commit 42675d55d8
4 changed files with 14 additions and 11 deletions

View File

@@ -50,8 +50,10 @@ public class SearchReplaceForm extends Form {
public void DropMatchCount() {
lCount.setText("0");
}
public void setEditor(RSyntaxTextArea editor_in) {
public void updateEditor(RSyntaxTextArea editor_in) {
editor = editor_in;
if (isVisible())
requestFocus();
}
@Override
protected JPanel getMainPanel() {
@@ -127,7 +129,7 @@ public class SearchReplaceForm extends Form {
}
@Override
protected String getFormKey() {
return FormType.SearchReplace.toString();
return "SearchReplace";
}
private void createUIComponents() {
// TODO: place custom component creation code here