[TxMt] Want to go all Mac but.....

Derek Belrose derekb at realgeeky.com
Wed Jan 30 01:09:07 UTC 2008


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>




More information about the textmate mailing list