🔨 修改名称过时的API
This commit is contained in:
parent
d9aaa17551
commit
9d765f2f5c
@ -68,7 +68,7 @@ public class RunTopMenu extends AbstractTopMenu {
|
||||
// 获取TextCodeArea的文本内容
|
||||
CenterTab centerTab = CenterTabPaneManager.getInstance().getSelected();
|
||||
|
||||
String code = centerTab.getLineNumberTextArea().getText();
|
||||
String code = centerTab.getTextCodeArea().getText();
|
||||
|
||||
String fileName = centerTab.getText();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user