<?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: My top 8 reasons to use IDEA over Eclipse</title>
	<atom:link href="http://jakeherringbone.com/2009/08/my-top-8-reasons-to-use-idea-over-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://jakeherringbone.com/2009/08/my-top-8-reasons-to-use-idea-over-eclipse/</link>
	<description>My thoughts on life, work, coding, and stuff I like.</description>
	<lastBuildDate>Tue, 09 Mar 2010 18:51:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kostas</title>
		<link>http://jakeherringbone.com/2009/08/my-top-8-reasons-to-use-idea-over-eclipse/comment-page-1/#comment-6633</link>
		<dc:creator>Kostas</dc:creator>
		<pubDate>Wed, 03 Feb 2010 11:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://jakeherringbone.com/?p=180#comment-6633</guid>
		<description>Diff editor is full-featured &gt; Compare editor has enough features for me, i always do &quot;last minute&quot; changes, there.

Save on blur &gt; I personally like it that i save on demand. For example when i leave from work, i leave the PC unlocked and everything. The cleaning lady comes in at some point to do their work and she &#039;ll occasionally hit some buttons on the keyboard by mistake. But she won&#039;t hit Ctrl+S by mistake.
Also, something more important, is that eclipse will start compiling only once you saved the file. If i want to do a lot of changes on a class and i have a pretty good idea on what i want to do beforehand, i start writing very fast thus producing a lot of mistype errors. But i don&#039;t want eclipse to start coloring my screen red at that point and start going downhill in performance cause of the amounts of errors. When i have finished writing my code, i &#039;ll save and then review all errors.

SVN support built-in &gt; Well i think Eclipse will be there soon with Subversive. But it&#039;s not that big deal as you make it sound anyway.

Completion shows compatible types -&gt; Are you sure about that? I just installed a brand new version of the community edition of IntelliJ (mostly to see this feature) and i got this:

import java.awt.*;
[...]
Component x = new {that&#039;s where i press Ctrl-Space}

and that&#039;s what&#039;s inside the popup menu:

java.lang.AbstractMethodError
java.awt.ActiveEvent
java.awt.Adjustable
java.awt.AlphaComposite
[...]

so, not only the 4 first suggestions, aren&#039;t a jawa.awt.Component, but two of them (ActiveEvent, Adjustable) are not even concrete classes.</description>
		<content:encoded><![CDATA[<p>Diff editor is full-featured &gt; Compare editor has enough features for me, i always do &#8220;last minute&#8221; changes, there.</p>
<p>Save on blur &gt; I personally like it that i save on demand. For example when i leave from work, i leave the PC unlocked and everything. The cleaning lady comes in at some point to do their work and she &#8216;ll occasionally hit some buttons on the keyboard by mistake. But she won&#8217;t hit Ctrl+S by mistake.<br />
Also, something more important, is that eclipse will start compiling only once you saved the file. If i want to do a lot of changes on a class and i have a pretty good idea on what i want to do beforehand, i start writing very fast thus producing a lot of mistype errors. But i don&#8217;t want eclipse to start coloring my screen red at that point and start going downhill in performance cause of the amounts of errors. When i have finished writing my code, i &#8216;ll save and then review all errors.</p>
<p>SVN support built-in &gt; Well i think Eclipse will be there soon with Subversive. But it&#8217;s not that big deal as you make it sound anyway.</p>
<p>Completion shows compatible types -&gt; Are you sure about that? I just installed a brand new version of the community edition of IntelliJ (mostly to see this feature) and i got this:</p>
<p>import java.awt.*;<br />
[...]<br />
Component x = new {that&#8217;s where i press Ctrl-Space}</p>
<p>and that&#8217;s what&#8217;s inside the popup menu:</p>
<p>java.lang.AbstractMethodError<br />
java.awt.ActiveEvent<br />
java.awt.Adjustable<br />
java.awt.AlphaComposite<br />
[...]</p>
<p>so, not only the 4 first suggestions, aren&#8217;t a jawa.awt.Component, but two of them (ActiveEvent, Adjustable) are not even concrete classes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Green</title>
		<link>http://jakeherringbone.com/2009/08/my-top-8-reasons-to-use-idea-over-eclipse/comment-page-1/#comment-4760</link>
		<dc:creator>Brad Green</dc:creator>
		<pubDate>Fri, 18 Sep 2009 15:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://jakeherringbone.com/?p=180#comment-4760</guid>
		<description>My top reason for using vi: Nobody tries to compare their IDE to mine. :)</description>
		<content:encoded><![CDATA[<p>My top reason for using vi: Nobody tries to compare their IDE to mine. <img src='http://jakeherringbone.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

