<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>editor-fetish &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/editor-fetish/</link>
	<description>Feed of posts on WordPress.com tagged "editor-fetish"</description>
	<pubDate>Fri, 25 Jul 2008 21:17:04 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[[REDACTED] my [REDACTED]]]></title>
<link>http://21cdb.wordpress.com/?p=264</link>
<pubDate>Mon, 30 Jun 2008 13:20:38 +0000</pubDate>
<dc:creator>21cdb</dc:creator>
<guid>http://21cdb.wordpress.com/?p=264</guid>
<description><![CDATA[Feature list for latest BBedit (beta).
]]></description>
<content:encoded><![CDATA[<p><a href="http://groups.google.com/group/bbedit/msg/df609726948257c0">Feature list for latest BBedit (beta).</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA['Select Word' in Komodo]]></title>
<link>http://21cdb.wordpress.com/?p=244</link>
<pubDate>Tue, 27 May 2008 19:25:13 +0000</pubDate>
<dc:creator>21cdb</dc:creator>
<guid>http://21cdb.wordpress.com/?p=244</guid>
<description><![CDATA[The default Mac OS X keybinding doesn&#8217;t seem to include &#8216;Select Word&#8217; from the key]]></description>
<content:encoded><![CDATA[<p>The default Mac OS X keybinding doesn't seem to include 'Select Word' from the keyboard. So here's one.<br />
<code><br />
komodo.assertMacroVersion(2);<br />
if (komodo.view) { komodo.view.setFocus() };<br />
var theEditor = ko.views.manager.currentView.scimoz;<br />
if(theEditor.getColumn(theEditor.currentPos) == 0){<br />
komodo.doCommand('cmd_selectHome');<br />
komodo.doCommand('cmd_endOfWordExtend');<br />
}<br />
komodo.doCommand('cmd_beginningOfWord');<br />
komodo.doCommand('cmd_endOfWordExtend');<br />
</code></p>
<p>There's probably a better way but there you go.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[This might totally screw up my theory]]></title>
<link>http://21cdb.wordpress.com/?p=236</link>
<pubDate>Thu, 01 May 2008 16:59:39 +0000</pubDate>
<dc:creator>21cdb</dc:creator>
<guid>http://21cdb.wordpress.com/?p=236</guid>
<description><![CDATA[This might totally screw up my thesis about BBEdit release dates.
]]></description>
<content:encoded><![CDATA[<p><a href="http://twitter.com/siegel/statuses/800727590">This</a> might totally screw up <a href="http://21cdb.wordpress.com/2008/03/03/idle-speculation-on-a-new-bbedit-release/">my thesis</a> about <a href="http://www.barebones.com/products/bbedit/">BBEdit</a> release dates.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Idle speculation on a new BBEdit release]]></title>
<link>http://21cdb.wordpress.com/?p=201</link>
<pubDate>Mon, 03 Mar 2008 22:44:40 +0000</pubDate>
<dc:creator>21cdb</dc:creator>
<guid>http://21cdb.wordpress.com/?p=201</guid>
<description><![CDATA[So I&#8217;ve been screwing around with Emacs again, and generally remembering everything I love and]]></description>
<content:encoded><![CDATA[<p>So I've been screwing around with Emacs again, and generally remembering everything I love and hate about Emacs.</p>
<p>Mostly hate.</p>
<p>Anyway, I always end up back in BBEdit. And I started wondering about, since they added a few features I wanted like folding, I wonder if the next release will support some new stuff, like improved syntax highlighting.</p>
<p>That got me wondering: so just when <em>is</em> the next release?</p>
<p>They'll never tell you of course, but it only took about 5 minutes <a href="http://www.barebones.com/support/bbedit/archived_notes.shtml">here</a> and <a href="http://www.barebones.com/company/press.php">here</a> to figure it out.</p>
<p><em>Very broadly speaking</em>, Bare Bones releases an update ("point release") of BBEdit every couple of months. To wit:</p>
<p>8.7 was released 8/6/07<br />
8.7.1 was released 10/31/07<br />
8.7.2 was released 12/19/07</p>
<p>8.6, 8.5, etc generally follow the same pattern.</p>
<p>What's else, <em>missing the window</em> has almost always tended to be a larger release ("minor version"); really missing the window hints a major release is brewing. Although it's hard to call some 16 months from 8.6.2 to 8.7 "minor", I assume you tend to follow the major.minor.point system. </p>
<p>Anyway they're only a couple weeks over, so it would be hasty to wonder if they're baking a version with an embedded Javascript interpreter and radical syntax highlighting ... but if 8.7.3 doesn't show up by the end of March, feel free to start speculating.</p>
<h6>(please please please be working on better syntax highlighting and visible svn status, like in the status bar and includes for dynamic languages and ...)</h6>
<p><strong>UPDATE</strong> Well it's a couple days to April, no betas posted on the mailing list, so, I'm going to bet 1 (one) US Dollar that we'll not see any updates for BBEdit for some time, perhaps a version 8.8 or even 9. We'll see how my ostensibly fact-based prognostication goes.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Why aren't more language modes electric by default?]]></title>
<link>http://21cdb.wordpress.com/?p=199</link>
<pubDate>Wed, 27 Feb 2008 18:24:57 +0000</pubDate>
<dc:creator>21cdb</dc:creator>
<guid>http://21cdb.wordpress.com/?p=199</guid>
<description><![CDATA[I note that rather a lot of C-like languages (Javascript, PHP) are not &#8220;electric&#8221; in Ema]]></description>
<content:encoded><![CDATA[<p>I note that rather a lot of C-like languages (Javascript, PHP) are not "electric" in Emacs by default.</p>
<p>Is it fair to assume no one really uses Emacs for PHP any more? Or everyone just grits their teeth and writes their own electric mode?</p>
]]></content:encoded>
</item>

</channel>
</rss>
