<?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: Considerations Eclipse (3.3.2) vs. IntelliJ IDEA (7.x)</title>
	<atom:link href="http://www.aldana-online.de/2008/05/21/eclipse-vs-intellij/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aldana-online.de/2008/05/21/eclipse-vs-intellij/</link>
	<description>Software Engineering: blog &#38; .lessons_learned</description>
	<lastBuildDate>Sun, 29 Jan 2012 22:06:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manuel Aldana &#38;#8212 IntelliJ IDEA rocks (revisted for 10)!</title>
		<link>http://www.aldana-online.de/2008/05/21/eclipse-vs-intellij/comment-page-1/#comment-7064</link>
		<dc:creator>Manuel Aldana &#38;#8212 IntelliJ IDEA rocks (revisted for 10)!</dc:creator>
		<pubDate>Sun, 12 Dec 2010 11:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldana-online.de/2008/05/21/considerations-eclipse-332-vs-intellij-idea-7x/#comment-7064</guid>
		<description>[...] 10)!  Many people ask me why I prefer IntelliJ over any other IDE. I must admit that I became an Eclipse to IntelliJ convert some time ago (IntelliJ 7, ~3 years ago) so I cannot give details comparing current IntelliJ 10 vs. [...]</description>
		<content:encoded><![CDATA[<p>[...] 10)!  Many people ask me why I prefer IntelliJ over any other IDE. I must admit that I became an Eclipse to IntelliJ convert some time ago (IntelliJ 7, ~3 years ago) so I cannot give details comparing current IntelliJ 10 vs. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manuel aldana</title>
		<link>http://www.aldana-online.de/2008/05/21/eclipse-vs-intellij/comment-page-1/#comment-6814</link>
		<dc:creator>manuel aldana</dc:creator>
		<pubDate>Sun, 24 Oct 2010 10:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldana-online.de/2008/05/21/considerations-eclipse-332-vs-intellij-idea-7x/#comment-6814</guid>
		<description>Sure you can use some content if you provide reference. 

Beware that I am talking about IntelliJ 7. For latest version Maven support improved a lot. Still above points are more or less up to date.</description>
		<content:encoded><![CDATA[<p>Sure you can use some content if you provide reference. </p>
<p>Beware that I am talking about IntelliJ 7. For latest version Maven support improved a lot. Still above points are more or less up to date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buy kinect</title>
		<link>http://www.aldana-online.de/2008/05/21/eclipse-vs-intellij/comment-page-1/#comment-6813</link>
		<dc:creator>buy kinect</dc:creator>
		<pubDate>Sun, 24 Oct 2010 09:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldana-online.de/2008/05/21/considerations-eclipse-332-vs-intellij-idea-7x/#comment-6813</guid>
		<description>Hello,
	
	I have a inquiry for the webmaster/admin here at www.aldana-online.de.

May I use some of the information from your blog post above if I provide a backlink back to this website?

Thanks,
Jack</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>	I have a inquiry for the webmaster/admin here at <a href="http://www.aldana-online.de" rel="nofollow">http://www.aldana-online.de</a>.</p>
<p>May I use some of the information from your blog post above if I provide a backlink back to this website?</p>
<p>Thanks,<br />
Jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maros</title>
		<link>http://www.aldana-online.de/2008/05/21/eclipse-vs-intellij/comment-page-1/#comment-564</link>
		<dc:creator>Maros</dc:creator>
		<pubDate>Thu, 25 Dec 2008 15:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldana-online.de/2008/05/21/considerations-eclipse-332-vs-intellij-idea-7x/#comment-564</guid>
		<description>Clear layout:
It is a matter of opinion. Eclipse can easily emulate IDEA style of layout by putting everything but editor in the &#039;fast-view&#039;. Moreover, it has close option on its windows, which I found as a plus (e.g. I don&#039;t use Structure/Hierarchy in IDEA/Eclipse), IDEA doesn&#039;t have this option to close unnecessary child windows.

Plugin installations:
I didn&#039;t have any headaches. I consider plugin installation as advantage of Eclipse, because Eclipse can restart itself afterwards.

Unit-testing:
Put your caret on the test method declaration, then press standard F11 in Eclipse. Anywhere else in class it will run the Test Case. Whether inside the method should run that method only or whole class is just a matter of habit.

&#039;Actions on commit&#039; in IDEA can be emulated by &#039;Actions on save&#039; in Eclipse.

Tip of the day:
I rarely have to wait in Eclipse so long while not being able to continue in my work. In Eclipse almost every process can and do work in background. The only bad one I can come up with is the Update process of Eclipse.</description>
		<content:encoded><![CDATA[<p>Clear layout:<br />
It is a matter of opinion. Eclipse can easily emulate IDEA style of layout by putting everything but editor in the &#8216;fast-view&#8217;. Moreover, it has close option on its windows, which I found as a plus (e.g. I don&#8217;t use Structure/Hierarchy in IDEA/Eclipse), IDEA doesn&#8217;t have this option to close unnecessary child windows.</p>
<p>Plugin installations:<br />
I didn&#8217;t have any headaches. I consider plugin installation as advantage of Eclipse, because Eclipse can restart itself afterwards.</p>
<p>Unit-testing:<br />
Put your caret on the test method declaration, then press standard F11 in Eclipse. Anywhere else in class it will run the Test Case. Whether inside the method should run that method only or whole class is just a matter of habit.</p>
<p>&#8216;Actions on commit&#8217; in IDEA can be emulated by &#8216;Actions on save&#8217; in Eclipse.</p>
<p>Tip of the day:<br />
I rarely have to wait in Eclipse so long while not being able to continue in my work. In Eclipse almost every process can and do work in background. The only bad one I can come up with is the Update process of Eclipse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manuel aldana</title>
		<link>http://www.aldana-online.de/2008/05/21/eclipse-vs-intellij/comment-page-1/#comment-46</link>
		<dc:creator>manuel aldana</dc:creator>
		<pubDate>Wed, 28 May 2008 16:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldana-online.de/2008/05/21/considerations-eclipse-332-vs-intellij-idea-7x/#comment-46</guid>
		<description>Hi Mike, thanks for the hints! 

You are right. I always perceived that camel-search would not work, because the search type is taking the capitals as lowercase search pattern too. For instance: typing MAT would both match
MultipleAnnoyanceTest and Matchpoint.

The IntelliJ search has another nice benefit: You can quickly exclude non-project types (which is default). In eclipse as far as I know, this is only possible with defining workingsets and package filters. Most often when I use type search I look for types in working project only.

About the JUnit thing, you can execute single tests by Outline and JUnit view, but I think it goes much nicer if you got a handy shortcut inside the editor.</description>
		<content:encoded><![CDATA[<p>Hi Mike, thanks for the hints! </p>
<p>You are right. I always perceived that camel-search would not work, because the search type is taking the capitals as lowercase search pattern too. For instance: typing MAT would both match<br />
MultipleAnnoyanceTest and Matchpoint.</p>
<p>The IntelliJ search has another nice benefit: You can quickly exclude non-project types (which is default). In eclipse as far as I know, this is only possible with defining workingsets and package filters. Most often when I use type search I look for types in working project only.</p>
<p>About the JUnit thing, you can execute single tests by Outline and JUnit view, but I think it goes much nicer if you got a handy shortcut inside the editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.aldana-online.de/2008/05/21/eclipse-vs-intellij/comment-page-1/#comment-45</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 28 May 2008 14:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.aldana-online.de/2008/05/21/considerations-eclipse-332-vs-intellij-idea-7x/#comment-45</guid>
		<description>Eclipse also does camel-case in Find Type (Ctrl-Shift-T).

If you run the test method from the Outline view, it will only run the one test.</description>
		<content:encoded><![CDATA[<p>Eclipse also does camel-case in Find Type (Ctrl-Shift-T).</p>
<p>If you run the test method from the Outline view, it will only run the one test.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

