<?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"
	>
<channel>
	<title>Comments on: Teach TextMate about Smarty</title>
	<atom:link href="http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/</link>
	<description>Musings from an independent developer, Cocoa, Rails, and UI for the most part.</description>
	<pubDate>Fri, 21 Nov 2008 02:56:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Darren Torpey</title>
		<link>http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/#comment-9123</link>
		<dc:creator>Darren Torpey</dc:creator>
		<pubDate>Sat, 29 Sep 2007 15:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://65.181.135.246/?p=13#comment-9123</guid>
		<description>&lt;p&gt;I found that the Smarty Bundle is no longer at the location given in this article. It is now at:
http://macromates.com/svn/Bundles/trunk/Bundles/PHP Smarty.tmbundle/&lt;/p&gt;

&lt;p&gt;So the command to get it would now be:&lt;/p&gt;

&lt;pre&gt;
svn --username anon --password anon co \
    "http://macromates.com/svn/Bundles/trunk/Bundles/PHP Smarty.tmbundle/"
&lt;/pre&gt;

&lt;p&gt;I also did not find an option to "Edit Languages..." in the Language popup at the bottom of TextMate. Instead, I found it under Bundles-&#62;Bundle Editor-&#62;Show Bundle Editor which brought up the dialog box mentioned here. (Note that you want to choose the Languages category)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found that the Smarty Bundle is no longer at the location given in this article. It is now at:
<a href="http://macromates.com/svn/Bundles/trunk/Bundles/PHP" rel="nofollow">http://macromates.com/svn/Bundles/trunk/Bundles/PHP</a> Smarty.tmbundle/</p>

<p>So the command to get it would now be:</p>

<pre>
svn --username anon --password anon co \
    "http://macromates.com/svn/Bundles/trunk/Bundles/PHP Smarty.tmbundle/"
</pre>

<p>I also did not find an option to &#8220;Edit Languages&#8230;&#8221; in the Language popup at the bottom of TextMate. Instead, I found it under Bundles-&gt;Bundle Editor-&gt;Show Bundle Editor which brought up the dialog box mentioned here. (Note that you want to choose the Languages category)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Zornek</title>
		<link>http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/#comment-56</link>
		<dc:creator>Mike Zornek</dc:creator>
		<pubDate>Wed, 08 Nov 2006 14:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://65.181.135.246/?p=13#comment-56</guid>
		<description>&lt;p&gt;If you are using different delimiters you'll probably have to edit the bundle yourself. I'm not its author so I can't really say where the edit(s) are needed.&lt;/p&gt;

&lt;p&gt;Good luck.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you are using different delimiters you&#8217;ll probably have to edit the bundle yourself. I&#8217;m not its author so I can&#8217;t really say where the edit(s) are needed.</p>

<p>Good luck.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/#comment-55</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 08 Nov 2006 08:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://65.181.135.246/?p=13#comment-55</guid>
		<description>&lt;p&gt;Hello, thanks for that nice hint. I'm using Smarty within my Xoops-Projects, where Smarty uses &#60;{}&gt; instead of {}. How can I tell the Smarty-Bundle to recognize &#60;{}&gt; ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello, thanks for that nice hint. I&#8217;m using Smarty within my Xoops-Projects, where Smarty uses &lt;{}> instead of {}. How can I tell the Smarty-Bundle to recognize &lt;{}> ?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/#comment-54</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Thu, 27 Jul 2006 15:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://65.181.135.246/?p=13#comment-54</guid>
		<description>&lt;p&gt;First of all, thanks for this article as it got me up and running quickly with my first svn bundle.&lt;/p&gt;

&lt;p&gt;In regards to getting the snippets/tab triggers working.  I notice two problems.  First off is that the scope for all the snippets is text.html.smarty which is wrong.  You are in text.html when you invoke a smarty snippet (except for the modifiers I guess).  If you change the scope to text.html they will work as advertised (remember to click out of the snippet in the editor in order for it to be saved/applied).  Secondly, they don't work with smart typing.  The tab triggers start with a curly brace, which will automatically create the closing brace, then the trigger creates a redundant brace.&lt;/p&gt;

&lt;p&gt;I also have to nitpick the snippets that are literally equal to their tab triggers?  What's the point?&lt;/p&gt;

&lt;p&gt;Anyway, I really appreciate the effort that went into creating the smarty bundle, but I'd like to see a lot more.  Maybe I'll get off my ass and try to contribute... mabe :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First of all, thanks for this article as it got me up and running quickly with my first svn bundle.</p>

<p>In regards to getting the snippets/tab triggers working.  I notice two problems.  First off is that the scope for all the snippets is text.html.smarty which is wrong.  You are in text.html when you invoke a smarty snippet (except for the modifiers I guess).  If you change the scope to text.html they will work as advertised (remember to click out of the snippet in the editor in order for it to be saved/applied).  Secondly, they don&#8217;t work with smart typing.  The tab triggers start with a curly brace, which will automatically create the closing brace, then the trigger creates a redundant brace.</p>

<p>I also have to nitpick the snippets that are literally equal to their tab triggers?  What&#8217;s the point?</p>

<p>Anyway, I really appreciate the effort that went into creating the smarty bundle, but I&#8217;d like to see a lot more.  Maybe I&#8217;ll get off my ass and try to contribute&#8230; mabe :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Laranjo</title>
		<link>http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/#comment-53</link>
		<dc:creator>Jorge Laranjo</dc:creator>
		<pubDate>Wed, 17 May 2006 11:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://65.181.135.246/?p=13#comment-53</guid>
		<description>&lt;p&gt;When I type on the line that is SMARTY the TextMate, now, beeps. Why is that and how can I silence it? Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I type on the line that is SMARTY the TextMate, now, beeps. Why is that and how can I silence it? Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Laranjo</title>
		<link>http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/#comment-52</link>
		<dc:creator>Jorge Laranjo</dc:creator>
		<pubDate>Wed, 17 May 2006 10:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://65.181.135.246/?p=13#comment-52</guid>
		<description>&lt;p&gt;Done! I was using the wrong folder... Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Done! I was using the wrong folder&#8230; Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Zornek</title>
		<link>http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/#comment-51</link>
		<dc:creator>Mike Zornek</dc:creator>
		<pubDate>Wed, 17 May 2006 10:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://65.181.135.246/?p=13#comment-51</guid>
		<description>&lt;p&gt;I just checked it out fine. Make sure your are not checking it out in another svn folder maybe? Or maybe this was a fluke as they were doing updates?&lt;/p&gt;

&lt;p&gt;I'd try again. Else, email TextMate for support (as I don't manage their svn repo).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I just checked it out fine. Make sure your are not checking it out in another svn folder maybe? Or maybe this was a fluke as they were doing updates?</p>

<p>I&#8217;d try again. Else, email TextMate for support (as I don&#8217;t manage their svn repo).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Laranjo</title>
		<link>http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/#comment-50</link>
		<dc:creator>Jorge Laranjo</dc:creator>
		<pubDate>Wed, 17 May 2006 05:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://65.181.135.246/?p=13#comment-50</guid>
		<description>&lt;p&gt;While trying to download (checkout) this bundle I got this error:
&lt;quote&gt;subversion/libsvn&lt;em&gt;wc/lock.c:158: (apr&lt;/em&gt;err=155004)
svn: Working copy 'Smarty.tmbundle' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
&lt;/quote&gt;&lt;/p&gt;

&lt;p&gt;How can I download this bundle ? Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>While trying to download (checkout) this bundle I got this error:
<quote>subversion/libsvn<em>wc/lock.c:158: (apr</em>err=155004)
svn: Working copy &#8216;Smarty.tmbundle&#8217; locked
svn: run &#8216;svn cleanup&#8217; to remove locks (type &#8216;svn help cleanup&#8217; for details)
</quote></p>

<p>How can I download this bundle ? Thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Zornek</title>
		<link>http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/#comment-49</link>
		<dc:creator>Mike Zornek</dc:creator>
		<pubDate>Fri, 24 Mar 2006 16:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://65.181.135.246/?p=13#comment-49</guid>
		<description>&lt;p&gt;Sorry Ryan, I don't have any experience or thoughts "incorporate the Smarty triggers into the HTML bundle."&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry Ryan, I don&#8217;t have any experience or thoughts &#8220;incorporate the Smarty triggers into the HTML bundle.&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ryansobol</title>
		<link>http://blog.clickablebliss.com/2006/01/04/teach-textmate-about-smarty/#comment-48</link>
		<dc:creator>ryansobol</dc:creator>
		<pubDate>Fri, 24 Mar 2006 14:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://65.181.135.246/?p=13#comment-48</guid>
		<description>&lt;p&gt;Any thoughts on how to incorporate the Smarty triggers into the HTML bundle?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Any thoughts on how to incorporate the Smarty triggers into the HTML bundle?</p>]]></content:encoded>
	</item>
</channel>
</rss>
