<?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: IDEA versus Eclipse</title>
	<atom:link href="http://matthew.mceachen.us/blog/idea-versus-eclipse-348.html/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog/idea-versus-eclipse-348.html</link>
	<description>Tips and tricks and howtos galore</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeff Johnston</title>
		<link>http://matthew.mceachen.us/blog/idea-versus-eclipse-348.html/comment-page-1#comment-499</link>
		<dc:creator>Jeff Johnston</dc:creator>
		<pubDate>Fri, 27 Mar 2009 20:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=348#comment-499</guid>
		<description>You might also want to try Netbeans! I switched from Eclipse to Netbeans around version 6.0 and I really like it. Its hard to believe how bad it used to be and how great it is now. I have also started making my own Netbeans applications and its a really nice framework to program against. Its no wonder Netbeans is on such a roll right now.</description>
		<content:encoded><![CDATA[<p>You might also want to try Netbeans! I switched from Eclipse to Netbeans around version 6.0 and I really like it. Its hard to believe how bad it used to be and how great it is now. I have also started making my own Netbeans applications and its a really nice framework to program against. Its no wonder Netbeans is on such a roll right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujit Pal</title>
		<link>http://matthew.mceachen.us/blog/idea-versus-eclipse-348.html/comment-page-1#comment-473</link>
		<dc:creator>Sujit Pal</dc:creator>
		<pubDate>Thu, 12 Mar 2009 01:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=348#comment-473</guid>
		<description>&gt;&gt; I haven’t found the keystroke yet to “go to next error/warning”.
C-. to next error/warning
C-, to previous error/warning.
(C- == Control and)

At least thats true in Eclipse&#039;s emacs mode. I also find Eclipse considerably cheaper, even with the $30 yearly subscription to MyEclipse. You may want to look at MyEclipse, they have pretty good support for Spring XML refactoring.</description>
		<content:encoded><![CDATA[<p>&gt;&gt; I haven’t found the keystroke yet to “go to next error/warning”.<br />
C-. to next error/warning<br />
C-, to previous error/warning.<br />
(C- == Control and)</p>
<p>At least thats true in Eclipse&#8217;s emacs mode. I also find Eclipse considerably cheaper, even with the $30 yearly subscription to MyEclipse. You may want to look at MyEclipse, they have pretty good support for Spring XML refactoring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthew.mceachen.us/blog/idea-versus-eclipse-348.html/comment-page-1#comment-469</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Wed, 11 Mar 2009 16:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=348#comment-469</guid>
		<description>&lt;blockquote&gt;Svn functionality is lacking and buggy&lt;/blockquote&gt;

Actually, I&#039;ve found the opposite -- that IDEA has repeatable SVN bugs, and eclipse does what you ask it to. The main thing I miss is &quot;change set&quot; management, but I&#039;m seeing if Mylyn and the SVN perspective&#039;s &quot;synchronize&quot; window will get me there.</description>
		<content:encoded><![CDATA[<blockquote><p>Svn functionality is lacking and buggy</p></blockquote>
<p>Actually, I&#8217;ve found the opposite &#8212; that IDEA has repeatable SVN bugs, and eclipse does what you ask it to. The main thing I miss is &#8220;change set&#8221; management, but I&#8217;m seeing if Mylyn and the SVN perspective&#8217;s &#8220;synchronize&#8221; window will get me there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://matthew.mceachen.us/blog/idea-versus-eclipse-348.html/comment-page-1#comment-395</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Sat, 28 Feb 2009 06:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=348#comment-395</guid>
		<description>Good points on eclipse. Svn functionality is lacking and buggy. I think IDEA is better on that front. 
But on build.xml - I do believe control+click goes to target definition as long as you use the Ant Editor, not just XML editor. It does get confused with too many includes, does not have good undo support, and messes up indentation on copy/paste, but hey, nobody&#039;s perfect, right? :)

There&#039;s &quot;jump to test&quot; function in Eclipse JUnit plugin but have you found something like that for TestNG?

Also, IDEA brings up a drop-down list of implementers on an interface or method name, right by the method name. Eclipse has Control+G to find definitions but those come up in another window. Not quite as nice.

Save or no save: I am so used to hitting Control+S every few lines that I get worried if I watch someone work in IDEA and never save. But to me it&#039;s as natural as putting a period at the end of a sentence, so I find it comforting and not a problem.</description>
		<content:encoded><![CDATA[<p>Good points on eclipse. Svn functionality is lacking and buggy. I think IDEA is better on that front.<br />
But on build.xml &#8211; I do believe control+click goes to target definition as long as you use the Ant Editor, not just XML editor. It does get confused with too many includes, does not have good undo support, and messes up indentation on copy/paste, but hey, nobody&#8217;s perfect, right? <img src='http://matthew.mceachen.us/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There&#8217;s &#8220;jump to test&#8221; function in Eclipse JUnit plugin but have you found something like that for TestNG?</p>
<p>Also, IDEA brings up a drop-down list of implementers on an interface or method name, right by the method name. Eclipse has Control+G to find definitions but those come up in another window. Not quite as nice.</p>
<p>Save or no save: I am so used to hitting Control+S every few lines that I get worried if I watch someone work in IDEA and never save. But to me it&#8217;s as natural as putting a period at the end of a sentence, so I find it comforting and not a problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

