<?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"
	>

<channel>
	<title>Jon Walsh &#187; Multi-edit</title>
	<atom:link href="http://jon-walsh.com/journal/category/multi-edit/feed/" rel="self" type="application/rss+xml" />
	<link>http://jon-walsh.com/journal</link>
	<description>Christianity + Technology</description>
	<pubDate>Fri, 11 Jun 2010 07:24:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Multi-edit Update: 1.2 released</title>
		<link>http://jon-walsh.com/journal/2009/05/multi-edit-1-2/</link>
		<comments>http://jon-walsh.com/journal/2009/05/multi-edit-1-2/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:13:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Multi-edit]]></category>

		<guid isPermaLink="false">http://jon-walsh.com/journal/?p=121</guid>
		<description><![CDATA[This update fixes a few bugs, chooses some more logical shortcuts (removing some of the configs for consistency&#8217;s sake), and adds a few new features.
]]></description>
			<content:encoded><![CDATA[<p>This update fixes a few bugs, chooses some more logical shortcuts (removing some of the configs for consistency&#8217;s sake), and adds a few new features. <a href="http://jon-walsh.com/journal/2009/05/multi-edit-1-2/" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jon-walsh.com/journal/2009/05/multi-edit-1-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multi-edit Update: 1.1 released</title>
		<link>http://jon-walsh.com/journal/2009/03/multi-edit-1-1/</link>
		<comments>http://jon-walsh.com/journal/2009/03/multi-edit-1-1/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 08:35:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Multi-edit]]></category>

		<guid isPermaLink="false">http://jon-walsh.com/journal/?p=114</guid>
		<description><![CDATA[This update contains lots of important bug fixes, so make sure you update! The most important being a bug that causes gedit to redraw much more frequently than it should, creating a delay when editing large files (apologies!, but now fixed). The following are the most noticeable changes, but the full details can be found [...]]]></description>
			<content:encoded><![CDATA[<p>This update contains lots of important bug fixes, so <strong>make sure you update!</strong> The most important being a bug that causes gedit to redraw much more frequently than it should, creating a delay when editing large files (apologies!, but now fixed). The following are the most noticeable changes, but the full details can be found in the <a href="http://svn.jon-walsh.com/multi-edit/tags/1.1/multi_edit/release_notes">release notes</a>.<br />
 <a href="http://jon-walsh.com/journal/2009/03/multi-edit-1-1/" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jon-walsh.com/journal/2009/03/multi-edit-1-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multi-edit Update: 1.0 release!</title>
		<link>http://jon-walsh.com/journal/2009/02/multi-edit-1-0/</link>
		<comments>http://jon-walsh.com/journal/2009/02/multi-edit-1-0/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 09:41:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Multi-edit]]></category>

		<guid isPermaLink="false">http://jon-walsh.com/journal/?p=111</guid>
		<description><![CDATA[Over the past week I&#8217;ve made a great number of changes to Multi-edit, pushing it up to a 1.0 status! A full list of bug fixes etc. can be found in the __init__.py file, but the more noticeable changes are:
]]></description>
			<content:encoded><![CDATA[<p>Over the past week I&#8217;ve made a great number of changes to Multi-edit, pushing it up to a 1.0 status! A full list of bug fixes etc. can be found in the <a href="http://svn.jon-walsh.com/multi-edit/tags/1.0/multi_edit/__init__.py">__init__.py</a> file, but the more noticeable changes are: <a href="http://jon-walsh.com/journal/2009/02/multi-edit-1-0/" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jon-walsh.com/journal/2009/02/multi-edit-1-0/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gedit plugin: Multi-edit released</title>
		<link>http://jon-walsh.com/journal/2009/02/multi-edit/</link>
		<comments>http://jon-walsh.com/journal/2009/02/multi-edit/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 12:36:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Multi-edit]]></category>

		<guid isPermaLink="false">http://jon-walsh.com/journal/?p=108</guid>
		<description><![CDATA[One of the main things that almost prevented me from switching to Linux was the lack of a text editor like TextMate or E-TextEditor. After all, it would be the program I&#8217;d use the most. But luckily Gedit has turned out to be almost up to the job, aside from a lack of multi-edit support!
So [...]]]></description>
			<content:encoded><![CDATA[<p>One of the main things that almost prevented me from switching to Linux was the lack of a text editor like TextMate or E-TextEditor. After all, it would be the program I&#8217;d use the most. But luckily Gedit has turned out to be almost up to the job, aside from a lack of multi-edit support!</p>
<p>So for the last few weeks I&#8217;ve been working on a Gedit plugin that allows you to edit multiple parts of a document, simultaneously. Ala Multi-edit! You can check it out at:</p>
<h4><a href="http://jon-walsh.com/journal/multi-edit/">jon-walsh.com/journal/multi-edit/</a></h4>
<p>The hardest part was not being able to use Gedit while creating it&#8230;</p>
<p> <img src='http://jon-walsh.com/journal/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://jon-walsh.com/journal/2009/02/multi-edit/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
