no message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user