OK, I will figure it out from that example.
thanks so much for your help with this.
Derek Belrose-2 wrote:
On Jan 29, 2008, at 7:55 PM, pmsquillace wrote:
Thanks Jacob,
Yeah, I have edited before. It is just an xml file saved as a .prj file. Can I just go in and change all the paths and save it however textmate saves it?
thanks for you help,
I'm not sure what the UE project file looks like but this is a project file for textmate. Specifically the <dict></dict> blocks:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd ">
<plist version="1.0"> <dict> <key>documents</key> <array> <dict> <key>name</key> <string>TestProject</string> <key>regexFolderFilter</key> <string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\. (framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string> <key>sourceDirectory</key> <string>Projects/TestProject</string> </dict> <dict> <key>name</key> <string>Templates</string> <key>regexFolderFilter</key> <string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\. (framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string> <key>selected</key> <true/> <key>sourceDirectory</key> <string>Templates</string> </dict> </array> <key>fileHierarchyDrawerWidth</key> <integer>302</integer> <key>metaData</key> <dict/> <key>showFileHierarchyDrawer</key> <true/> <key>windowFrame</key> <string>{{45, 542}, {857, 236}}</string> </dict> </plist>
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate