编辑器

修正函数名
This commit is contained in:
JianjunLiu
2023-10-10 15:38:37 +08:00
parent eebcbe897f
commit c4b38686ed
4 changed files with 43 additions and 17 deletions
@@ -86,11 +86,11 @@ begin
g_dotsavehistory := true;
end
app := initializeapplication();
app.createform(class(TRunEditerForm),fm);
app.createform(class(TRunEditorForm),fm);
fm.OpenAndGotoFileByName(ops);
fm.show();
app.run();
type TRunEditerForm = class(TEditerForm)
type TRunEditorForm = class(TEditorForm)
function Create(AOwner);override;
begin
inherited;
@@ -1,4 +1,4 @@
type TEditerForm = class(TVCform) //编辑器主窗口
type teditorform = class(TVCform) //编辑器主窗口
uses utslvclauxiliary,tslvcl,UTslSynMemo,UtslCodeEditor;
function WMACTIVATE(o,e):WM_ACTIVATE;override; //¼¤»î
begin