<?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"
	>
<channel>
	<title>Comments on: How to quickly change several lines at once</title>
	<atom:link href="http://boredzo.org/blog/archives/2007-01-24/how-to-quickly-change-several-lines-at-once/feed" rel="self" type="application/rss+xml" />
	<link>http://boredzo.org/blog/archives/2007-01-24/how-to-quickly-change-several-lines-at-once</link>
	<description>The personal weblog of Peter Hosey.</description>
	<pubDate>Thu, 20 Nov 2008 14:33:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Nicholas Riley</title>
		<link>http://boredzo.org/blog/archives/2007-01-24/how-to-quickly-change-several-lines-at-once#comment-6809</link>
		<dc:creator>Nicholas Riley</dc:creator>
		<pubDate>Mon, 29 Jan 2007 03:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-01-24/how-to-quickly-change-several-lines-at-once#comment-6809</guid>
		<description>Languages like Smalltalk let you send multiple messages to the same object without having to type the name of the object repeatedly. You'd think Objective-C would have learned something after all this years :-)

But yeah, rectangle editing is useful.  I only learned about the rectangle commands in Emacs about a year ago, and they're great, even if they don't provide the same highlighting and feedback as vim does.  You'd do the above with:

1. C-SPC, to set the mark.
2. M-f (or C-right), to go to the end of the word.
3. M-7 down (or M-7 C-n for those people who hate arrow keys :-), to go down 7 lines.
4. C-x r t for "string rectangle", i.e. "replace rectangular selection"
5. Type "panel", hit return.</description>
		<content:encoded><![CDATA[<p>Languages like Smalltalk let you send multiple messages to the same object without having to type the name of the object repeatedly. You'd think Objective-C would have learned something after all this years :-)</p>
<p>But yeah, rectangle editing is useful.  I only learned about the rectangle commands in Emacs about a year ago, and they're great, even if they don't provide the same highlighting and feedback as vim does.  You'd do the above with:</p>
<p>1. C-SPC, to set the mark.<br />
2. M-f (or C-right), to go to the end of the word.<br />
3. M-7 down (or M-7 C-n for those people who hate arrow keys :-), to go down 7 lines.<br />
4. C-x r t for "string rectangle", i.e. "replace rectangular selection"<br />
5. Type "panel", hit return.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Paul Robinson</title>
		<link>http://boredzo.org/blog/archives/2007-01-24/how-to-quickly-change-several-lines-at-once#comment-6643</link>
		<dc:creator>David Paul Robinson</dc:creator>
		<pubDate>Thu, 25 Jan 2007 00:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-01-24/how-to-quickly-change-several-lines-at-once#comment-6643</guid>
		<description>Great video, thanks!</description>
		<content:encoded><![CDATA[<p>Great video, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://boredzo.org/blog/archives/2007-01-24/how-to-quickly-change-several-lines-at-once#comment-6631</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Wed, 24 Jan 2007 17:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-01-24/how-to-quickly-change-several-lines-at-once#comment-6631</guid>
		<description>Sören: That's correct, except that there's three popular Cocoa developer's text editors, and the biggest one of them is Xcode. ;)</description>
		<content:encoded><![CDATA[<p>Sören: That's correct, except that there's three popular Cocoa developer's text editors, and the biggest one of them is Xcode. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sören Nils 'chucker' Kuklau</title>
		<link>http://boredzo.org/blog/archives/2007-01-24/how-to-quickly-change-several-lines-at-once#comment-6620</link>
		<dc:creator>Sören Nils 'chucker' Kuklau</dc:creator>
		<pubDate>Wed, 24 Jan 2007 12:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-01-24/how-to-quickly-change-several-lines-at-once#comment-6620</guid>
		<description>&lt;blockquote&gt;Cocoa text editors like TextEdit and Xcode have rectangular selection, but not rectangular editing; you will obliterate all the lines, but only insert your new text into the first line. This is not useful.&lt;/blockquote&gt;

Indeed, Cocoa doesn't normally offer this. The two popular Cocoa &lt;em&gt;developer's&lt;/em&gt; text editors, SubEthaEdit and TextMate, both do, however.</description>
		<content:encoded><![CDATA[<blockquote cite="http://boredzo.org/blog/archives/2007-01-24/how-to-quickly-change-several-lines-at-once#comment-"><p>Cocoa text editors like TextEdit and Xcode have rectangular selection, but not rectangular editing; you will obliterate all the lines, but only insert your new text into the first line. This is not useful.</p>
</blockquote>
<p>Indeed, Cocoa doesn't normally offer this. The two popular Cocoa <em>developer's</em> text editors, SubEthaEdit and TextMate, both do, however.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.327 seconds -->
