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

Changeset 33 for trunk/lingosource


Ignore:
Timestamp:
09/17/07 13:01:49 (5 years ago)
Author:
alex
Message:

removed the folder selection for svn - update scripts, added compiled version to trunk

Location:
trunk/lingosource
Files:
4 edited

Legend:

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

    r29 r33  
    264264   
    265265  subli.add("SVN Update And Import Scripts...") 
    266   pLookUpCommandList.setaprop("SVN Update And Import Scripts...", "mSVN_Update_And_Import_ScriptsFromFolder me, thePath_optional, selectionOnly_optional") 
     266  pLookUpCommandList.setaprop("SVN Update And Import Scripts...", "mSVN_Update_And_Import_ScriptsFromFolder me, chooseNewPath_optional, selectionOnly_optional") 
    267267   
    268268  subli.add("") 
  • trunk/lingosource/castlib1/alexUtilities.ls

    r31 r33  
    39153915-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 
    39163916 
    3917 on mSVN_Update_And_Import_ScriptsFromFolder me, thePath, selectionOnly 
     3917on mSVN_Update_And_Import_ScriptsFromFolder me, chooseNewPath, selectionOnly 
    39183918   
    39193919  if selectionOnly = 1 then 
    3920     mUpdateSelectedScriptsFromFolder me, thePath 
     3920    mUpdateSelectedScriptsFromFolder me, chooseNewPath 
    39213921    exit 
    39223922  end if 
    39233923   
    39243924   
    3925   thePath = string(thePath) 
     3925  workingCopies = value(getPref("svn_workingCopies_paths.txt")) 
     3926  if ilk(workingCopies) <> #proplist then workingCopies = [:] 
     3927   
     3928  if chooseNewPath = 1 then 
     3929    thePath = "" 
     3930  else 
     3931    thePath = string(mGetWorkingCopyPath(me, the moviepath & the moviename, chooseNewPath, workingCopies, "No working copy is specified for this movies scripttext. Please select a working copy for the scripttext now.")) 
     3932  end if 
     3933   
     3934   
    39263935  if length(thePath) < 1 then thePath = mGetFolderPathFromUser(me) 
    39273936   
     
    40104019-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 
    40114020 
    4012 on mUpdateSelectedScriptsFromFolder me, thePath 
    4013    
    4014   thePath = string(thePath) 
     4021on mUpdateSelectedScriptsFromFolder me, chooseNewPath 
     4022   
     4023  workingCopies = value(getPref("svn_workingCopies_paths.txt")) 
     4024  if ilk(workingCopies) <> #proplist then workingCopies = [:] 
     4025   
     4026  if chooseNewPath = 1 then 
     4027    thePath = "" 
     4028  else 
     4029    thePath = string(mGetWorkingCopyPath(me, the moviepath & the moviename, chooseNewPath, workingCopies, "No working copy is specified for this movies scripttext. Please select a working copy for the scripttext now.")) 
     4030  end if 
     4031   
     4032   
    40154033  if length(thePath) < 1 then thePath = mGetFolderPathFromUser(me) 
    40164034   
  • trunk/lingosource/castlib1/memberInfo.xml

    r21 r33  
    55                <comments></comments> 
    66                <memberName>thisMoviesScript</memberName> 
    7                 <fname>thisMoviesScript</fname> 
     7                <fName>thisMoviesScript</fName> 
    88        </thisMoviesScript> 
    99        <keyboardNavigation_FrameLoop> 
     
    1111                <comments></comments> 
    1212                <memberName>keyboardNavigation_FrameLoop</memberName> 
    13                 <fname>keyboardNavigation_FrameLoop</fname> 
     13                <fName>keyboardNavigation_FrameLoop</fName> 
    1414        </keyboardNavigation_FrameLoop> 
    1515        <simpleBMMenu> 
     
    1717                <comments></comments> 
    1818                <memberName>simpleBMMenu</memberName> 
    19                 <fname>simpleBMMenu</fname> 
     19                <fName>simpleBMMenu</fName> 
    2020        </simpleBMMenu> 
    2121        <OSCmenu_Utilities> 
     
    2323                <comments></comments> 
    2424                <memberName>OSCmenu_Utilities</memberName> 
    25                 <fname>OSCmenu_Utilities</fname> 
     25                <fName>OSCmenu_Utilities</fName> 
    2626        </OSCmenu_Utilities> 
    2727        <alexUtilities> 
     
    2929                <comments>~/Documents/Scripts/lingo/commonMovieScript.ls</comments> 
    3030                <memberName>alexUtilities</memberName> 
    31                 <fname>alexUtilities</fname> 
     31                <fName>alexUtilities</fName> 
    3232        </alexUtilities> 
    3333        <convert_Lingo_2_CSS_Html> 
     
    3535                <comments>~/Documents/Scripts/lingo/convert_Lingo_2_CSS_Html.ls</comments> 
    3636                <memberName>convert_Lingo_2_CSS_Html</memberName> 
    37                 <fname>convert_Lingo_2_CSS_Html</fname> 
     37                <fName>convert_Lingo_2_CSS_Html</fName> 
    3838        </convert_Lingo_2_CSS_Html> 
    3939        <OSCmenu_Handlers> 
     
    4141                <comments></comments> 
    4242                <memberName>OSCmenu_Handlers</memberName> 
    43                 <fname>OSCmenu_Handlers</fname> 
     43                <fName>OSCmenu_Handlers</fName> 
    4444        </OSCmenu_Handlers> 
    4545        <resizewindowfs> 
     
    4747                <comments></comments> 
    4848                <memberName>resizewindowfs</memberName> 
    49                 <fname>resizewindowfs</fname> 
     49                <fName>resizewindowfs</fName> 
    5050        </resizewindowfs> 
    5151        <showHideHelp> 
     
    5353                <comments></comments> 
    5454                <memberName>showHideHelp</memberName> 
    55                 <fname>showHideHelp</fname> 
     55                <fName>showHideHelp</fName> 
    5656        </showHideHelp> 
    5757        <texthyperlinkBehavior> 
     
    5959                <comments>/Users/alex/Documents/ALIEN/myLinkedScripts/texthyperlinkBehavior.ls</comments> 
    6060                <memberName>texthyperlinkBehavior</memberName> 
    61                 <fname>texthyperlinkBehavior</fname> 
     61                <fName>texthyperlinkBehavior</fName> 
    6262        </texthyperlinkBehavior> 
    6363        <bbdiff> 
     
    6565                <comments></comments> 
    6666                <memberName>bbdiff</memberName> 
    67                 <fname>bbdiff</fname> 
     67                <fName>bbdiff</fName> 
    6868        </bbdiff> 
    6969</Untitled> 
  • trunk/lingosource/castlib2/memberInfo.xml

    r21 r33  
    55                <comments>~/Documents/Scripts/lingo/commonMovieScript.ls</comments> 
    66                <memberName>commonMovieScript</memberName> 
    7                 <fname>commonMovieScript</fname> 
     7                <fName>commonMovieScript</fName> 
    88        </commonmoviescript> 
    99        <FileIOFunktionen> 
     
    1111                <comments>~/Documents/Scripts/lingo/FileIOFunktionen.ls</comments> 
    1212                <memberName>FileIOFunktionen</memberName> 
    13                 <fname>FileIOFunktionen</fname> 
     13                <fName>FileIOFunktionen</fName> 
    1414        </FileIOFunktionen> 
    1515        <GetSetPrefs> 
     
    1717                <comments>~/Documents/Scripts/lingo/GetSetPrefs.ls</comments> 
    1818                <memberName>GetSetPrefs</memberName> 
    19                 <fname>GetSetPrefs</fname> 
     19                <fName>GetSetPrefs</fName> 
    2020        </GetSetPrefs> 
    2121        <aleXtrasMovieScript> 
     
    2323                <comments>~/Documents/Scripts/lingo/aleXtrasMovieScript.ls</comments> 
    2424                <memberName>aleXtrasMovieScript</memberName> 
    25                 <fname>aleXtrasMovieScript</fname> 
     25                <fName>aleXtrasMovieScript</fName> 
    2626        </aleXtrasMovieScript> 
    2727        <PseudoXMLPS> 
     
    2929                <comments>~/Documents/Scripts/lingo/PseudoXMLPS.ls</comments> 
    3030                <memberName>PseudoXMLPS</memberName> 
    31                 <fname>PseudoXMLPS</fname> 
     31                <fName>PseudoXMLPS</fName> 
    3232        </PseudoXMLPS> 
    3333        <simpleGoToAction> 
     
    3535                <comments>/Users/alex/Documents/ALIEN/myLinkedScripts/simpleGoToAction.ls</comments> 
    3636                <memberName>simpleGoToAction</memberName> 
    37                 <fname>simpleGoToAction</fname> 
     37                <fName>simpleGoToAction</fName> 
    3838        </simpleGoToAction> 
    3939        <SpriteNameBeaver> 
     
    4141                <comments>~/Documents/Scripts/lingo/SpriteNameBeaver.ls</comments> 
    4242                <memberName>SpriteNameBeaver</memberName> 
    43                 <fname>SpriteNameBeaver</fname> 
     43                <fName>SpriteNameBeaver</fName> 
    4444        </SpriteNameBeaver> 
    4545</Untitled> 
Note: See TracChangeset for help on using the changeset viewer.