no message

This commit is contained in:
2024-10-08 23:21:42 +03:00
parent e0974fe4a8
commit 31c0cad38f
12 changed files with 230 additions and 517 deletions

View File

@@ -218,9 +218,7 @@ public class FileForm implements FileWindow, FormWithSplitters {
public void ShowText() {
CommonUI.Clear(editorPanel);
editorPanel.add(new RTextScrollPane(Body = new SPFEditor(file)));
UI.getSearchReplaceForm().setEditor(Body);
if (UI.getSearchReplaceForm().isVisible())
UI.getSearchReplaceForm().requestFocus();
UI.getSearchReplaceWindow().updateEditor(Body);
}
@Override
public void ShowMessages() {