<?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: komodo tab macro to ease django development</title>
	<atom:link href="http://traviscline.com/blog/2008/04/30/komodo-tab-macro-to-ease-django-development-in-komodo/feed/" rel="self" type="application/rss+xml" />
	<link>http://traviscline.com/blog/2008/04/30/komodo-tab-macro-to-ease-django-development-in-komodo/</link>
	<description>/blog</description>
	<lastBuildDate>Fri, 22 Oct 2010 20:43:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Marc Davignon</title>
		<link>http://traviscline.com/blog/2008/04/30/komodo-tab-macro-to-ease-django-development-in-komodo/#comment-293</link>
		<dc:creator>Marc Davignon</dc:creator>
		<pubDate>Fri, 08 Jan 2010 06:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://traviscline.com/blog/2008/04/30/komodo-tab-macro-to-ease-django-development-in-komodo/#comment-293</guid>
		<description>Wow, what a great bit of code. Just the concept alone opens the door to a number of possibilities. In fact, I used it as the basis for a &quot;Tabs Open Relative Macro&quot; which was something I had wanted for a long time and could not believe someone else had not created it. Thank you!

&lt;a href=&quot;http://community.activestate.com/forum/tabs-open-relative-extension#comment-12056&quot; rel=&quot;nofollow&quot;&gt;http://community.activestate.com/forum/tabs-open-relative-extension#comment-12056&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Wow, what a great bit of code. Just the concept alone opens the door to a number of possibilities. In fact, I used it as the basis for a &#8220;Tabs Open Relative Macro&#8221; which was something I had wanted for a long time and could not believe someone else had not created it. Thank you!</p>
<p><a href="http://community.activestate.com/forum/tabs-open-relative-extension#comment-12056" rel="nofollow">http://community.activestate.com/forum/tabs-open-relative-extension#comment-12056</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://traviscline.com/blog/2008/04/30/komodo-tab-macro-to-ease-django-development-in-komodo/#comment-266</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 02 Oct 2008 15:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://traviscline.com/blog/2008/04/30/komodo-tab-macro-to-ease-django-development-in-komodo/#comment-266</guid>
		<description>Thanks, exactly what I needed! Also, what color scheme is that?</description>
		<content:encoded><![CDATA[<p>Thanks, exactly what I needed! Also, what color scheme is that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Caraveo</title>
		<link>http://traviscline.com/blog/2008/04/30/komodo-tab-macro-to-ease-django-development-in-komodo/#comment-229</link>
		<dc:creator>Shane Caraveo</dc:creator>
		<pubDate>Thu, 01 May 2008 00:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://traviscline.com/blog/2008/04/30/komodo-tab-macro-to-ease-django-development-in-komodo/#comment-229</guid>
		<description>Here&#039;s a one way of dealing with the slash issue in a cross platform mode.  There are also a number of extensions regarding snippets and textmate-like behavior on our community site.
Regards,
Shane

var osPathSvc = Components.classes[&quot;@activestate.com/koOsPath;1&quot;].
                getService(Components.interfaces.koIOsPath);
var myfullpath = &quot;/path/to/file.txt&quot;;
var parentDirName = osPathSvc.basename(osPathSvc.dirname(myfullpath));
var shortPath = osPathSvc.join(parentDirName, osPathSvc.basename(myfullpath));</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a one way of dealing with the slash issue in a cross platform mode.  There are also a number of extensions regarding snippets and textmate-like behavior on our community site.<br />
Regards,<br />
Shane</p>
<p>var osPathSvc = Components.classes["@activestate.com/koOsPath;1"].<br />
                getService(Components.interfaces.koIOsPath);<br />
var myfullpath = &#8220;/path/to/file.txt&#8221;;<br />
var parentDirName = osPathSvc.basename(osPathSvc.dirname(myfullpath));<br />
var shortPath = osPathSvc.join(parentDirName, osPathSvc.basename(myfullpath));</p>
]]></content:encoded>
	</item>
</channel>
</rss>

