no message

This commit is contained in:
2024-02-14 17:58:52 +03:00
parent ea3fb6a0ba
commit 0397346b0f
8 changed files with 17 additions and 8 deletions

View File

@@ -202,6 +202,10 @@ public class FileForm implements FileWindow, FormWithSplitters {
messagesTabs.setSelectedIndex(4);
}
@Override
public void FocusCompilationErrors() {
messagesTabs.setSelectedIndex(5);
}
@Override
public void ShowText() {
UI.Clear(editorPanel);
editorPanel.add(new RTextScrollPane(Body = new SPFEditor(file)));