forked from liujianjun/tslediter
编辑器
输入提示
This commit is contained in:
@@ -1712,6 +1712,8 @@ type TTsfFileParser = class //
|
|||||||
for v,vv in r do
|
for v,vv in r do
|
||||||
begin
|
begin
|
||||||
if v=m then continue;
|
if v=m then continue;
|
||||||
|
//echo FFilePaths;
|
||||||
|
if FFilePaths and not(FFilePaths[v]) then continue; //已经排除
|
||||||
wd := vv["functions"][0];
|
wd := vv["functions"][0];
|
||||||
if wd and ifarray(wd) and (wd0:=wd[0]) and wd0 and (v=lowercase(wd0)+vv["nspace"]+".tsf") then //
|
if wd and ifarray(wd) and (wd0:=wd[0]) and wd0 and (v=lowercase(wd0)+vv["nspace"]+".tsf") then //
|
||||||
begin
|
begin
|
||||||
|
|||||||
Reference in New Issue
Block a user