<?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: Arrange Your Code Automatically with IntelliJ IDEA 12</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Sun, 19 May 2013 15:04:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: mark</title>
		<link>http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/#comment-499361</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sat, 11 May 2013 04:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=7742#comment-499361</guid>
		<description>Pity it doesn't seem to work for an entire module or an entire project.</description>
		<content:encoded><![CDATA[<p>Pity it doesn&#8217;t seem to work for an entire module or an entire project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roedy Green</title>
		<link>http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/#comment-415036</link>
		<dc:creator>Roedy Green</dc:creator>
		<pubDate>Tue, 15 Jan 2013 22:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=7742#comment-415036</guid>
		<description>You can't just reorder variables willy nilly if there are initialisation expressions.  For safety the expressions would have to be moved to [static] init blocks  where the order can be preserved.

Teams kill each other over such conventions so it is useful to let people safely interconvert between a personal style and a check-in corporate style without introducing any initialisation order problems.

I spent a fair bit of time fiddling my old rearranger so that it naturally sorted initialisations to work in the right order.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t just reorder variables willy nilly if there are initialisation expressions.  For safety the expressions would have to be moved to [static] init blocks  where the order can be preserved.</p>
<p>Teams kill each other over such conventions so it is useful to let people safely interconvert between a personal style and a check-in corporate style without introducing any initialisation order problems.</p>
<p>I spent a fair bit of time fiddling my old rearranger so that it naturally sorted initialisations to work in the right order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis.Zhdanov</title>
		<link>http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/#comment-414106</link>
		<dc:creator>Denis.Zhdanov</dc:creator>
		<pubDate>Tue, 15 Jan 2013 08:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=7742#comment-414106</guid>
		<description>Good spot! Created corresponding ticket - http://youtrack.jetbrains.com/issue/IDEA-99056

Denis</description>
		<content:encoded><![CDATA[<p>Good spot! Created corresponding ticket - <a href="http://youtrack.jetbrains.com/issue/IDEA-99056" rel="nofollow">http://youtrack.jetbrains.com/issue/IDEA-99056</a></p>
<p>Denis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kjordan</title>
		<link>http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/#comment-413497</link>
		<dc:creator>kjordan</dc:creator>
		<pubDate>Mon, 14 Jan 2013 21:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=7742#comment-413497</guid>
		<description>Can a similar thing to the "Keep dependent methods together" be added for field ordering?  i.e. if one field uses another field as an argument to its constructor that that one is kept above it.  I believe the old rearranger plugin did this and it'd be nice to avoid null pointer exceptions but keep them sort of sorted.</description>
		<content:encoded><![CDATA[<p>Can a similar thing to the &#8220;Keep dependent methods together&#8221; be added for field ordering?  i.e. if one field uses another field as an argument to its constructor that that one is kept above it.  I believe the old rearranger plugin did this and it&#8217;d be nice to avoid null pointer exceptions but keep them sort of sorted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wojtek Erbetowski</title>
		<link>http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/#comment-359987</link>
		<dc:creator>Wojtek Erbetowski</dc:creator>
		<pubDate>Fri, 07 Dec 2012 08:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=7742#comment-359987</guid>
		<description>Great feature, we really missed this one when moving from Eclipse.
Thanks!</description>
		<content:encoded><![CDATA[<p>Great feature, we really missed this one when moving from Eclipse.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Mossienko</title>
		<link>http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/#comment-358270</link>
		<dc:creator>Maxim Mossienko</dc:creator>
		<pubDate>Thu, 06 Dec 2012 14:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=7742#comment-358270</guid>
		<description>@Daniela Please vote rearranging in PHP for http://youtrack.jetbrains.com/issue/WI-13012</description>
		<content:encoded><![CDATA[<p>@Daniela Please vote rearranging in PHP for <a href="http://youtrack.jetbrains.com/issue/WI-13012" rel="nofollow">http://youtrack.jetbrains.com/issue/WI-13012</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniela Waranie</title>
		<link>http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/#comment-357615</link>
		<dc:creator>Daniela Waranie</dc:creator>
		<pubDate>Thu, 06 Dec 2012 08:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=7742#comment-357615</guid>
		<description>I will upgrade from IDEA 11 to IDEA 12 when all features of this article are available to PHP developers.</description>
		<content:encoded><![CDATA[<p>I will upgrade from IDEA 11 to IDEA 12 when all features of this article are available to PHP developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/#comment-324549</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 16 Nov 2012 11:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=7742#comment-324549</guid>
		<description>nice feature, but not for me. It will distort legacy codebase. Maybe it will be applicable for the new code. But automatically rearrange is something absolutely stupid :)</description>
		<content:encoded><![CDATA[<p>nice feature, but not for me. It will distort legacy codebase. Maybe it will be applicable for the new code. But automatically rearrange is something absolutely stupid <img src='http://blogs.jetbrains.com/idea/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis.Zhdanov</title>
		<link>http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/#comment-315438</link>
		<dc:creator>Denis.Zhdanov</dc:creator>
		<pubDate>Wed, 07 Nov 2012 06:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=7742#comment-315438</guid>
		<description>Hi guys,

FYI: the tickets mentioned below target the requested functionality. They are expected to be fixed prior to the v.12 release:
    http://youtrack.jetbrains.com/issue/IDEA-93476
    http://youtrack.jetbrains.com/issue/IDEA-94316
    http://youtrack.jetbrains.com/issue/IDEA-94317</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>FYI: the tickets mentioned below target the requested functionality. They are expected to be fixed prior to the v.12 release:<br />
    <a href="http://youtrack.jetbrains.com/issue/IDEA-93476" rel="nofollow">http://youtrack.jetbrains.com/issue/IDEA-93476</a><br />
    <a href="http://youtrack.jetbrains.com/issue/IDEA-94316" rel="nofollow">http://youtrack.jetbrains.com/issue/IDEA-94316</a><br />
    <a href="http://youtrack.jetbrains.com/issue/IDEA-94317" rel="nofollow">http://youtrack.jetbrains.com/issue/IDEA-94317</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://blogs.jetbrains.com/idea/2012/10/arrange-your-code-automatically-with-intellij-idea-12/#comment-303516</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Mon, 22 Oct 2012 21:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=7742#comment-303516</guid>
		<description>Please add ability to move methods \ variables into appropriate "sections". E.g. like in "Rearranger" plugin in plugin repository.</description>
		<content:encoded><![CDATA[<p>Please add ability to move methods \ variables into appropriate &#8220;sections&#8221;. E.g. like in &#8220;Rearranger&#8221; plugin in plugin repository.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
