修正一个手误
This commit is contained in:
parent
b140a942df
commit
5732a251bf
|
|
@ -3748,7 +3748,6 @@ type TEditer=class(TCustomcontrol) //
|
||||||
begin
|
begin
|
||||||
f := d["file"];
|
f := d["file"];
|
||||||
nf :=(f?(cmp.GetFileFullPath(f)):GetCurrentItem().OrigScriptPath);
|
nf :=(f?(cmp.GetFileFullPath(f)):GetCurrentItem().OrigScriptPath);
|
||||||
//echo "\r\n",nf,"===",d["line"];
|
|
||||||
OpenAndGotoFileByName(nf,d["line"]);
|
OpenAndGotoFileByName(nf,d["line"]);
|
||||||
end
|
end
|
||||||
cit := GetCurrentItem();
|
cit := GetCurrentItem();
|
||||||
|
|
|
||||||
|
|
@ -1800,7 +1800,8 @@ type TTsfFileParser = class() //
|
||||||
"getfullpath":
|
"getfullpath":
|
||||||
begin
|
begin
|
||||||
if not ifarray(FFilePaths) then return "";
|
if not ifarray(FFilePaths) then return "";
|
||||||
return FFilePaths[lowercase(d["value"])+".tsf"];
|
r := FFilePaths[lowercase(d["value"])+".tsf"];
|
||||||
|
return r;
|
||||||
end
|
end
|
||||||
"getprojecttsfs":
|
"getprojecttsfs":
|
||||||
begin
|
begin
|
||||||
|
|
@ -2210,8 +2211,8 @@ type TTsfFileParser = class() //
|
||||||
r := array();
|
r := array();
|
||||||
rdd :="";
|
rdd :="";
|
||||||
end
|
end
|
||||||
//r["fullpath"] := pfn;
|
r["fullpath"] := pfn;
|
||||||
r["name"] := fn;
|
//r["name"] := fn;
|
||||||
if (aid := pos("@",fn)) then
|
if (aid := pos("@",fn)) then
|
||||||
begin
|
begin
|
||||||
nn := fn[1:(aid-1)];
|
nn := fn[1:(aid-1)];
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
tsleditor.exe
BIN
tsleditor.exe
Binary file not shown.
BIN
tslvcltool.exe
BIN
tslvcltool.exe
Binary file not shown.
Loading…
Reference in New Issue