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