<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rusty Razor Blade &#187; bbedit</title>
	<atom:link href="http://www.rustyrazorblade.com/category/bbedit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rustyrazorblade.com</link>
	<description>Tech Thoughts, Mostly on LAMP - by Jon Haddad</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:03:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>BBEdit + CTags = Awesome</title>
		<link>http://www.rustyrazorblade.com/2008/05/bbedit-ctags-awesome/</link>
		<comments>http://www.rustyrazorblade.com/2008/05/bbedit-ctags-awesome/#comments</comments>
		<pubDate>Thu, 01 May 2008 23:07:19 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[bbedit]]></category>

		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=121</guid>
		<description><![CDATA[<p>I posted a <a href="http://www.rustyrazorblade.com/2008/03/15/bbedit-i-love-you-but-please-can-we-have-a-few-more-things/">complaint</a> a while ago about BBEdit complaining about a few things. I moved onto TextMate for a few weeks, but it lacked some of the powerful BBEdit features I&#8217;ve gotten used to.</p> <p>Then I discovered ctags. I set up a cron on my PHP dev site to rescan my dev folder [...]]]></description>
			<content:encoded><![CDATA[<p>I posted a <a href="http://www.rustyrazorblade.com/2008/03/15/bbedit-i-love-you-but-please-can-we-have-a-few-more-things/">complaint</a> a while ago about BBEdit complaining about a few things.  I moved onto TextMate for a few weeks, but it lacked some of the powerful BBEdit features I&#8217;ve gotten used to.</p>
<p>Then I discovered ctags.  I set up a cron on my PHP dev site to rescan my dev folder once an hour.  BBEdit automatically discovered my ctags file and gave me the definitions right a right click.</p>
<p>Ctags is available through yum (yum install ctags).</p>
<blockquote><p>ctags &#8211;languages=php  &#8211;recurse=yes</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.rustyrazorblade.com/2008/05/bbedit-ctags-awesome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BBEdit, I love you, but please can we have a few more things?</title>
		<link>http://www.rustyrazorblade.com/2008/03/bbedit-i-love-you-but-please-can-we-have-a-few-more-things/</link>
		<comments>http://www.rustyrazorblade.com/2008/03/bbedit-i-love-you-but-please-can-we-have-a-few-more-things/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 17:35:58 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[bbedit]]></category>

		<guid isPermaLink="false">http://www.rustyrazorblade.com/2008/03/15/bbedit-i-love-you-but-please-can-we-have-a-few-more-things/</guid>
		<description><![CDATA[<p><a href="http://www.barebones.com/products/bbedit/">BBEdit</a> is made by <a href="http://www.barebones.com/">Bare Bones Software</a>. For text editing, I&#8217;ve never used anything better. I swear by it. It&#8217;s got absolutely amazing search / replace, regex support, shell worksheets, and the fact that I can write a plugin in pretty much any language ever made is unbelievable.</p> <p>That being said, it&#8217;s still [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barebones.com/products/bbedit/">BBEdit</a> is made by <a href="http://www.barebones.com/">Bare Bones Software</a>.  For text editing, I&#8217;ve never used anything better.  I swear by it.  It&#8217;s got absolutely amazing search / replace, regex support, shell worksheets, and the fact that I can write a plugin in pretty much any language ever made is unbelievable.</p>
<p>That being said, it&#8217;s still missing a few things that I&#8217;d love to see.  I know I sound greedy, but I did pay about 180 for a text editor.</p>
<p>1. I don&#8217;t understand the Disk Browser.  Why would I want a read only view of my files?  It looks exactly like an editor, why can&#8217;t I just edit the files inline?  Please make the disk browser functional and let me edit my stuff. </p>
<p>2. Better code completion.  This isn&#8217;t entirely accurate, since you can use snippets to sort of do the code completion.  I&#8217;ll be honest, if it had TAB auto completion with a drop down (like Visual Studio), I&#8217;d be willing to write the needed scrips to auto create snippets libraries based on PHP projects.  Throw it on a shortcut key and we&#8217;ll be in business.</p>
<p>3. Enhanced split window mode.  How about the ability to have 2 different documents in 1 split window?</p>
<p>4. To elaborate on #3, I&#8217;d also like to be able to use a shell directly in bbedit, as the second half of a split window.  Or a shell worksheet works.  I&#8217;d be cool with that.</p>
<p>5. Adding to #1 &#8211; one thing I like about Eclipse is that it reads in my directory and lets me quick open files with apple-shift R, then I can just type in the filename and it regex matches.  It would be nice if when I&#8217;m using my editable disk browser I could do this.</p>
<p>Till then, I guess it&#8217;s a mix of Eclipse and BBEdit&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rustyrazorblade.com/2008/03/bbedit-i-love-you-but-please-can-we-have-a-few-more-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

