<?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: Custom Project Builder Templates</title>
	<atom:link href="http://raoli.com/2003/09/24/custom-project-builder-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://raoli.com/2003/09/24/custom-project-builder-templates/</link>
	<description>random and occassionally coherent musings</description>
	<lastBuildDate>Sun, 08 Feb 2009 07:38:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Blair</title>
		<link>http://raoli.com/2003/09/24/custom-project-builder-templates/comment-page-1/#comment-144</link>
		<dc:creator>Eric Blair</dc:creator>
		<pubDate>Wed, 12 Nov 2003 05:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.raoli.com/?p=133#comment-144</guid>
		<description>&lt;p&gt;But if the file name is NSSString-EBExtensions.h, that doesn&#039;t help me separate the &quot;NSString&quot; and &quot;EBExtensions&quot; strings.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>But if the file name is NSSString-EBExtensions.h, that doesn&#8217;t help me separate the &#8220;NSString&#8221; and &#8220;EBExtensions&#8221; strings.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Parretti</title>
		<link>http://raoli.com/2003/09/24/custom-project-builder-templates/comment-page-1/#comment-143</link>
		<dc:creator>Martin Parretti</dc:creator>
		<pubDate>Tue, 11 Nov 2003 14:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.raoli.com/?p=133#comment-143</guid>
		<description>&lt;p&gt;In PB try using the macro&lt;/p&gt;

&lt;p&gt;FILEBASENAMEASIDENTIFIER&lt;/p&gt;

&lt;p&gt;which uses the filename minus extension, and ensures that it is a legal C identifier.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In PB try using the macro</p>

<p>FILEBASENAMEASIDENTIFIER</p>

<p>which uses the filename minus extension, and ensures that it is a legal C identifier.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tsai</title>
		<link>http://raoli.com/2003/09/24/custom-project-builder-templates/comment-page-1/#comment-142</link>
		<dc:creator>Michael Tsai</dc:creator>
		<pubDate>Fri, 26 Sep 2003 05:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.raoli.com/?p=133#comment-142</guid>
		<description>&lt;p&gt;I was thinking that the glossary entry could use AppleScript to do the parsing. I think you&#039;re right about adding the files to the project, though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I was thinking that the glossary entry could use AppleScript to do the parsing. I think you&#8217;re right about adding the files to the project, though.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Blair</title>
		<link>http://raoli.com/2003/09/24/custom-project-builder-templates/comment-page-1/#comment-141</link>
		<dc:creator>Eric Blair</dc:creator>
		<pubDate>Thu, 25 Sep 2003 09:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.raoli.com/?p=133#comment-141</guid>
		<description>&lt;p&gt;How so? When I write categories, my files are usually named  ObjCClass-ExtName.(c&#124;h). I think the BBEdit Glossary would have the same problem as the Project Builder templates --- the glossary can&#039;t parse the file name to separate the class and extension names.&lt;/p&gt;

&lt;p&gt;Of course, you could create a glossary entry that created a took text in the format of &quot;ObjCClass (ExtName)&quot; and populate the file from that, but then you&#039;d need two variations (.h and .m files) and you&#039;d have to add the file to your project by hand.&lt;/p&gt;

&lt;p&gt;I just don&#039;t see a way to automate the process as nicely as can be done for Objective-C classes.&lt;/p&gt;

&lt;p&gt;Maybe I should just create a template that leaves space for me to enter the class and extension names by hand...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How so? When I write categories, my files are usually named  ObjCClass-ExtName.(c|h). I think the BBEdit Glossary would have the same problem as the Project Builder templates &#8212; the glossary can&#8217;t parse the file name to separate the class and extension names.</p>

<p>Of course, you could create a glossary entry that created a took text in the format of &#8220;ObjCClass (ExtName)&#8221; and populate the file from that, but then you&#8217;d need two variations (.h and .m files) and you&#8217;d have to add the file to your project by hand.</p>

<p>I just don&#8217;t see a way to automate the process as nicely as can be done for Objective-C classes.</p>

<p>Maybe I should just create a template that leaves space for me to enter the class and extension names by hand&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tsai</title>
		<link>http://raoli.com/2003/09/24/custom-project-builder-templates/comment-page-1/#comment-140</link>
		<dc:creator>Michael Tsai</dc:creator>
		<pubDate>Thu, 25 Sep 2003 05:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.raoli.com/?p=133#comment-140</guid>
		<description>&lt;p&gt;Sounds like a job for a BBEdit glossary item. :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sounds like a job for a BBEdit glossary item. <img src='http://raoli.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.161 seconds -->

