编辑器

优化
This commit is contained in:
JianjunLiu
2023-03-14 15:02:23 +08:00
parent 73ad8b3530
commit 8d828d167f
2 changed files with 14 additions and 2 deletions
+2 -1
View File
@@ -855,8 +855,9 @@ type TExecuteEditer=class(TCustomControl) //ִ
begin
if 13=e.charcode then
begin
if o.Completion and o.Completion.Visible then return ;
e.skip := true;
doSaveCurrentName();
//doSaveCurrentName();
end
end
{FMemo.OnKeyDown := function(o,e)