<?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: IntelliJ Idea Plugin Property Sorter updated</title>
	<atom:link href="http://maxheapsize.com/2009/05/05/intellij-idea-plugin-property-sorter-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxheapsize.com/2009/05/05/intellij-idea-plugin-property-sorter-updated/</link>
	<description>Oliver Wehrens on Programming and Agile</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:26:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rayk</title>
		<link>http://maxheapsize.com/2009/05/05/intellij-idea-plugin-property-sorter-updated/comment-page-1/#comment-208</link>
		<dc:creator>Rayk</dc:creator>
		<pubDate>Wed, 06 May 2009 17:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=219#comment-208</guid>
		<description>In case of a line 0 &quot;# comment at the beginning&quot; I suppose that this line will be sorted into the comment section for variable C. Hmmm. But, those little helpers make life easier, I&#039;m pretty sure. Again, ABAP workbench, very old school. Auto completion is hard to switch on. Highlighting? Colouring? The answer is no. And you always have a programming task beside the work. Go for it!</description>
		<content:encoded><![CDATA[<p>In case of a line 0 &#8220;# comment at the beginning&#8221; I suppose that this line will be sorted into the comment section for variable C. Hmmm. But, those little helpers make life easier, I&#8217;m pretty sure. Again, ABAP workbench, very old school. Auto completion is hard to switch on. Highlighting? Colouring? The answer is no. And you always have a programming task beside the work. Go for it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://maxheapsize.com/2009/05/05/intellij-idea-plugin-property-sorter-updated/comment-page-1/#comment-201</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Wed, 06 May 2009 11:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=219#comment-201</guid>
		<description>Rather simple solution (much simpler than I thought initially). After sorting the properties and converting them back into lines of strings (without comments) I go through the original text and look at the properties which do have comments and put them in a map. Then I just iterate through the sorted text line by line and insert the comments where appropriate.</description>
		<content:encoded><![CDATA[<p>Rather simple solution (much simpler than I thought initially). After sorting the properties and converting them back into lines of strings (without comments) I go through the original text and look at the properties which do have comments and put them in a map. Then I just iterate through the sorted text line by line and insert the comments where appropriate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rayk</title>
		<link>http://maxheapsize.com/2009/05/05/intellij-idea-plugin-property-sorter-updated/comment-page-1/#comment-197</link>
		<dc:creator>Rayk</dc:creator>
		<pubDate>Wed, 06 May 2009 09:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://maxheapsize.com/?p=219#comment-197</guid>
		<description>How do you did the assignment of comment and object, which is commented? I assume that simple variable name matching does not work alone.</description>
		<content:encoded><![CDATA[<p>How do you did the assignment of comment and object, which is commented? I assume that simple variable name matching does not work alone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
