<?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: Code browser plug-in</title>
	<atom:link href="http://blog.macromates.com/2005/code-browser-plug-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.macromates.com/2005/code-browser-plug-in/</link>
	<description>TextMate and OS X</description>
	<lastBuildDate>Wed, 03 Feb 2010 16:53:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Nitesh</title>
		<link>http://blog.macromates.com/2005/code-browser-plug-in/#comment-3507</link>
		<dc:creator>Nitesh</dc:creator>
		<pubDate>Tue, 02 Dec 2008 21:31:29 +0000</pubDate>
		<guid isPermaLink="false">/?p=60#comment-3507</guid>
		<description>&lt;p&gt;Awesome.. simply awesome..&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Awesome.. simply awesome..</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.macromates.com/2005/code-browser-plug-in/#comment-2234</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 06 Feb 2007 17:24:27 +0000</pubDate>
		<guid isPermaLink="false">/?p=60#comment-2234</guid>
		<description>&lt;p&gt;I&#039;ve posted my tweak to get Actionscript files recognized here: http://www.dirtystylus.com/blog/2007/02/06/actionscript-support-for-tmcodebrowser/&lt;/p&gt;

&lt;p&gt;Gerd was a big help in troubleshooting the AS issue. Big thanks to him again for putting out this plugin!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#039;ve posted my tweak to get Actionscript files recognized here: <a href="http://www.dirtystylus.com/blog/2007/02/06/actionscript-support-for-tmcodebrowser/" rel="nofollow">http://www.dirtystylus.com/blog/2007/02/06/actionscript-support-for-tmcodebrowser/</a></p>

<p>Gerd was a big help in troubleshooting the AS issue. Big thanks to him again for putting out this plugin!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://blog.macromates.com/2005/code-browser-plug-in/#comment-1369</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Fri, 21 Jul 2006 23:25:47 +0000</pubDate>
		<guid isPermaLink="false">/?p=60#comment-1369</guid>
		<description>&lt;p&gt;Works great for regular languages, but I can&#039;t get Actionscript to work in the browser&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Works great for regular languages, but I can&#039;t get Actionscript to work in the browser</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jan-Henrik</title>
		<link>http://blog.macromates.com/2005/code-browser-plug-in/#comment-566</link>
		<dc:creator>Jan-Henrik</dc:creator>
		<pubDate>Thu, 17 Nov 2005 08:58:13 +0000</pubDate>
		<guid isPermaLink="false">/?p=60#comment-566</guid>
		<description>&lt;p&gt;Allan I downloaded the latest TM version and the symbol pop-up now works great with C also. Finally, syntax coloring of functions also works perfectly. It&#039;s starting to get to the point where TextMate and not xcode will be my primary editor, only window split are missing :)&lt;/p&gt;

&lt;p&gt;Ps. I changed the end of declaration.function.c in the C bundle to, ([{\n;]))&#039;; This way function prototypes are also recognized.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Allan I downloaded the latest TM version and the symbol pop-up now works great with C also. Finally, syntax coloring of functions also works perfectly. It&#039;s starting to get to the point where TextMate and not xcode will be my primary editor, only window split are missing :)</p>

<p>Ps. I changed the end of declaration.function.c in the C bundle to, ([{\n;]))&#039;; This way function prototypes are also recognized.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Odgaard</title>
		<link>http://blog.macromates.com/2005/code-browser-plug-in/#comment-565</link>
		<dc:creator>Allan Odgaard</dc:creator>
		<pubDate>Wed, 16 Nov 2005 21:01:03 +0000</pubDate>
		<guid isPermaLink="false">/?p=60#comment-565</guid>
		<description>&lt;p&gt;Oscar: The svn repository has bundles for &lt;a href=&quot;http://anon:anon@macromates.com/svn/Bundles/trunk/Bundles/Ada.tmbundle/&quot;&gt;Ada&lt;/a&gt; and &lt;a href=&quot;http://anon:anon@macromates.com/svn/Bundles/trunk/Bundles/Matlab.tmbundle/&quot;&gt;Matlab&lt;/a&gt;. You&#039;ll need to perform a svn checkout of these two to &lt;code&gt;~/Library/Application Support/TextMate/Bundles&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Jan-Henrik: the C syntax at the repository has a &lt;a href=&quot;http://lists.macromates.com/pipermail/textmate/2005-November/006829.html&quot;&gt;complex rule&lt;/a&gt; to match C functions (so it&#039;ll work from next build).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oscar: The svn repository has bundles for <a href="http://anon:anon@macromates.com/svn/Bundles/trunk/Bundles/Ada.tmbundle/">Ada</a> and <a href="http://anon:anon@macromates.com/svn/Bundles/trunk/Bundles/Matlab.tmbundle/">Matlab</a>. You&#039;ll need to perform a svn checkout of these two to <code>~/Library/Application Support/TextMate/Bundles</code>.</p>

<p>Jan-Henrik: the C syntax at the repository has a <a href="http://lists.macromates.com/pipermail/textmate/2005-November/006829.html">complex rule</a> to match C functions (so it&#039;ll work from next build).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jan-Henrik</title>
		<link>http://blog.macromates.com/2005/code-browser-plug-in/#comment-564</link>
		<dc:creator>Jan-Henrik</dc:creator>
		<pubDate>Wed, 16 Nov 2005 20:51:06 +0000</pubDate>
		<guid isPermaLink="false">/?p=60#comment-564</guid>
		<description>&lt;p&gt;Thanks Allan. This works great for Java and Ruby. However I do most of my programming in plain C and it does not seems to work for this language. At best I only get a list of my #defines. The reason seems to be that the C bundle does not have a &quot;Symbol List&quot; entry? I tried to add the one used in the Java bundle with some changes, but that didn&#039;t work. Suggestions?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Allan. This works great for Java and Ruby. However I do most of my programming in plain C and it does not seems to work for this language. At best I only get a list of my #defines. The reason seems to be that the C bundle does not have a &#034;Symbol List&#034; entry? I tried to add the one used in the Java bundle with some changes, but that didn&#039;t work. Suggestions?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Ruitt</title>
		<link>http://blog.macromates.com/2005/code-browser-plug-in/#comment-563</link>
		<dc:creator>Oscar Ruitt</dc:creator>
		<pubDate>Wed, 16 Nov 2005 02:52:12 +0000</pubDate>
		<guid isPermaLink="false">/?p=60#comment-563</guid>
		<description>&lt;p&gt;As with TextMate itself, I don&#039;t see support for Ada or Octave (gnu Matlab). Any ideas?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As with TextMate itself, I don&#039;t see support for Ada or Octave (gnu Matlab). Any ideas?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Odgaard</title>
		<link>http://blog.macromates.com/2005/code-browser-plug-in/#comment-562</link>
		<dc:creator>Allan Odgaard</dc:creator>
		<pubDate>Tue, 15 Nov 2005 15:53:23 +0000</pubDate>
		<guid isPermaLink="false">/?p=60#comment-562</guid>
		<description>&lt;p&gt;Jan-Henrik: latest builds do have a symbol/function pop-up in the status bar. It&#039;s not using ctags, but it works for most languages.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jan-Henrik: latest builds do have a symbol/function pop-up in the status bar. It&#039;s not using ctags, but it works for most languages.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jan-Henrik</title>
		<link>http://blog.macromates.com/2005/code-browser-plug-in/#comment-561</link>
		<dc:creator>Jan-Henrik</dc:creator>
		<pubDate>Mon, 14 Nov 2005 22:14:44 +0000</pubDate>
		<guid isPermaLink="false">/?p=60#comment-561</guid>
		<description>&lt;p&gt;Nice! This give me a couple of ideas:&lt;/p&gt;

&lt;p&gt;1) Use etags for simple code completion. Emacs have had this for years (http://www.linuxjournal.com/node/153/print) and it should be possible to use ideas from some of the code completion wrappers around etag in TextMate also.&lt;/p&gt;

&lt;p&gt;2) I would love to see this code browser of Gerd as a pop up menu in the status bar just like the one in xcode. Its easier to access than having to open a code browser window.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice! This give me a couple of ideas:</p>

<p>1) Use etags for simple code completion. Emacs have had this for years (<a href="http://www.linuxjournal.com/node/153/print" rel="nofollow">http://www.linuxjournal.com/node/153/print</a>) and it should be possible to use ideas from some of the code completion wrappers around etag in TextMate also.</p>

<p>2) I would love to see this code browser of Gerd as a pop up menu in the status bar just like the one in xcode. Its easier to access than having to open a code browser window.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.macromates.com/2005/code-browser-plug-in/#comment-545</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 10 Nov 2005 19:20:30 +0000</pubDate>
		<guid isPermaLink="false">/?p=60#comment-545</guid>
		<description>&lt;p&gt;Fantastic!  Great addition to TextMate Gerd.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Fantastic!  Great addition to TextMate Gerd.</p>

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

