<?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/"
		>
<channel>
	<title>Comments on: Add Xcode Text Macros</title>
	<atom:link href="http://roobasoft.com/blog/2005/12/28/add-xcode-text-macros/feed/" rel="self" type="application/rss+xml" />
	<link>http://roobasoft.com/blog/2005/12/28/add-xcode-text-macros/</link>
	<description></description>
	<lastBuildDate>Fri, 25 Nov 2011 01:36:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: emil</title>
		<link>http://roobasoft.com/blog/2005/12/28/add-xcode-text-macros/comment-page-1/#comment-59594</link>
		<dc:creator>emil</dc:creator>
		<pubDate>Thu, 01 May 2008 20:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://roobasoft.com/blog/?p=27#comment-59594</guid>
		<description>&lt;p&gt;anyone - make a a text macro editor, or else I will try. after all, we&#039;re all using xcode… start working ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>anyone &#8211; make a a text macro editor, or else I will try. after all, we&#8217;re all using xcode… start working <img src='http://roobasoft.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Delfino</title>
		<link>http://roobasoft.com/blog/2005/12/28/add-xcode-text-macros/comment-page-1/#comment-51253</link>
		<dc:creator>Matthew Delfino</dc:creator>
		<pubDate>Tue, 25 Mar 2008 20:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://roobasoft.com/blog/?p=27#comment-51253</guid>
		<description>&lt;p&gt;An additional quick tip for Xcode 3.0 - Under the Scripts &gt; Comments &gt; Un/Comment Selection, we have a perl script that checks for the type of file you are working in and comments appropriately.  I am indulging in Ruby right now and this script does not allow for Ruby, which comments just like shell and Perl.  So, if you choose to Edit Scripts under the script menu and go to this script, replace line 19 as follows:&lt;/p&gt;

&lt;p&gt;Instead of:
if ($fileString =~ m!^($perlCmt&#124;$cCmt)?#!\s&lt;em&gt;.&lt;/em&gt;?/perl&#124;^($perlCmt&#124;$cCmt)?#!\s&lt;em&gt;.&lt;/em&gt;?/sh!) {&lt;/p&gt;

&lt;p&gt;Try this:
if ($fileString =~ m!^($perlCmt&#124;$cCmt)?#!\s&lt;em&gt;.&lt;/em&gt;?/(perl&#124;ruby)&#124;^($perlCmt&#124;$cCmt)?#!\s&lt;em&gt;.&lt;/em&gt;?/sh!) {&lt;/p&gt;

&lt;p&gt;(no carriage returns added and I have no idea how much of this syntax will display in my comment - sorry in advance)&lt;/p&gt;

&lt;p&gt;It makes commenting and uncommenting my Ruby scripts much, much easier.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>An additional quick tip for Xcode 3.0 &#8211; Under the Scripts &gt; Comments &gt; Un/Comment Selection, we have a perl script that checks for the type of file you are working in and comments appropriately.  I am indulging in Ruby right now and this script does not allow for Ruby, which comments just like shell and Perl.  So, if you choose to Edit Scripts under the script menu and go to this script, replace line 19 as follows:</p>

<p>Instead of:
if ($fileString =~ m!^($perlCmt|$cCmt)?#!\s<em>.</em>?/perl|^($perlCmt|$cCmt)?#!\s<em>.</em>?/sh!) {</p>

<p>Try this:
if ($fileString =~ m!^($perlCmt|$cCmt)?#!\s<em>.</em>?/(perl|ruby)|^($perlCmt|$cCmt)?#!\s<em>.</em>?/sh!) {</p>

<p>(no carriage returns added and I have no idea how much of this syntax will display in my comment &#8211; sorry in advance)</p>

<p>It makes commenting and uncommenting my Ruby scripts much, much easier.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: SSteve</title>
		<link>http://roobasoft.com/blog/2005/12/28/add-xcode-text-macros/comment-page-1/#comment-51128</link>
		<dc:creator>SSteve</dc:creator>
		<pubDate>Tue, 25 Mar 2008 02:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://roobasoft.com/blog/?p=27#comment-51128</guid>
		<description>&lt;p&gt;You&#039;ve probably figured it out by now, but there is a better way.There&#039;s a free chapter from the book &quot;Beginning Xcode&quot; (http://www.wrox.com/WileyCDA/WroxTitle/productCd-047175479X.html) that describes the file format. Click &quot;Download Code&quot; then download the &quot;Bonus Sections Disk Image&quot;. The only problem with the document is that the folder in which the author tells you to put your xctxtmacro file no longer works with Xcode 2.5 (and presumably 3.0). The correct folder is ~/Library/Application Support/Developer/Shared/Xcode/Specifications.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You&#8217;ve probably figured it out by now, but there is a better way.There&#8217;s a free chapter from the book &#8220;Beginning Xcode&#8221; (<a href="http://www.wrox.com/WileyCDA/WroxTitle/productCd-047175479X.html" rel="nofollow">http://www.wrox.com/WileyCDA/WroxTitle/productCd-047175479X.html</a>) that describes the file format. Click &#8220;Download Code&#8221; then download the &#8220;Bonus Sections Disk Image&#8221;. The only problem with the document is that the folder in which the author tells you to put your xctxtmacro file no longer works with Xcode 2.5 (and presumably 3.0). The correct folder is ~/Library/Application Support/Developer/Shared/Xcode/Specifications.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: John Wylie</title>
		<link>http://roobasoft.com/blog/2005/12/28/add-xcode-text-macros/comment-page-1/#comment-44891</link>
		<dc:creator>John Wylie</dc:creator>
		<pubDate>Sat, 16 Feb 2008 09:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://roobasoft.com/blog/?p=27#comment-44891</guid>
		<description>&lt;p&gt;I use macros alot, and not always in xcode.&lt;/p&gt;

&lt;p&gt;I have written a global macro tool that can be used in any editor, and i also released a set of new xcode macros: http://activata.co.uk/xcodemacros/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I use macros alot, and not always in xcode.</p>

<p>I have written a global macro tool that can be used in any editor, and i also released a set of new xcode macros: <a href="http://activata.co.uk/xcodemacros/" rel="nofollow">http://activata.co.uk/xcodemacros/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: tyler</title>
		<link>http://roobasoft.com/blog/2005/12/28/add-xcode-text-macros/comment-page-1/#comment-742</link>
		<dc:creator>tyler</dc:creator>
		<pubDate>Tue, 22 Aug 2006 00:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://roobasoft.com/blog/?p=27#comment-742</guid>
		<description>&lt;p&gt;thanks!  I was trying to figure out how to do this.  Why don&#039;t they document it?!  Crazy!&lt;/p&gt;

&lt;p&gt;thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks!  I was trying to figure out how to do this.  Why don&#8217;t they document it?!  Crazy!</p>

<p>thanks.</p>]]></content:encoded>
	</item>
</channel>
</rss>

