Changeset 155 for trunk/lingosource/castlib1/bbedit_Utilities.ls
- Timestamp:
- 02/21/08 08:37:53 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/bbedit_Utilities.ls (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/bbedit_Utilities.ls
r153 r155 103 103 104 104 if length(theText) > 0 then 105 106 105 107 106 if doLiveEdit then … … 142 141 end if 143 142 144 tempSrc Path = mGetTempFilePath(me, theName & ".ls")145 tempSrc HFSPath = mConvertUnix2Hfs(me, tempSrcPath)143 tempSrcHFSPath = mGetTempFilePath(me, theName & ".ls") 144 tempSrcPath = mConvertHfs2Unix(me, tempSrcHFSPath) 146 145 147 146 … … 153 152 mDoShellCmd(me, "bbedit " & tempSrcPath) 154 153 end if 155 156 154 157 155 end if … … 290 288 waitparam = " &" 291 289 editor = mGetMacBinary(me, editor) 292 tempSrcPath = tempSrcHFSPath290 tempSrcPath = mConvertHfs2Unix(me, tempSrcHFSPath) 293 291 else 294 292 waitparam = ""
Note: See TracChangeset
for help on using the changeset viewer.
