<?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: BBEdit 8</title>
	<atom:link href="http://mjtsai.com/blog/2004/08/30/bbedit-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://mjtsai.com/blog/2004/08/30/bbedit-8/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 20:01:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Tsai - Blog - BBEdit 9</title>
		<link>http://mjtsai.com/blog/2004/08/30/bbedit-8/comment-page-1/#comment-398951</link>
		<dc:creator>Michael Tsai - Blog - BBEdit 9</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:46:18 +0000</pubDate>
		<guid isPermaLink="false">/?p=882#comment-398951</guid>
		<description>[...] 9 doesn&#8217;t seem like as big an upgrade as 8.0 and 8.5 were, but it&#8217;s nonetheless a good [...]</description>
		<content:encoded><![CDATA[<p>[...] 9 doesn&rsquo;t seem like as big an upgrade as 8.0 and 8.5 were, but it&rsquo;s nonetheless a good [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Singh</title>
		<link>http://mjtsai.com/blog/2004/08/30/bbedit-8/comment-page-1/#comment-306623</link>
		<dc:creator>Singh</dc:creator>
		<pubDate>Thu, 22 May 2008 23:37:17 +0000</pubDate>
		<guid isPermaLink="false">/?p=882#comment-306623</guid>
		<description>Unsure about 8.0 specifically, but this works in at least 8.2.6+:
BBEdit Preferences -&gt; Documents Drawer -&gt; Allow Documents Drawer to Acquire Keyboard Focus

Now use alt/option + tab. (Yes, I realize this article is nearly 4 years old, but people today are still looking for this solution.</description>
		<content:encoded><![CDATA[<p>Unsure about 8.0 specifically, but this works in at least 8.2.6+:<br />
BBEdit Preferences -&gt; Documents Drawer -&gt; Allow Documents Drawer to Acquire Keyboard Focus</p>
<p>Now use alt/option + tab. (Yes, I realize this article is nearly 4 years old, but people today are still looking for this solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Laranjo</title>
		<link>http://mjtsai.com/blog/2004/08/30/bbedit-8/comment-page-1/#comment-8330</link>
		<dc:creator>Jorge Laranjo</dc:creator>
		<pubDate>Wed, 10 Aug 2005 16:26:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=882#comment-8330</guid>
		<description>Where can i find a Smarty module (for highlighting syntax) for Bbedit 8.0 ?

Please email me to jorge.laranjo@gmail.com
Thanks.</description>
		<content:encoded><![CDATA[<p>Where can i find a Smarty module (for highlighting syntax) for Bbedit 8.0 ?</p>
<p>Please email me to <a href="mailto:jorge.laranjo@gmail.com">jorge.laranjo@gmail.com</a><br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mjtsai.com/blog/2004/08/30/bbedit-8/comment-page-1/#comment-795</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 22 Sep 2004 17:11:03 +0000</pubDate>
		<guid isPermaLink="false">/?p=882#comment-795</guid>
		<description>Simon Beavis has posted &lt;a href=&quot;http://www.simulacrum.net.nz/downloads/bbclmeditor_v0.1.zip&quot;&gt;BBCLMEditor 0.1&lt;/a&gt;, an editor for Codeless Language Modules, so that you don&#039;t have to edit the plist files by hand.

I should note that although BBEdit does lose track of file encodings, as described in the original posting, you can permanently tag a file with its encoding using an &lt;a href=&quot;http://www.gnu.org/software/emacs/manual/html_node/File-Variables.html&quot;&gt;Emacs file variable&lt;/a&gt;. For example, to mark that a file is UTF-8, put this text somewhere in the first line of the file (probably inside a comment):

&lt;pre&gt;
-*- coding: utf-8 -*-
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Simon Beavis has posted <a href="http://www.simulacrum.net.nz/downloads/bbclmeditor_v0.1.zip">BBCLMEditor 0.1</a>, an editor for Codeless Language Modules, so that you don't have to edit the plist files by hand.</p>
<p>I should note that although BBEdit does lose track of file encodings, as described in the original posting, you can permanently tag a file with its encoding using an <a href="http://www.gnu.org/software/emacs/manual/html_node/File-Variables.html">Emacs file variable</a>. For example, to mark that a file is UTF-8, put this text somewhere in the first line of the file (probably inside a comment):</p>
<pre>
-*- coding: utf-8 -*-
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mjtsai.com/blog/2004/08/30/bbedit-8/comment-page-1/#comment-787</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 15 Sep 2004 13:37:37 +0000</pubDate>
		<guid isPermaLink="false">/?p=882#comment-787</guid>
		<description>Alex Robinson has written &lt;a href=&quot;http://www.fu2k.org/alex/applescript/bbworkspace&quot;&gt;BBWorkspace&lt;/a&gt;, which has a nicer interface than Johan Solve&#039;s script but doesn&#039;t support multiple documents in the same window.

John Gruber &lt;a href=&quot;http://daringfireball.net/2004/09/bbedit_8&quot;&gt;reviews BBEdit 8&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Alex Robinson has written <a href="http://www.fu2k.org/alex/applescript/bbworkspace">BBWorkspace</a>, which has a nicer interface than Johan Solve's script but doesn't support multiple documents in the same window.</p>
<p>John Gruber <a href="http://daringfireball.net/2004/09/bbedit_8">reviews BBEdit 8</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://mjtsai.com/blog/2004/08/30/bbedit-8/comment-page-1/#comment-786</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 15 Sep 2004 06:49:49 +0000</pubDate>
		<guid isPermaLink="false">/?p=882#comment-786</guid>
		<description>Looks like a good solid upgrade. God knows what they were thinking with the new icon though. With two B&#039;s in their name, you&#039;d think they&#039;d want a nice looking B, but that icon has got to be about the ugliest thing I have ever seen. Pains me to look at :-)</description>
		<content:encoded><![CDATA[<p>Looks like a good solid upgrade. God knows what they were thinking with the new icon though. With two B's in their name, you'd think they'd want a nice looking B, but that icon has got to be about the ugliest thing I have ever seen. Pains me to look at :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mjtsai.com/blog/2004/08/30/bbedit-8/comment-page-1/#comment-781</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 10 Sep 2004 18:45:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=882#comment-781</guid>
		<description>Johan Solve has written &lt;a href=&quot;http://www.listsearch.com/BBEditTalk.lasso?id=17316&quot;&gt;the script I suggested above&lt;/a&gt;, which saves and restores the open documents and their groupings.</description>
		<content:encoded><![CDATA[<p>Johan Solve has written <a href="http://www.listsearch.com/BBEditTalk.lasso?id=17316">the script I suggested above</a>, which saves and restores the open documents and their groupings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mjtsai.com/blog/2004/08/30/bbedit-8/comment-page-1/#comment-775</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 09 Sep 2004 13:35:18 +0000</pubDate>
		<guid isPermaLink="false">/?p=882#comment-775</guid>
		<description>Sean: John Gruber posted a &lt;a href=&quot;http://www.listsearch.com/BBEditTalk.lasso?id=17087&quot;&gt;Perl script&lt;/a&gt; (may need to reopen the HTML file as Mac OS Roman)  to the BBEdit-Talk mailing list that re-implements Convert To ASCII.</description>
		<content:encoded><![CDATA[<p>Sean: John Gruber posted a <a href="http://www.listsearch.com/BBEditTalk.lasso?id=17087">Perl script</a> (may need to reopen the HTML file as Mac OS Roman)  to the BBEdit-Talk mailing list that re-implements Convert To ASCII.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean McKibben</title>
		<link>http://mjtsai.com/blog/2004/08/30/bbedit-8/comment-page-1/#comment-774</link>
		<dc:creator>Sean McKibben</dc:creator>
		<pubDate>Thu, 09 Sep 2004 04:08:31 +0000</pubDate>
		<guid isPermaLink="false">/?p=882#comment-774</guid>
		<description>I can&#039;t believe they took out the Convert to ASCII command. Why would they do that?

Does anyone have any suggestions for another program to do this? Straightening quotes is great and all, but what about converting • to * or é to e?? Am I supposed to look for all those things by hand?</description>
		<content:encoded><![CDATA[<p>I can't believe they took out the Convert to ASCII command. Why would they do that?</p>
<p>Does anyone have any suggestions for another program to do this? Straightening quotes is great and all, but what about converting • to * or é to e?? Am I supposed to look for all those things by hand?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JerryT</title>
		<link>http://mjtsai.com/blog/2004/08/30/bbedit-8/comment-page-1/#comment-765</link>
		<dc:creator>JerryT</dc:creator>
		<pubDate>Mon, 06 Sep 2004 08:20:45 +0000</pubDate>
		<guid isPermaLink="false">/?p=882#comment-765</guid>
		<description>Upgrading to textSOAP 4 from 3 is easy for BBEdit 8 and Mailsmith 2.1.  The application &quot;knows&quot; where Plug Ins now live (very slick update from textSOAP 3 to 4 via eSellerate; I notice BareBones has switched from eSellerate to Digital River; cost of textSOAP upgrade was $12.50 or $15.00, forget which).

It also looks like textSOAP 4 has dropped support for Entourage X and added support for Mailsmith 2.1 with version 4.

DragThing 5.3 and NetNewsWire 1.0.8 both continue to have compatibility with BBEdit 8. The migration of Preferences and other resources to Applications Support for many of these apps is worth noting if you back up selected items with Backup to an  iDisk as I do.  In addition to all these recent updates I downgraded to Retrospect 5.1 from 6.  6 seems not only slower but is *really* slow when doing a &quot;Recycle Backup&quot; in my experience.  I&#039;ve also had the first Beach Balls I&#039;ve ever seen with Retrospect when using 6.

Then there were the Apple updates to Airport/Airport Extreme  and Airport Express....Labor Day Weekend arrived at the right time for me....

PS  Many thanks again to the author of SpamSieve for his Labor Day weekend tech support for BBedit 8 and Mailsmith 2.1 as well as SpamSieve 2.2. :)</description>
		<content:encoded><![CDATA[<p>Upgrading to textSOAP 4 from 3 is easy for BBEdit 8 and Mailsmith 2.1.  The application "knows" where Plug Ins now live (very slick update from textSOAP 3 to 4 via eSellerate; I notice BareBones has switched from eSellerate to Digital River; cost of textSOAP upgrade was $12.50 or $15.00, forget which).</p>
<p>It also looks like textSOAP 4 has dropped support for Entourage X and added support for Mailsmith 2.1 with version 4.</p>
<p>DragThing 5.3 and NetNewsWire 1.0.8 both continue to have compatibility with BBEdit 8. The migration of Preferences and other resources to Applications Support for many of these apps is worth noting if you back up selected items with Backup to an  iDisk as I do.  In addition to all these recent updates I downgraded to Retrospect 5.1 from 6.  6 seems not only slower but is *really* slow when doing a "Recycle Backup" in my experience.  I've also had the first Beach Balls I've ever seen with Retrospect when using 6.</p>
<p>Then there were the Apple updates to Airport/Airport Extreme  and Airport Express....Labor Day Weekend arrived at the right time for me....</p>
<p>PS  Many thanks again to the author of SpamSieve for his Labor Day weekend tech support for BBedit 8 and Mailsmith 2.1 as well as SpamSieve 2.2. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
