编辑器
修正函数名
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user