Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Ignore:
Timestamp:
02/21/08 08:37:53 (4 years ago)
Author:
alex
Message:

cleanup and fix some smaller issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/bbedit_Utilities.ls

    r153 r155  
    103103       
    104104      if length(theText) > 0 then 
    105          
    106105         
    107106        if doLiveEdit then 
     
    142141          end if 
    143142           
    144           tempSrcPath = mGetTempFilePath(me, theName & ".ls") 
    145           tempSrcHFSPath = mConvertUnix2Hfs(me, tempSrcPath) 
     143          tempSrcHFSPath = mGetTempFilePath(me, theName & ".ls") 
     144          tempSrcPath = mConvertHfs2Unix(me, tempSrcHFSPath) 
    146145           
    147146           
     
    153152            mDoShellCmd(me, "bbedit " & tempSrcPath) 
    154153          end if 
    155            
    156154           
    157155        end if 
     
    290288            waitparam = " &" 
    291289            editor = mGetMacBinary(me, editor) 
    292             tempSrcPath = tempSrcHFSPath 
     290            tempSrcPath = mConvertHfs2Unix(me, tempSrcHFSPath) 
    293291          else 
    294292            waitparam = "" 
Note: See TracChangeset for help on using the changeset viewer.