<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>
<channel>
	<title>Comments on: TextMate Tip #2 (Blocks)</title>
	<atom:link href="http://derekneighbors.com/2009/03/textmate-tip-episode-2-blocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://derekneighbors.com/2009/03/textmate-tip-episode-2-blocks/</link>
	<description>Musings of a Mad Man (@dneighbors)</description>
	<lastBuildDate>Sat, 31 Mar 2012 17:55:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Martinos</title>
		<link>http://derekneighbors.com/2009/03/textmate-tip-episode-2-blocks/comment-page-1/#comment-451</link>
		<dc:creator>Martinos</dc:creator>
		<pubDate>Wed, 08 Apr 2009 18:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://derekneighbors.com/?p=5862#comment-451</guid>
		<description>I found the problem. In my bash_profile there was an access to a external resource which was taking time to execute. It seem that that code snippet uses an external script.</description>
		<content:encoded><![CDATA[<p>I found the problem. In my bash_profile there was an access to a external resource which was taking time to execute. It seem that that code snippet uses an external script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martinos</title>
		<link>http://derekneighbors.com/2009/03/textmate-tip-episode-2-blocks/comment-page-1/#comment-450</link>
		<dc:creator>Martinos</dc:creator>
		<pubDate>Wed, 08 Apr 2009 17:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://derekneighbors.com/?p=5862#comment-450</guid>
		<description>I am new on Mac and for me the &quot;ctrl +{&quot; freezes Textmate, takes up about one minute to execute.  Does somebody have an idea ?</description>
		<content:encoded><![CDATA[<p>I am new on Mac and for me the &#8220;ctrl +{&#8221; freezes Textmate, takes up about one minute to execute.  Does somebody have an idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Schmidt</title>
		<link>http://derekneighbors.com/2009/03/textmate-tip-episode-2-blocks/comment-page-1/#comment-430</link>
		<dc:creator>Terry Schmidt</dc:creator>
		<pubDate>Mon, 23 Mar 2009 21:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://derekneighbors.com/?p=5862#comment-430</guid>
		<description>One note on this, in order for the toggle to work when going from a {&#124;x&#124; ...} block to the do ... end block the code must be on a single line.

For example:

respond_to { &#124;format&#124; format.html ... }

will toggle appropriately but

respond_to { &#124;format&#124;
  format.html ...
}

will not. I know, why would you do the short hand version on multiple lines but I have seen it done. Anyway, thanks for the tips. I have learned some new tricks already and I can&#039;t wait to see what else you have to uncover.</description>
		<content:encoded><![CDATA[<p>One note on this, in order for the toggle to work when going from a {|x| &#8230;} block to the do &#8230; end block the code must be on a single line.</p>
<p>For example:</p>
<p>respond_to { |format| format.html &#8230; }</p>
<p>will toggle appropriately but</p>
<p>respond_to { |format|<br />
  format.html &#8230;<br />
}</p>
<p>will not. I know, why would you do the short hand version on multiple lines but I have seen it done. Anyway, thanks for the tips. I have learned some new tricks already and I can&#8217;t wait to see what else you have to uncover.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Anderson</title>
		<link>http://derekneighbors.com/2009/03/textmate-tip-episode-2-blocks/comment-page-1/#comment-415</link>
		<dc:creator>George Anderson</dc:creator>
		<pubDate>Thu, 19 Mar 2009 13:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://derekneighbors.com/?p=5862#comment-415</guid>
		<description>The &quot;block toggle&quot; is new to me; very nice.

On a related note is ^: (control-shift-colon) for toggling a &quot;word&quot; between string and symbol.

Thanks.</description>
		<content:encoded><![CDATA[<p>The &#8220;block toggle&#8221; is new to me; very nice.</p>
<p>On a related note is ^: (control-shift-colon) for toggling a &#8220;word&#8221; between string and symbol.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TextMate Screencasts for Rubyists</title>
		<link>http://derekneighbors.com/2009/03/textmate-tip-episode-2-blocks/comment-page-1/#comment-414</link>
		<dc:creator>TextMate Screencasts for Rubyists</dc:creator>
		<pubDate>Thu, 19 Mar 2009 12:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://derekneighbors.com/?p=5862#comment-414</guid>
		<description>[...] TextMate Tip #2 (Blocks) [...]</description>
		<content:encoded><![CDATA[<p>[...] TextMate Tip #2 (Blocks) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

