<?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: OMG BBEdit HTML Code Folding</title>
	<atom:link href="http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding/feed" rel="self" type="application/rss+xml" />
	<link>http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding</link>
	<description>Mac &#38; Technology Writings by Daniel Jalkut</description>
	<lastBuildDate>Wed, 18 Jan 2012 18:10:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Leland Scott</title>
		<link>http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding/comment-page-1#comment-95961</link>
		<dc:creator>Leland Scott</dc:creator>
		<pubDate>Thu, 10 May 2007 14:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding#comment-95961</guid>
		<description>OMG, wait until you try the code folding in Xcode 3.0! It will rock you right back to Xcode, I&#039;m sure. I used BBEdit for many years and got really sick of its horrible interface and irrational menu organization. I&#039;ve been testing TextMate for months, keep going back to it and trying hard to like it, but it&#039;s just silly in many respects that trip me up. Just as a couple of examples: You can&#039;t rename files in the project list in the standard Cocoa way, instead must use a context menu.You have to go to the Finder if you want to reorganize the project file/folder structure.TextMate has virtually no contextual menu functionality, which is tough for someone who relies on that a lot.The project window has no customizable toolbar, so you can&#039;t easily locate frequently used functions there. TextMate&#039;s tabbed interface becomes unusuable after you open more than will fit in the window, because it lacks good interface feedback on which file you&#039;re working on and its statusTextMate&#039;s code folding for HTML and PHP sucks, actually. For HTML, TextMate won&#039;t recognize code pairs unless they&#039;re indented at the same level. For PHP, it will show the code folding symbols, but won&#039;t actually fold the code unless you fix the indentation.
There&#039;s also a LOT to like about TextMate, and one of these days I&#039;ll write up all of the pros and cons I&#039;ve discovered while using it.

On the other hand, I&#039;m brand new to Xcode 3.0, and I&#039;m blown away by this new feature Apple&#039;s calling the code-folding &quot;ribbon.&quot; It&#039;s very hard to describe in words, but imagine that you could see the code blocks as you mouse over the ribbon... they would be highlighted sort of like a &quot;lightbox&quot; effect, with a transparent bounding box displayed as well. The ribbon itself is colored to indicate how deeply nested the given code block is. I&#039;ve tested this in HTML, and it&#039;s quite intelligent... you can screw up the structure of the code completely, and the code ribbon will correctly match the beginning/ending code pairs. 

When you&#039;re working with a complex HTML page structure, this will come in very handy, I imagine. The main problem I&#039;m having in thinking about Xcode for HTML is its lack of a live preview, which TextMate and Smultron both do well. I can open a page as HTML or via the Finder in Safari, but it&#039;s still not as good, since I can&#039;t easily see the code and the preview at the same time.

Anyway... I found this site as I was investigating whether anyone else has used Xcode for web development work. I tried the latest BBEdit again and was very disappointed to see it&#039;s still the same clunky old thang. It&#039;s definitely got power, but it&#039;s like a 1950&#039;s era high school that&#039;s been added on so many times by so many developers it&#039;s impossible to find your way around. Even when you do, you really wish they&#039;d just tear it down and build a new one from scratch. :-)</description>
		<content:encoded><![CDATA[<p>OMG, wait until you try the code folding in Xcode 3.0! It will rock you right back to Xcode, I&#8217;m sure. I used BBEdit for many years and got really sick of its horrible interface and irrational menu organization. I&#8217;ve been testing TextMate for months, keep going back to it and trying hard to like it, but it&#8217;s just silly in many respects that trip me up. Just as a couple of examples: You can&#8217;t rename files in the project list in the standard Cocoa way, instead must use a context menu.You have to go to the Finder if you want to reorganize the project file/folder structure.TextMate has virtually no contextual menu functionality, which is tough for someone who relies on that a lot.The project window has no customizable toolbar, so you can&#8217;t easily locate frequently used functions there. TextMate&#8217;s tabbed interface becomes unusuable after you open more than will fit in the window, because it lacks good interface feedback on which file you&#8217;re working on and its statusTextMate&#8217;s code folding for HTML and PHP sucks, actually. For HTML, TextMate won&#8217;t recognize code pairs unless they&#8217;re indented at the same level. For PHP, it will show the code folding symbols, but won&#8217;t actually fold the code unless you fix the indentation.<br />
There&#8217;s also a LOT to like about TextMate, and one of these days I&#8217;ll write up all of the pros and cons I&#8217;ve discovered while using it.</p>
<p>On the other hand, I&#8217;m brand new to Xcode 3.0, and I&#8217;m blown away by this new feature Apple&#8217;s calling the code-folding &#8220;ribbon.&#8221; It&#8217;s very hard to describe in words, but imagine that you could see the code blocks as you mouse over the ribbon&#8230; they would be highlighted sort of like a &#8220;lightbox&#8221; effect, with a transparent bounding box displayed as well. The ribbon itself is colored to indicate how deeply nested the given code block is. I&#8217;ve tested this in HTML, and it&#8217;s quite intelligent&#8230; you can screw up the structure of the code completely, and the code ribbon will correctly match the beginning/ending code pairs. </p>
<p>When you&#8217;re working with a complex HTML page structure, this will come in very handy, I imagine. The main problem I&#8217;m having in thinking about Xcode for HTML is its lack of a live preview, which TextMate and Smultron both do well. I can open a page as HTML or via the Finder in Safari, but it&#8217;s still not as good, since I can&#8217;t easily see the code and the preview at the same time.</p>
<p>Anyway&#8230; I found this site as I was investigating whether anyone else has used Xcode for web development work. I tried the latest BBEdit again and was very disappointed to see it&#8217;s still the same clunky old thang. It&#8217;s definitely got power, but it&#8217;s like a 1950&#8242;s era high school that&#8217;s been added on so many times by so many developers it&#8217;s impossible to find your way around. Even when you do, you really wish they&#8217;d just tear it down and build a new one from scratch. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon deal</title>
		<link>http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding/comment-page-1#comment-54032</link>
		<dc:creator>jon deal</dc:creator>
		<pubDate>Fri, 09 Feb 2007 17:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding#comment-54032</guid>
		<description>&lt;a href=&quot;http://www.macromates.com&quot; rel=&quot;nofollow&quot;&gt;TextMate&lt;/a&gt; also does code folding. I recently gave my beloved BBEdit the boot in favor of TextMate. 

I loved BBEdit, but TextMate seems to work better for me personally, once you get used to it. Lots of memory muscle and once you get all the keyboard shortcuts drilled into your brain, it&#039;s a delight to use.</description>
		<content:encoded><![CDATA[<p><a href="http://www.macromates.com" rel="nofollow">TextMate</a> also does code folding. I recently gave my beloved BBEdit the boot in favor of TextMate. </p>
<p>I loved BBEdit, but TextMate seems to work better for me personally, once you get used to it. Lots of memory muscle and once you get all the keyboard shortcuts drilled into your brain, it&#8217;s a delight to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Grey</title>
		<link>http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding/comment-page-1#comment-53722</link>
		<dc:creator>Julian Grey</dc:creator>
		<pubDate>Fri, 09 Feb 2007 01:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding#comment-53722</guid>
		<description>I love bbedit, since it came out until this very day, fits in with my workflow and my work habits perfectly.

As an external editor for any workflow, it rocks. &quot;File Groups&quot; is also a wonderful addition.</description>
		<content:encoded><![CDATA[<p>I love bbedit, since it came out until this very day, fits in with my workflow and my work habits perfectly.</p>
<p>As an external editor for any workflow, it rocks. &#8220;File Groups&#8221; is also a wonderful addition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Ballantyne</title>
		<link>http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding/comment-page-1#comment-53685</link>
		<dc:creator>Ryan Ballantyne</dc:creator>
		<pubDate>Thu, 08 Feb 2007 23:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding#comment-53685</guid>
		<description>Oh, and the SVN plugin beats Xcode&#039;s crappy Subversion support hands down. :P</description>
		<content:encoded><![CDATA[<p>Oh, and the SVN plugin beats Xcode&#8217;s crappy Subversion support hands down. :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Ballantyne</title>
		<link>http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding/comment-page-1#comment-53681</link>
		<dc:creator>Ryan Ballantyne</dc:creator>
		<pubDate>Thu, 08 Feb 2007 23:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding#comment-53681</guid>
		<description>HTML validating is your friend, man. Install a validator plugin to Firefox, and when you view source on a page it will show you all of the errors and where to find them -- including missing closing tags.

I used to use Xcode for web dev too, for the same reasons you do (despite the fact that I&#039;m not very good at Xcode, I liked the project management). However, lately I&#039;ve been using the Eclipse PHP IDE for web development, but that&#039;s mostly because I do all my stuff in PHP. Despite the general clunkyness of Eclipse, the PHP-specific features make it worth my while. And, it has a great HTML editor, with code folding. :)</description>
		<content:encoded><![CDATA[<p>HTML validating is your friend, man. Install a validator plugin to Firefox, and when you view source on a page it will show you all of the errors and where to find them &#8212; including missing closing tags.</p>
<p>I used to use Xcode for web dev too, for the same reasons you do (despite the fact that I&#8217;m not very good at Xcode, I liked the project management). However, lately I&#8217;ve been using the Eclipse PHP IDE for web development, but that&#8217;s mostly because I do all my stuff in PHP. Despite the general clunkyness of Eclipse, the PHP-specific features make it worth my while. And, it has a great HTML editor, with code folding. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charles</title>
		<link>http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding/comment-page-1#comment-53670</link>
		<dc:creator>charles</dc:creator>
		<pubDate>Thu, 08 Feb 2007 23:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/272/omg-bbedit-html-code-folding#comment-53670</guid>
		<description>It is interesting that one of the reason I ended up switching to Textmate over BBEdit ~2 years ago was the fact that it felt so much more like Xcode in several ways, and that I liked this (over time, I also got hooked on other aspects of Textmate).  You can organize text files the very same way you do it in Xcode, with a very straightforward &quot;Project&quot; type, and have the same easy search over a whole project as what you get in Xcode. At the time, it also already had code folding, which I have never really used, and is not anymore a selling point. For html editing, Textmate is also probably better than Xcode (the comparison with BBEdit is probably much more subject to debate and is very dependent on your taste).  So, in a way, maybe what you had been looking for, for a long time, was TextMate...
(Please, no flame wars, this is not my point!)</description>
		<content:encoded><![CDATA[<p>It is interesting that one of the reason I ended up switching to Textmate over BBEdit ~2 years ago was the fact that it felt so much more like Xcode in several ways, and that I liked this (over time, I also got hooked on other aspects of Textmate).  You can organize text files the very same way you do it in Xcode, with a very straightforward &#8220;Project&#8221; type, and have the same easy search over a whole project as what you get in Xcode. At the time, it also already had code folding, which I have never really used, and is not anymore a selling point. For html editing, Textmate is also probably better than Xcode (the comparison with BBEdit is probably much more subject to debate and is very dependent on your taste).  So, in a way, maybe what you had been looking for, for a long time, was TextMate&#8230;<br />
(Please, no flame wars, this is not my point!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

