<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Platform Peace &#187; textmate Archives  &#8211; Platform Peace</title>
	<atom:link href="http://platformpeace.com/category/textmate/feed/" rel="self" type="application/rss+xml" />
	<link>http://platformpeace.com</link>
	<description>Striving for computing simplicity</description>
	<lastBuildDate>Wed, 26 Nov 2008 23:56:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Edit in TextMate in Leopard</title>
		<link>http://platformpeace.com/edit-in-textmate-leopard/</link>
		<comments>http://platformpeace.com/edit-in-textmate-leopard/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 16:25:31 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[essential application]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[essential]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://platformpeace.com/?p=139</guid>
		<description><![CDATA[This post details the steps to take in order to get the "Edit in TextMate" input manager working in Leopard]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://blog.macromates.com/2006/textmate-tricks/" title="TextMate Tricks">&#8220;Edit in TextMate&#8221; feature</a> (part of the TextMate TextMate bundle) lets you call upon TextMate to edit text fields in other applications. However, following the instructions in the TextMate bundle was not working. It turns out this is due to a change in how Leopard handles Input Managers. Here are the steps you need to take to <a href="http://blog.macromates.com/2007/inputmanagers-on-leopard/" title="InputManagers on Leopard">enable the &#8220;Edit in TextMate&#8221; feature in Leopard</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://platformpeace.com/edit-in-textmate-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip &#8211; Textmate Tabs for Editing Files Via Transmit</title>
		<link>http://platformpeace.com/textmate-tabs-editing-files-transmit/</link>
		<comments>http://platformpeace.com/textmate-tabs-editing-files-transmit/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 17:21:45 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[quick tip]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[transmit]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://platformpeace.com/?p=114</guid>
		<description><![CDATA[I was editing a bunch of files on my server via FTP and was a bit annoyed by multiple TextMate windows for every file that I needed to edit. After a quick search, I found this great post that describes how to configure a TextMate project for files opened via Transmit. Use Tabs in Textmate [...]]]></description>
			<content:encoded><![CDATA[<p>I was editing a bunch of files on my server via FTP and was a bit annoyed by multiple <a href="http://macromates.com/" title="TextMate">TextMate</a> windows for every file that I needed to edit. After a quick search, I found this great post that describes how to configure a TextMate project for files opened via <a href="http://www.panic.com/transmit/" title="Transmit">Transmit</a>.</p>

<p><a href="http://muffinresearch.co.uk/archives/2006/06/13/use-tabs-in-textmate-for-remote-files-opened-by-transmit/" title="Use Tabs in Textmate for Files Opened Via Transmit by Stuart Colville">Use Tabs in Textmate for Files Opened Via Transmit by Stuart Colville</a></p>
]]></content:encoded>
			<wfw:commentRss>http://platformpeace.com/textmate-tabs-editing-files-transmit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip &#8211; Open Folder in TextMate via Quicksilver</title>
		<link>http://platformpeace.com/quick-tip-open-folder-textmate-via-quicksilver/</link>
		<comments>http://platformpeace.com/quick-tip-open-folder-textmate-via-quicksilver/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 03:52:52 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[quick tip]]></category>
		<category><![CDATA[quicksilver]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.platformpeace.com/2007/12/12/quick-tip-open-folder-in-textmate-via-quicksilver/</guid>
		<description><![CDATA[I wanted to be able to quickly open a folder in TextMate (i.e. as a project) using Quicksilver.  Even though it is pretty simple, it took me a little while to figure it out so I figured I&#8217;d post it here. Invoke Quicksilver Browse (see tip 11) to the directory Tab Open With&#8230; Tab TextMate [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to be able to quickly open a folder in TextMate (i.e. as a project) using <a href="http://www.platformpeace.com/2007/11/05/essential-applications-quicksilver/" target="_blank">Quicksilver</a>.  Even though it is pretty simple, it took me a little while to figure it out so I figured I&#8217;d post it here.
<ol>
    <li>Invoke Quicksilver</li>
    <li><a href="http://www.vjarmy.com/archives/2004/03/quicksilver_a_b.php" target="_blank">Browse</a> (see tip 11) to the directory</li>
    <li>Tab</li>
    <li>Open With&#8230;</li>
    <li>Tab</li>
    <li>TextMate</li>
</ol>
Done.</p>

<p><a href="http://www.platformpeace.com/wp-content/uploads/2007/12/picture-2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.platformpeace.com/wp-content/uploads/2007/12/picture-2-thumb.png" border="0" alt="Picture 2" width="544" height="232" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://platformpeace.com/quick-tip-open-folder-textmate-via-quicksilver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

