Changeset 33 for trunk/lingosource
- Timestamp:
- 09/17/07 13:01:49 (5 years ago)
- Location:
- trunk/lingosource
- Files:
-
- 4 edited
-
castlib1/OSCmenu_Utilities.ls (modified) (1 diff)
-
castlib1/alexUtilities.ls (modified) (2 diffs)
-
castlib1/memberInfo.xml (modified) (11 diffs)
-
castlib2/memberInfo.xml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/OSCmenu_Utilities.ls
r29 r33 264 264 265 265 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") 267 267 268 268 subli.add("") -
trunk/lingosource/castlib1/alexUtilities.ls
r31 r33 3915 3915 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 3916 3916 3917 on mSVN_Update_And_Import_ScriptsFromFolder me, thePath, selectionOnly3917 on mSVN_Update_And_Import_ScriptsFromFolder me, chooseNewPath, selectionOnly 3918 3918 3919 3919 if selectionOnly = 1 then 3920 mUpdateSelectedScriptsFromFolder me, thePath3920 mUpdateSelectedScriptsFromFolder me, chooseNewPath 3921 3921 exit 3922 3922 end if 3923 3923 3924 3924 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 3926 3935 if length(thePath) < 1 then thePath = mGetFolderPathFromUser(me) 3927 3936 … … 4010 4019 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 4011 4020 4012 on mUpdateSelectedScriptsFromFolder me, thePath 4013 4014 thePath = string(thePath) 4021 on 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 4015 4033 if length(thePath) < 1 then thePath = mGetFolderPathFromUser(me) 4016 4034 -
trunk/lingosource/castlib1/memberInfo.xml
r21 r33 5 5 <comments></comments> 6 6 <memberName>thisMoviesScript</memberName> 7 <f name>thisMoviesScript</fname>7 <fName>thisMoviesScript</fName> 8 8 </thisMoviesScript> 9 9 <keyboardNavigation_FrameLoop> … … 11 11 <comments></comments> 12 12 <memberName>keyboardNavigation_FrameLoop</memberName> 13 <f name>keyboardNavigation_FrameLoop</fname>13 <fName>keyboardNavigation_FrameLoop</fName> 14 14 </keyboardNavigation_FrameLoop> 15 15 <simpleBMMenu> … … 17 17 <comments></comments> 18 18 <memberName>simpleBMMenu</memberName> 19 <f name>simpleBMMenu</fname>19 <fName>simpleBMMenu</fName> 20 20 </simpleBMMenu> 21 21 <OSCmenu_Utilities> … … 23 23 <comments></comments> 24 24 <memberName>OSCmenu_Utilities</memberName> 25 <f name>OSCmenu_Utilities</fname>25 <fName>OSCmenu_Utilities</fName> 26 26 </OSCmenu_Utilities> 27 27 <alexUtilities> … … 29 29 <comments>~/Documents/Scripts/lingo/commonMovieScript.ls</comments> 30 30 <memberName>alexUtilities</memberName> 31 <f name>alexUtilities</fname>31 <fName>alexUtilities</fName> 32 32 </alexUtilities> 33 33 <convert_Lingo_2_CSS_Html> … … 35 35 <comments>~/Documents/Scripts/lingo/convert_Lingo_2_CSS_Html.ls</comments> 36 36 <memberName>convert_Lingo_2_CSS_Html</memberName> 37 <f name>convert_Lingo_2_CSS_Html</fname>37 <fName>convert_Lingo_2_CSS_Html</fName> 38 38 </convert_Lingo_2_CSS_Html> 39 39 <OSCmenu_Handlers> … … 41 41 <comments></comments> 42 42 <memberName>OSCmenu_Handlers</memberName> 43 <f name>OSCmenu_Handlers</fname>43 <fName>OSCmenu_Handlers</fName> 44 44 </OSCmenu_Handlers> 45 45 <resizewindowfs> … … 47 47 <comments></comments> 48 48 <memberName>resizewindowfs</memberName> 49 <f name>resizewindowfs</fname>49 <fName>resizewindowfs</fName> 50 50 </resizewindowfs> 51 51 <showHideHelp> … … 53 53 <comments></comments> 54 54 <memberName>showHideHelp</memberName> 55 <f name>showHideHelp</fname>55 <fName>showHideHelp</fName> 56 56 </showHideHelp> 57 57 <texthyperlinkBehavior> … … 59 59 <comments>/Users/alex/Documents/ALIEN/myLinkedScripts/texthyperlinkBehavior.ls</comments> 60 60 <memberName>texthyperlinkBehavior</memberName> 61 <f name>texthyperlinkBehavior</fname>61 <fName>texthyperlinkBehavior</fName> 62 62 </texthyperlinkBehavior> 63 63 <bbdiff> … … 65 65 <comments></comments> 66 66 <memberName>bbdiff</memberName> 67 <f name>bbdiff</fname>67 <fName>bbdiff</fName> 68 68 </bbdiff> 69 69 </Untitled> -
trunk/lingosource/castlib2/memberInfo.xml
r21 r33 5 5 <comments>~/Documents/Scripts/lingo/commonMovieScript.ls</comments> 6 6 <memberName>commonMovieScript</memberName> 7 <f name>commonMovieScript</fname>7 <fName>commonMovieScript</fName> 8 8 </commonmoviescript> 9 9 <FileIOFunktionen> … … 11 11 <comments>~/Documents/Scripts/lingo/FileIOFunktionen.ls</comments> 12 12 <memberName>FileIOFunktionen</memberName> 13 <f name>FileIOFunktionen</fname>13 <fName>FileIOFunktionen</fName> 14 14 </FileIOFunktionen> 15 15 <GetSetPrefs> … … 17 17 <comments>~/Documents/Scripts/lingo/GetSetPrefs.ls</comments> 18 18 <memberName>GetSetPrefs</memberName> 19 <f name>GetSetPrefs</fname>19 <fName>GetSetPrefs</fName> 20 20 </GetSetPrefs> 21 21 <aleXtrasMovieScript> … … 23 23 <comments>~/Documents/Scripts/lingo/aleXtrasMovieScript.ls</comments> 24 24 <memberName>aleXtrasMovieScript</memberName> 25 <f name>aleXtrasMovieScript</fname>25 <fName>aleXtrasMovieScript</fName> 26 26 </aleXtrasMovieScript> 27 27 <PseudoXMLPS> … … 29 29 <comments>~/Documents/Scripts/lingo/PseudoXMLPS.ls</comments> 30 30 <memberName>PseudoXMLPS</memberName> 31 <f name>PseudoXMLPS</fname>31 <fName>PseudoXMLPS</fName> 32 32 </PseudoXMLPS> 33 33 <simpleGoToAction> … … 35 35 <comments>/Users/alex/Documents/ALIEN/myLinkedScripts/simpleGoToAction.ls</comments> 36 36 <memberName>simpleGoToAction</memberName> 37 <f name>simpleGoToAction</fname>37 <fName>simpleGoToAction</fName> 38 38 </simpleGoToAction> 39 39 <SpriteNameBeaver> … … 41 41 <comments>~/Documents/Scripts/lingo/SpriteNameBeaver.ls</comments> 42 42 <memberName>SpriteNameBeaver</memberName> 43 <f name>SpriteNameBeaver</fname>43 <fName>SpriteNameBeaver</fName> 44 44 </SpriteNameBeaver> 45 45 </Untitled>
Note: See TracChangeset
for help on using the changeset viewer.
