编辑器

输入提示
This commit is contained in:
JianjunLiu 2022-07-01 10:03:42 +08:00
parent ab1bb9bddc
commit 8c69761acc
1 changed files with 2 additions and 0 deletions

View File

@ -1712,6 +1712,8 @@ type TTsfFileParser = class //
for v,vv in r do
begin
if v=m then continue;
//echo FFilePaths;
if FFilePaths and not(FFilePaths[v]) then continue; //ÒѾ­Åųý
wd := vv["functions"][0];
if wd and ifarray(wd) and (wd0:=wd[0]) and wd0 and (v=lowercase(wd0)+vv["nspace"]+".tsf") then //
begin