parent
e4128f29a4
commit
de192f0fe6
|
|
@ -1660,9 +1660,10 @@ type TTsfFileParser = class //
|
||||||
begin
|
begin
|
||||||
s := d["value"];
|
s := d["value"];
|
||||||
if not(s and ifstring(s)) then return rt ;
|
if not(s and ifstring(s)) then return rt ;
|
||||||
|
if length(s)=8 and lowercase(s)="function" then return rt;
|
||||||
|
if length(s)=9 and lowercase(s)="procedure" then return rt;
|
||||||
r := tsl_tokenizeex_2_(s,1);
|
r := tsl_tokenizeex_2_(s,1);
|
||||||
if not( r and ifarray(r)) then return rt;
|
if not( r and ifarray(r)) then return rt;
|
||||||
|
|
||||||
cls := array();
|
cls := array();
|
||||||
ScriptDelBlocks(r["blcks"],str2array(s,"\n"),cls);
|
ScriptDelBlocks(r["blcks"],str2array(s,"\n"),cls);
|
||||||
r["blcks"] := cls;
|
r["blcks"] := cls;
|
||||||
|
|
|
||||||
BIN
tsl语言本地编辑器.docx
BIN
tsl语言本地编辑器.docx
Binary file not shown.
Loading…
Reference in New Issue