<?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: New Snipplr TextMate Bundle (Beta)</title>
	<atom:link href="http://snipplr.com/blog/2007/05/09/new-snipplr-textmate-bundle-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://snipplr.com/blog/2007/05/09/new-snipplr-textmate-bundle-beta/</link>
	<description>s nipple r &#60;em&#62;dot com!&#60;/em&#62;</description>
	<pubDate>Fri, 05 Sep 2008 19:31:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-hemorrhage</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ken Ray</title>
		<link>http://snipplr.com/blog/2007/05/09/new-snipplr-textmate-bundle-beta/#comment-16061</link>
		<dc:creator>Ken Ray</dc:creator>
		<pubDate>Wed, 16 Jul 2008 04:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snipplr.com/2007/05/09/new-snipplr-textmate-bundle-beta/#comment-16061</guid>
		<description>Not sure why, but when I add a snippet to TextMate, I get two lines for "LCC Scroll Enhancer loaded" before the snippet that gets inserted. For example, when I insert the JavaScript "showhide" function, I get this:

2008-07-15 23:19:15.494 CocoaDialog[639:10b] LCC Scroll Enhancer loaded
2008-07-15 23:19:18.945 CocoaDialog[656:10b] LCC Scroll Enhancer loaded
function showhide(e) {
    el = document.getElementById(e);
	el.style.display = el.style.display  == "block" ? "none" : "block";
}

Any idea why this is happening?</description>
		<content:encoded><![CDATA[<p>Not sure why, but when I add a snippet to TextMate, I get two lines for &#8220;LCC Scroll Enhancer loaded&#8221; before the snippet that gets inserted. For example, when I insert the JavaScript &#8220;showhide&#8221; function, I get this:</p>
<p>2008-07-15 23:19:15.494 CocoaDialog[639:10b] LCC Scroll Enhancer loaded<br />
2008-07-15 23:19:18.945 CocoaDialog[656:10b] LCC Scroll Enhancer loaded<br />
function showhide(e) {<br />
    el = document.getElementById(e);<br />
	el.style.display = el.style.display  == &#8220;block&#8221; ? &#8220;none&#8221; : &#8220;block&#8221;;<br />
}</p>
<p>Any idea why this is happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abraham Estrada</title>
		<link>http://snipplr.com/blog/2007/05/09/new-snipplr-textmate-bundle-beta/#comment-13544</link>
		<dc:creator>Abraham Estrada</dc:creator>
		<pubDate>Mon, 28 Jan 2008 17:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snipplr.com/2007/05/09/new-snipplr-textmate-bundle-beta/#comment-13544</guid>
		<description>Do you plan to release an e - Text Editor Bundle?
http://www.e-texteditor.com/</description>
		<content:encoded><![CDATA[<p>Do you plan to release an e - Text Editor Bundle?<br />
<a href="http://www.e-texteditor.com/" rel="nofollow">http://www.e-texteditor.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remy Sharp</title>
		<link>http://snipplr.com/blog/2007/05/09/new-snipplr-textmate-bundle-beta/#comment-9929</link>
		<dc:creator>Remy Sharp</dc:creator>
		<pubDate>Tue, 24 Jul 2007 11:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snipplr.com/2007/05/09/new-snipplr-textmate-bundle-beta/#comment-9929</guid>
		<description>I've started using the new bundle for textmate, but whenever I submit a new JavaScript snippet it's submitted as "Other".  

I've tried tweaking the submitted scope, but since it doesn't seem to follow the API snipplr has, I'm not sure if you're doing something on the server side for the textmate bundle.

Here's the tweak I made to the post command:

scope=`perl -e'split(/\./, $ARGV[0]); print $_[1] eq "js" ? "javascript" : $_[1];' $TM_SCOPE &#124; tr " " "+"`

So the submitted url included "/scope/javascript/...".

This still doesn't do anything to set the scope correctly (i.e. before it was "/scrope/source.js/..."

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve started using the new bundle for textmate, but whenever I submit a new JavaScript snippet it&#8217;s submitted as &#8220;Other&#8221;.  </p>
<p>I&#8217;ve tried tweaking the submitted scope, but since it doesn&#8217;t seem to follow the API snipplr has, I&#8217;m not sure if you&#8217;re doing something on the server side for the textmate bundle.</p>
<p>Here&#8217;s the tweak I made to the post command:</p>
<p>scope=`perl -e&#8217;split(/\./, $ARGV[0]); print $_[1] eq &#8220;js&#8221; ? &#8220;javascript&#8221; : $_[1];&#8217; $TM_SCOPE | tr &#8221; &#8221; &#8220;+&#8221;`</p>
<p>So the submitted url included &#8220;/scope/javascript/&#8230;&#8221;.</p>
<p>This still doesn&#8217;t do anything to set the scope correctly (i.e. before it was &#8220;/scrope/source.js/&#8230;&#8221;</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshambo</title>
		<link>http://snipplr.com/blog/2007/05/09/new-snipplr-textmate-bundle-beta/#comment-7548</link>
		<dc:creator>Roshambo</dc:creator>
		<pubDate>Fri, 18 May 2007 00:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.snipplr.com/2007/05/09/new-snipplr-textmate-bundle-beta/#comment-7548</guid>
		<description>Very nice work; thank you for sharing. I really appreciate the extra nerd note, too. Keep up the fantastic work, sir.</description>
		<content:encoded><![CDATA[<p>Very nice work; thank you for sharing. I really appreciate the extra nerd note, too. Keep up the fantastic work, sir.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
