- Timestamp:
- 03/23/09 10:40:41 (3 years ago)
- Location:
- trunk/lingosource/castlib1
- Files:
-
- 3 edited
-
OSCmenu_Utilities.ls (modified) (2 diffs)
-
subversion_version_field.txt (modified) (1 diff)
-
svn_Utilities.ls (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/OSCmenu_Utilities.ls
r228 r234 142 142 143 143 144 li.add("") 145 146 147 --------------------------------------------------- 148 li.add("Linked Members") 149 subli = [] 150 li.add(subli) 151 152 subli.add("Unlink bitmap members") 153 pLookUpCommandList.setaprop("Unlink bitmap members", ["mUnlinkBitmaps me", "alexUtilities"]) 154 155 subli.add("") 156 subli.add("Link selected text...") 157 pLookUpCommandList.setaprop("Link selected text...", ["mLinkSelectedText me", "alexUtilities"]) 158 159 subli.add("Update all linked texts") 160 pLookUpCommandList.setaprop("Update all linked texts", ["mUpdateAllLinkedTexts me", "alexUtilities"]) 161 162 163 --------------------------------------------------- 164 li.add("Export Members") 165 subli = [] 166 li.add(subli) 167 168 subli.add("Export selected text as...") 169 pLookUpCommandList.setaprop("Export selected text as...", ["mExportSelectedText me, theType_optional", "alexUtilities"]) 170 171 subli.add("") 172 subli.add("Export selected bitmaps...") 173 pLookUpCommandList.setaprop("Export selected bitmaps...", ["mExportSelectedBMs me, theType_optional, compr_optional, thePath_optional", "alexUtilities"]) 174 175 subli.add("Export to bitmap...") 176 pLookUpCommandList.setaprop("Export to bitmap...", ["mExportBM me, theMember, thePath_optional, theType_optional, compr_optional", "alexUtilities"]) 177 178 179 --------------------------------------------------- 180 li.add("Export/Import Scriptmembers") 181 subli = [] 182 li.add(subli) 183 184 subli.add("Export script-, text-, fieldmember...") 185 pLookUpCommandList.setaprop("Export script-, text-, fieldmember...", ["mExportScripttext me, skipIcons_optional, convertLineBreaksToUnix_optional, theFolder_optional", "alexUtilities"]) 186 187 subli.add("Import script...") 188 pLookUpCommandList.setaprop("Import script...", ["mImportScriptWithThumbnail me, thePath_optional, castlibNumber_optional, dontWarn_optional, infolist_optional", "svn_Utilities"]) 189 190 191 192 li.add("") 193 194 --------------------------------------------------- 195 li.add("Process Castmembers by Name") 196 subli = [] 197 li.add(subli) 198 199 subli.add("Delete Members By Name...") 200 pLookUpCommandList.setaprop("Delete Members By Name...", ["mDeleteMembersByName me, startString", "alexUtilities"]) 201 202 subli.add("") 203 subli.add("Name Members...") 204 pLookUpCommandList.setaprop("Name Members...", ["mNameMemberNames me, newName", "alexUtilities"]) 205 206 subli.add("Prefix/Suffix Names...") 207 pLookUpCommandList.setaprop("Prefix/Suffix Names...", ["mChangeMemName me, praefix, suffix", "alexUtilities"]) 208 209 subli.add("Make numbered names...") 210 pLookUpCommandList.setaprop("Make numbered names...", ["mNumberMemberNames me, numberOfDigits, startnum, theDelimiter, stepSize", "alexUtilities"]) 211 212 subli.add("Replace in name...") 213 pLookUpCommandList.setaprop("Replace in name...", ["mReplaceInMemName me, searchstr, replacestring", "alexUtilities"]) 214 215 subli.add("") 216 subli.add("Fill empty castslots with dummy members") 217 pLookUpCommandList.setaprop("Fill empty castslots with dummy members", ["mFillDummyMember me", "alexUtilities"]) 218 219 subli.add("Erase dummy members") 220 pLookUpCommandList.setaprop("Erase dummy members", ["mRemoveDummyMember me", "alexUtilities"]) 221 222 144 223 --------------------------------------------------- 145 224 li.add("Convert Text into Image with Mask") … … 161 240 subli.add("Select member in score...") 162 241 pLookUpCommandList.setaprop("Select member in score...", ["mSelectInScore me, startframe_optional, endframe_optional", "alexUtilities"]) 163 164 li.add("")165 166 167 ---------------------------------------------------168 li.add("Linked Members")169 subli = []170 li.add(subli)171 172 subli.add("Unlink bitmap members")173 pLookUpCommandList.setaprop("Unlink bitmap members", ["mUnlinkBitmaps me", "alexUtilities"])174 175 subli.add("")176 subli.add("Link selected text...")177 pLookUpCommandList.setaprop("Link selected text...", ["mLinkSelectedText me", "alexUtilities"])178 179 subli.add("Update all linked texts")180 pLookUpCommandList.setaprop("Update all linked texts", ["mUpdateAllLinkedTexts me", "alexUtilities"])181 182 183 ---------------------------------------------------184 li.add("Export Members")185 subli = []186 li.add(subli)187 188 subli.add("Export selected text as...")189 pLookUpCommandList.setaprop("Export selected text as...", ["mExportSelectedText me, theType_optional", "alexUtilities"])190 191 subli.add("")192 subli.add("Export selected bitmaps...")193 pLookUpCommandList.setaprop("Export selected bitmaps...", ["mExportSelectedBMs me, theType_optional, compr_optional, thePath_optional", "alexUtilities"])194 195 subli.add("Export to bitmap...")196 pLookUpCommandList.setaprop("Export to bitmap...", ["mExportBM me, theMember, thePath_optional, theType_optional, compr_optional", "alexUtilities"])197 198 subli.add("Export script-, text-, fieldmember...")199 pLookUpCommandList.setaprop("Export script-, text-, fieldmember...", ["mExportScripttext me, skipIcons_optional, convertLineBreaksToUnix_optional, theFolder_optional", "alexUtilities"])200 201 202 ---------------------------------------------------203 li.add("Process Castmembers by Name")204 subli = []205 li.add(subli)206 207 subli.add("Delete Members By Name...")208 pLookUpCommandList.setaprop("Delete Members By Name...", ["mDeleteMembersByName me, startString", "alexUtilities"])209 210 subli.add("")211 subli.add("Name Members...")212 pLookUpCommandList.setaprop("Name Members...", ["mNameMemberNames me, newName", "alexUtilities"])213 214 subli.add("Prefix/Suffix Names...")215 pLookUpCommandList.setaprop("Prefix/Suffix Names...", ["mChangeMemName me, praefix, suffix", "alexUtilities"])216 217 subli.add("Make numbered names...")218 pLookUpCommandList.setaprop("Make numbered names...", ["mNumberMemberNames me, numberOfDigits, startnum, theDelimiter, stepSize", "alexUtilities"])219 220 subli.add("Replace in name...")221 pLookUpCommandList.setaprop("Replace in name...", ["mReplaceInMemName me, searchstr, replacestring", "alexUtilities"])222 223 subli.add("")224 subli.add("Fill empty castslots with dummy members")225 pLookUpCommandList.setaprop("Fill empty castslots with dummy members", ["mFillDummyMember me", "alexUtilities"])226 227 subli.add("Erase dummy members")228 pLookUpCommandList.setaprop("Erase dummy members", ["mRemoveDummyMember me", "alexUtilities"])229 230 242 231 243 -
trunk/lingosource/castlib1/subversion_version_field.txt
r232 r234 1 r23 31 r235 -
trunk/lingosource/castlib1/svn_Utilities.ls
r232 r234 1269 1269 put the itemdelimiter after thePath 1270 1270 1271 splitpath = mSplitPath( fname)1271 splitpath = mSplitPath(me, fname) 1272 1272 extension = splitpath[#extension] 1273 1273 -- extension = ""
Note: See TracChangeset
for help on using the changeset viewer.
