From b0448f9d6d482d891c28325db79b0d09378c2b31 Mon Sep 17 00:00:00 2001 From: utopio Date: Thu, 9 Mar 2023 10:40:56 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/CAD/IFox.CAD.Shared/ExtensionMetho?= =?UTF-8?q?d/EditorEx.cs.=20=E4=BF=AE=E6=94=B9RunLisp=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: utopio --- src/CAD/IFox.CAD.Shared/ExtensionMethod/EditorEx.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CAD/IFox.CAD.Shared/ExtensionMethod/EditorEx.cs b/src/CAD/IFox.CAD.Shared/ExtensionMethod/EditorEx.cs index d432bf3..9a00d99 100644 --- a/src/CAD/IFox.CAD.Shared/ExtensionMethod/EditorEx.cs +++ b/src/CAD/IFox.CAD.Shared/ExtensionMethod/EditorEx.cs @@ -1,4 +1,4 @@ -using IFoxCAD.Com; +using IFoxCAD.Com; namespace IFoxCAD.Cad; @@ -1067,7 +1067,7 @@ public enum RunLispFlag : byte if ((flag & RunLispFlag.AdsQueueexpr) == RunLispFlag.AdsQueueexpr) { // 这个在08/12发送lisp不会出错,但是发送bo命令出错了. - // 0x01 设置 CommandFlags.Session 可以同步, + // 0x01 设置RunLispFlag特性为RunLispFlag.AcedEvaluateLisp即可同步执行 // 0x02 自执行发送lisp都是异步,用来发送 含有(command)的lisp的 _ = Ads_queueexpr(lispCode + "\n"); } -- Gitee