<?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/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; Apple</title>
	<atom:link href="http://gigaom.com/apple/tag/textmate/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 14:29:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; Apple</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>Coda 1.6 Sports Scriptable Plug-ins Interface</title>
		<link>http://gigaom.com/apple/coda-16-sports-scriptable-plug-ins-interface/</link>
		<comments>http://gigaom.com/apple/coda-16-sports-scriptable-plug-ins-interface/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 13:00:24 +0000</pubDate>
		<dc:creator>Bob Rudis</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Coda]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[TextMate]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=10349</guid>
		<description><![CDATA[When it comes to web site development IDEs, Coda is one of the &#8220;must have&#8221; Mac applications. The premise is simple: one application that handles all aspects of site development and promotion: editing browser code, cleaning up schemas and tables, wielding CSS, managing versioning and promoting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171931&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://gigapple.files.wordpress.com/2008/11/coda-plug-ins.png?w=128&#038;h=128" alt="" title="coda-plug-ins" width="128" height="128"  class=" alignleft" />
<p class="excerpt">When it comes to web site development IDEs, <a href="http://www.panic.com/coda/">Coda</a> is one of the &#8220;must have&#8221; Mac applications.</p>
<p>The premise is simple: one application that handles all aspects of site development and promotion: editing browser code, cleaning up schemas and tables, wielding CSS, managing versioning and promoting changes to staging and production. If you&#8217;re stuck on syntax, just open up Coda&#8217;s handy library to find that missing parameter or HTML entity. You really need to see Coda in action to get a feel for how much it helps improve your web workflow.</p>
<p>Apart from the 63 improvements Panic has baked into version 1.6 there are four new features that make this great program even better. While they may have added syntax highlighting for <a href="http://cappuccino.org/">Objective-J/Cappuccino</a>, &#8220;smart&#8221; spell checking (so that the editor only cares about your words and not your code) and the ability to find and open files with speed and ease, the <i>real</i> fun comes with Coda&#8217;s new found support for <a href="http://www.panic.com/coda/developer/howto/plugins.php">plug-ins</a>. Users of BBEdit/TextWrangler, TextMate and a host of other OS X editors can attest to the power of plug-ins. They can speed up coding dramatically and let you accomplish some tasks that would be impossible by hand.<br />
<span id="more-171931"></span><br />
<img src="http://gigapple.files.wordpress.com/2008/11/pluginpanel.png?w=604" alt="" title="pluginpanel"  class=" alignleft" /></p>
<p>Panic has made Coda plug-in creation even more accessible by providing a &#8220;<a href="http://www.panic.com/coda/d/Coda%20Plug-in%20Creator%201.0.zip">Coda Plug-in Creator</a>&#8221; application that lets scripters (i.e. Python, Perl, Ruby, shell &mdash; anything that works on the OS X command line) into a world that is usually left to full-on Cocoa programmers. With Coda Plug-in Creator, you can drag scripts you create outside of Coda into the builder or start coding right in the application. All input is provided to the standard input stream for the script and Coda enables all plug-ins to select which portions of the document they want to process. Similarly, plug-ins (including the scripting ones) just provide their replacement text on the standard output stream and instruct Coda what to do with it.</p>
<p>If you are a TextMate user or &#8220;commander&#8221;, Coda can also import commands from TextMate bundles, greatly increasing the number of available plug-ins right from the start. Cocoa developers should not fret as Panic also provides a fully documented API with <a href="http://www.panic.com/coda/d/Coda%20Sample%20Plug-ins.zip">examples</a>.</p>
<p>This is really great news for Coda fans and should help increase Coda&#8217;s visibility among hardcore OS X web developers (and <i>may</i> even convince some TextMate users to switch). The application costs $99.00 and runs on OS X 10.4 &#038; 10.5 (some features are 10.5-only, though). The Plug-in Creator is free.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171931+coda-16-sports-scriptable-plug-ins-interface&utm_content=hrbrmstr">Sign up for a free trial</a>.</p><ul><li><a href="?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171931+coda-16-sports-scriptable-plug-ins-interface&utm_content=hrbrmstr"></a></li><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171931+coda-16-sports-scriptable-plug-ins-interface&utm_content=hrbrmstr">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171931+coda-16-sports-scriptable-plug-ins-interface&utm_content=hrbrmstr">The Near-Term Evolution of Social&nbsp;Commerce</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171931&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/coda-16-sports-scriptable-plug-ins-interface/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a08d08f6b541441fccf36bc6392a0784?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">hrbrmstr</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/11/coda-plug-ins.png" medium="image">
			<media:title type="html">coda-plug-ins</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/11/pluginpanel.png" medium="image">
			<media:title type="html">pluginpanel</media:title>
		</media:content>
	</item>
		<item>
		<title>TextMate and Subversion</title>
		<link>http://gigaom.com/apple/textmate-and-subversion/</link>
		<comments>http://gigaom.com/apple/textmate-and-subversion/#comments</comments>
		<pubDate>Wed, 14 May 2008 14:30:45 +0000</pubDate>
		<dc:creator>Jason Terhorst</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=3264</guid>
		<description><![CDATA[I&#8217;ve used TextMate before, mostly for heavy development with PHP or Ruby on Rails, but it began to fall out of focus for me when I started using Panic&#8217;s Coda instead. I loved Coda&#8217;s interface more than any other text editor/web development application. But I lamented [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171408&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://gigapple.files.wordpress.com/2008/05/textmate.png?w=130&#038;h=133" alt="Textmate" title="textmate" width="130" height="133"  class=" alignleft" /> I&#8217;ve used <a href="http://macromates.com/">TextMate</a> before, mostly for heavy development with PHP or Ruby on Rails, but it began to fall out of focus for me when I started using <a href="http://www.panic.com/coda">Panic&#8217;s Coda</a> instead. I loved Coda&#8217;s interface more than any other text editor/web development application. But I lamented the ability to easily sync up my web work to my Subversion server, which I&#8217;ve fallen in love with. Xcode has the ability to manage versioning with Subversion in your projects, but this only works with the types of projects that Xcode handles.</p>
<p>I&#8217;m not a command-line kind of guy, even though I use Subversion. So I&#8217;ve tried to find some kind of GUI-based Subversion client. So far, the only one I&#8217;ve seen that&#8217;s available here and now was svnX. But the UI is irritating and confusing, making it pretty much unusable.</p>
<p>Then, I heard in passing from a friend that TextMate supports SVN. So I launched it up, and looked around. Sure enough, there it is &#8211; under the &#8220;<strong>Bundles</strong>&#8221; menu, and it&#8217;s the &#8220;<strong>Subversion</strong>&#8221; group. It has similar functionality to what Xcode has. Of course, you&#8217;ll want to import the project and perform the initial checkout via Terminal, but after that, you&#8217;ll be ready to go.</p>
<p>For easiest results, select the entire project&#8217;s folder from the &#8220;Open&#8230;&#8221; dialog in TextMate, to keep the whole thing at hand in TextMate.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171408+textmate-and-subversion&utm_content=gigaguest">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171408+textmate-and-subversion&utm_content=gigaguest">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171408+textmate-and-subversion&utm_content=gigaguest">The Near-Term Evolution of Social&nbsp;Commerce</a></li><li><a href="http://pro.gigaom.com/2011/02/content-farms-the-players-the-benefits-the-risks/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171408+textmate-and-subversion&utm_content=gigaguest">Content Farms: The Players, The Benefits, The&nbsp;Risks</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171408&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/textmate-and-subversion/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4411542bbd7a2a9a2fc2a1b38809e45c?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaguest</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/05/textmate.png" medium="image">
			<media:title type="html">textmate</media:title>
		</media:content>
	</item>
		<item>
		<title>TextMate: No longer a reason to avoid Git</title>
		<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/</link>
		<comments>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 15:40:58 +0000</pubDate>
		<dc:creator>Billy Halsey</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Locations & Services]]></category>
		<category><![CDATA[Quickies]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[revision control]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/</guid>
		<description><![CDATA[I wrote recently about my headaches using Subversion with iWork documents (&#8220;iWork hates Subversion&#8221;). The consensus from the comments was that I needed to ditch Subversion for a more modern version control system. Both Mercurial and Git were popular among commenters. (I decided on Git, incidentally. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171240&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wrote recently about my headaches using <a href="http://subversion.tigris.org/" title="subversion.tigris.org">Subversion</a> with iWork documents (&#8220;<a href="http://gigaom.com/apple/iwork-hates-subversion/" title="iWork hates Subversion - The Apple Blog">iWork hates Subversion</a>&#8221;). The consensus from the comments was that I needed to ditch Subversion for a more modern version control system. Both <a href="http://www.selenic.com/mercurial/wiki/" title="Mercurial - Mercurial">Mercurial</a> and <a href="http://git.or.cz/" title="Git - Fast Version Control System">Git</a> were popular among commenters. (I decided on Git, incidentally. The transition was extremely smooth.)</p>
<p><img src="http://gigapple.files.wordpress.com/2008/01/tmbundleeditor.jpg?w=604" alt="TextMate bundle editor" class=" alignleft" /></p>
<p>One TAB reader, <strong><a href="http://gigaom.com/apple/iwork-hates-subversion/#comment-113222">HG</a></strong>, lamented that a TextMate bundle doesn&#8217;t yet exist for Git. Consider that old news. Well, unofficially. It is currently under review within the TextMate user community, but the Git bundle <em>has</em> been written and is available to any TextMate user who syncs to the TextMate SVN repository.</p>
<p>Copy (or link) the bundle from <code>Review/Bundles</code> into <code>Bundles</code> and relaunch TextMate or Reload Bundles (under the Bundles menu), and <em>voilà!</em>, your copy of TextMate now supports many of Git&#8217;s version control features &#8212; in addition to every other open-source version management system on the planet.</p>
<p>Instructions for syncing from the TextMate SVN repository is available at the <a href="http://wiki.macromates.com/Main/SubversionCheckout" title="Main / SubversionCheckout — TextMate Wiki">TextMate wiki</a>.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171240+textmate-no-longer-a-reason-to-avoid-git&utm_content=gigaguest">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171240+textmate-no-longer-a-reason-to-avoid-git&utm_content=gigaguest">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171240+textmate-no-longer-a-reason-to-avoid-git&utm_content=gigaguest">The Near-Term Evolution of Social&nbsp;Commerce</a></li><li><a href="http://pro.gigaom.com/2011/02/content-farms-the-players-the-benefits-the-risks/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171240+textmate-no-longer-a-reason-to-avoid-git&utm_content=gigaguest">Content Farms: The Players, The Benefits, The&nbsp;Risks</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171240&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4411542bbd7a2a9a2fc2a1b38809e45c?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaguest</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/01/tmbundleeditor.jpg" medium="image">
			<media:title type="html">TextMate bundle editor</media:title>
		</media:content>
	</item>
		<item>
		<title>TM Themes &#8211; A new repository of TextMate themes</title>
		<link>http://gigaom.com/apple/tm-themes-a-new-repository-of-textmate-themes/</link>
		<comments>http://gigaom.com/apple/tm-themes-a-new-repository-of-textmate-themes/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 06:14:26 +0000</pubDate>
		<dc:creator>Josh Pigford</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[TextMate]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://theappleblog.com/2008/01/02/tm-themes-a-new-repository-of-textmate-themes/</guid>
		<description><![CDATA[I&#8217;ve been a hardcore TextMate user for over a year now and really can&#8217;t function without it. It&#8217;s an app we&#8217;ve covered a number of times. One thing I really love about TextMate is how extendible/customizable it&#8217;s themes are. I&#8217;m a visual coder and having a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171232&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src='http://gigapple.files.wordpress.com/2008/01/tmthemes.png?w=604' alt='TM Themes' class=" alignleft" /></p>
<p class="excerpt">I&#8217;ve been a hardcore <a href="http://macromates.com">TextMate</a> user for over a year now and really can&#8217;t function without it. It&#8217;s an app we&#8217;ve <a href="http://gigaom.com/apple/textmate/">covered</a> a <a href="http://gigaom.com/apple/textmate-more-than-just-an-app/">number</a> of <a href="http://gigaom.com/apple/book-review-textmate-power-editing-for-the-mac/">times</a>.</p>
<p>One thing I really love about TextMate is how extendible/customizable it&#8217;s themes are. I&#8217;m a visual coder and having a theme that I can customize to my coding style really speeds up development for me.</p>
<p>The Macromates website has a pretty extensive <a href="http://wiki.macromates.com/Themes/UserSubmittedThemes">theme gallery</a> with downloads of dozens of themes but other than that, there isn&#8217;t much else out there in terms of &#8220;repositories&#8221; for themes.</p>
<p>Today a new site dedicated specifically to TextMate themes launched, called <a href="http://www.tmthemes.com">TM Themes</a>.</p>
<p>Right now the collection is quite slim but once that is expanded it should be much easier to find themes you like. There&#8217;s a rating and comment feature built in also to help you narrow down the good from the bad.</p>
<p>Be sure to <a href="http://www.tmthemes.com">check out the site</a> and upload any custom themes you&#8217;ve created!</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171232+tm-themes-a-new-repository-of-textmate-themes&utm_content=shpigford">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171232+tm-themes-a-new-repository-of-textmate-themes&utm_content=shpigford">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171232+tm-themes-a-new-repository-of-textmate-themes&utm_content=shpigford">The Near-Term Evolution of Social&nbsp;Commerce</a></li><li><a href="http://pro.gigaom.com/2011/02/content-farms-the-players-the-benefits-the-risks/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171232+tm-themes-a-new-repository-of-textmate-themes&utm_content=shpigford">Content Farms: The Players, The Benefits, The&nbsp;Risks</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171232&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/tm-themes-a-new-repository-of-textmate-themes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e4f5d494ebdc9e7cce1aecf3ce3e8bc1?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">Shpigford</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/01/tmthemes.png" medium="image">
			<media:title type="html">TM Themes</media:title>
		</media:content>
	</item>
		<item>
		<title>TextMate: Power Editing for the Mac</title>
		<link>http://gigaom.com/apple/book-review-textmate-power-editing-for-the-mac/</link>
		<comments>http://gigaom.com/apple/book-review-textmate-power-editing-for-the-mac/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 12:00:15 +0000</pubDate>
		<dc:creator>Billy Halsey</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Policy]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Gavin Newsom]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[San Francisco]]></category>
		<category><![CDATA[text-editors]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://theappleblog.com/2007/09/07/book-review-textmate-power-editing-for-the-mac/</guid>
		<description><![CDATA[It&#8217;s been covered here on TAB before, but not enough praise can be given to my text editor of choice, TextMate, which garners much appeal for its built-in extensibility thanks to Ruby. With that flexibility, though, comes a small feeling of overwhelming panic, like being five [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171059&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been <a href="http://gigaom.com/apple/textmate/" title="Yet another text editor - TextMate - The Apple Blog">covered</a> here on TAB <a href="http://gigaom.com/apple/textmate-more-than-just-an-app/" title="TextMate: more than just an app? - The Apple Blog">before</a>, but not enough praise can be given to my text editor of choice, <a href="http://www.macromates.com/" title="TextMate -- The Missing Editor for Mac OS X">TextMate</a>, which garners much appeal for its built-in extensibility thanks to Ruby. With that flexibility, though, comes a small feeling of overwhelming panic, like being five miles out in the ocean with nothing but a pair of water wings. Trying to wade through all its features without any guidance beyond developer Allan Odgaard&#8217;s in-program documentation is meshuga.</p>
<p><img src="http://ec1.images-amazon.com/images/I/416WB7WEFTL.jpg" style="width:209px; height:250px; border: none; float: right;" class=" alignleft" />Fortunately for all of us, James Edward Gray II&#8217;s book <a href="http://amazon.com/exec/obidos/ASIN/097873923X" title="Amazon.com: TextMate: Power Editing for the Mac (Pragmatic Programmers): Books: James Gray">TextMate: Power Editing for the Mac</a> does a bang-up job of making even the most advanced TextMate functions accessible. Gray begins with simple topics like navigating the editing window, creating projects, and easy keystrokes &#8212; copy, paste, select all, etc. He wisely instructs his readers early in the book to learn keystrokes for as many commands as possible, but, at the same time, not to fill their memory with the lesser used ones at the expense of the others. Depending on the bundles one has active, TextMate could have as many as several hundred keystroke sequences available at any given time.</p>
<p>Before long, Gray moves into automation: what TextMate does best. Beginning with an introduction to some of the built-in bundles and how to use them, he soon shows us how to define snippets: blocks of text or programming code or bloggery that are automatically inserted whenever a given trigger is activated, like a built-in version of <a href="http://www.smileonmymac.com/textexpander/" title="TextExpander: Customizable Typing Utility Saves Time!">TextExpander</a>, only more powerful.</p>
<p>From there, Gray does an excellent job of leading into macros, bundle editing, the built-in support tools, calling UNIX commands and Ruby scripts, and theme customization. TextMate doesn&#8217;t have a bundle for <tt>groff</tt>? Gray will show you how to build one.</p>
<p>While <em>TextMate: Power Editing for the Mac</em> doesn&#8217;t cover every aspect of TextMate, for less than 200 pages it is extremely efficient in providing readers with everything they need to know to accomplish approximately 99 percent of the tasks that TextMate can perform. The other one percent? You&#8217;ll just have to ask around on the TextMate <a href="http://macromates.com/community" title="Community -- TextMate">community forum</a>.</p>
<p>The old <tt>vi</tt> versus <tt>emacs</tt> text editor holy wars are still alive on the Mac in the form of <a href="http://www.barebones.com/products/bbedit/index.shtml" title="Bare Bones Software : PRODUCTS : BBEDIT">BBEdit</a> versus TextMate, and while TextMate has been called &#8220;emacs meets the Mac,&#8221; I was a staunch <tt>vim</tt> user until I met TextMate. I still keep <tt>vim</tt> around, but it&#8217;s collecting a lot of dust &#8212; especially since I read Gray&#8217;s excellent book that helped me develop all the snippets and keystroke preferences I needed in TextMate.</p>
<p><em>TextMate: Power Editing for the Mac</em> retails for $29.95 USD / $41.95 CDN / &#xa3;20.99 GBP / &#x20ac;29,00 EUR.</em?</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171059+book-review-textmate-power-editing-for-the-mac&utm_content=gigaguest">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171059+book-review-textmate-power-editing-for-the-mac&utm_content=gigaguest">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171059+book-review-textmate-power-editing-for-the-mac&utm_content=gigaguest">The Near-Term Evolution of Social&nbsp;Commerce</a></li><li><a href="http://pro.gigaom.com/2011/02/content-farms-the-players-the-benefits-the-risks/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171059+book-review-textmate-power-editing-for-the-mac&utm_content=gigaguest">Content Farms: The Players, The Benefits, The&nbsp;Risks</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171059&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/book-review-textmate-power-editing-for-the-mac/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4411542bbd7a2a9a2fc2a1b38809e45c?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaguest</media:title>
		</media:content>

		<media:content url="http://ec1.images-amazon.com/images/I/416WB7WEFTL.jpg" medium="image" />
	</item>
	</channel>
</rss>
