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

Changeset 248


Ignore:
Timestamp:
02/08/11 14:07:41 (16 months ago)
Author:
alex
Message:

extended the 'open linked script' command to read the first line of the comments to get the filename for a script in case it is NOT a linkes script

Location:
trunk/lingosource/castlib1
Files:
3 edited

Legend:

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

    r245 r248  
    7171          if charToNum(the last char of ppath) = 10 then delete the last char of ppath 
    7272          put " " & QUOTE & ppath & QUOTE after clistr 
     73           
     74        else 
     75          comm = line 1 of memref.comments 
     76          if length(comm) > 0 then 
     77            put " " & QUOTE & comm & QUOTE after clistr 
     78          end if 
    7379        end if 
    7480      end if 
  • trunk/lingosource/castlib1/memberInfo.xml

    r244 r248  
    33        <subversion_version_field> 
    44                <scriptType>#field</scriptType> 
    5                 <comments>http://www.farbflash.de/cgi-bin/versionChecker.pl?movieName=HandlerMenu_OSC</comments> 
     5                <comments>http://www.farbflash.de/cgi-bin/versionChecker.pl?movieName=HandlerMenu_OSC?movieName=HandlerMenu_OSC</comments> 
    66                <memberName>subversion_version_field</memberName> 
    77                <fName>subversion_version_field</fName> 
  • trunk/lingosource/castlib1/subversion_version_field.txt

    r245 r248  
    1 r247 
     1r249 
Note: See TracChangeset for help on using the changeset viewer.