diff --git a/designer/utslcodeeditor.tsf b/designer/utslcodeeditor.tsf index 440bdd6..9741630 100644 --- a/designer/utslcodeeditor.tsf +++ b/designer/utslcodeeditor.tsf @@ -3748,7 +3748,6 @@ type TEditer=class(TCustomcontrol) // begin f := d["file"]; nf :=(f?(cmp.GetFileFullPath(f)):GetCurrentItem().OrigScriptPath); - //echo "\r\n",nf,"===",d["line"]; OpenAndGotoFileByName(nf,d["line"]); end cit := GetCurrentItem(); diff --git a/designer/utslsynmemo.tsf b/designer/utslsynmemo.tsf index bbaa531..2d724b7 100644 --- a/designer/utslsynmemo.tsf +++ b/designer/utslsynmemo.tsf @@ -1800,7 +1800,8 @@ type TTsfFileParser = class() // "getfullpath": begin if not ifarray(FFilePaths) then return ""; - return FFilePaths[lowercase(d["value"])+".tsf"]; + r := FFilePaths[lowercase(d["value"])+".tsf"]; + return r; end "getprojecttsfs": begin @@ -2210,8 +2211,8 @@ type TTsfFileParser = class() // r := array(); rdd :=""; end - //r["fullpath"] := pfn; - r["name"] := fn; + r["fullpath"] := pfn; + //r["name"] := fn; if (aid := pos("@",fn)) then begin nn := fn[1:(aid-1)]; diff --git a/editor-install.exe b/editor-install.exe index 9355514..c7da34b 100644 Binary files a/editor-install.exe and b/editor-install.exe differ diff --git a/tsleditor.exe b/tsleditor.exe index bb46d15..1e54ee0 100644 Binary files a/tsleditor.exe and b/tsleditor.exe differ diff --git a/tslvcltool.exe b/tslvcltool.exe index 6e02d97..26751f1 100644 Binary files a/tslvcltool.exe and b/tslvcltool.exe differ