<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Using Eclipse Better</title>
	<atom:link href="http://johannesbrodwall.com/2010/02/18/using-eclipse-better/feed/" rel="self" type="application/rss+xml" />
	<link>http://johannesbrodwall.com/2010/02/18/using-eclipse-better/</link>
	<description>Johannes Brodwall&#039;s Musings on Software Architecture and Programming</description>
	<lastBuildDate>Tue, 07 Sep 2010 16:25:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ruben Badaró</title>
		<link>http://johannesbrodwall.com/2010/02/18/using-eclipse-better/comment-page-1/#comment-127705</link>
		<dc:creator>Ruben Badaró</dc:creator>
		<pubDate>Mon, 22 Mar 2010 16:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=509#comment-127705</guid>
		<description>I use Ctrl + O a lot to navigate the current file. For shortcuts that I don&#039;t know, I use Ctrl + 3 - it allows me to write the command I want to execute and is really useful.</description>
		<content:encoded><![CDATA[<p>I use Ctrl + O a lot to navigate the current file. For shortcuts that I don&#39;t know, I use Ctrl + 3 &#8211; it allows me to write the command I want to execute and is really useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sveinhd</title>
		<link>http://johannesbrodwall.com/2010/02/18/using-eclipse-better/comment-page-1/#comment-127635</link>
		<dc:creator>sveinhd</dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=509#comment-127635</guid>
		<description>thanks for a great post. a lot of shotcuts I didn&#039;t know</description>
		<content:encoded><![CDATA[<p>thanks for a great post. a lot of shotcuts I didn&#39;t know</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes Brodwall</title>
		<link>http://johannesbrodwall.com/2010/02/18/using-eclipse-better/comment-page-1/#comment-127610</link>
		<dc:creator>Johannes Brodwall</dc:creator>
		<pubDate>Fri, 19 Feb 2010 21:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=509#comment-127610</guid>
		<description>alt-shift-r is a very good candidate. I wanted to keep the list short, and I expect people will discover this one on their own. ;-)</description>
		<content:encoded><![CDATA[<p>alt-shift-r is a very good candidate. I wanted to keep the list short, and I expect people will discover this one on their own. ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Ferris Nicolaisen</title>
		<link>http://johannesbrodwall.com/2010/02/18/using-eclipse-better/comment-page-1/#comment-127602</link>
		<dc:creator>Thomas Ferris Nicolaisen</dc:creator>
		<pubDate>Fri, 19 Feb 2010 13:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=509#comment-127602</guid>
		<description>Great compilation, Johannes. Of course I have some opinions :)&lt;br&gt;&lt;br&gt;Ctrl+F6 for switching editors? Bah. Just use Ctrl+PgUp/down to cycle between them. Or Ctrl+E to filter.&lt;br&gt;&lt;br&gt;If you want to jump to implementation instead of interface (F3), use Ctrl+T (quick hierarchy).&lt;br&gt;&lt;br&gt;I also like to bind &quot;Rerun JUnit Test&quot; to something around F11, I think that works better than Ctrl+F11. By default it&#039;s not bound to a keyboard shortcut, which is silly.</description>
		<content:encoded><![CDATA[<p>Great compilation, Johannes. Of course I have some opinions :)</p>
<p>Ctrl+F6 for switching editors? Bah. Just use Ctrl+PgUp/down to cycle between them. Or Ctrl+E to filter.</p>
<p>If you want to jump to implementation instead of interface (F3), use Ctrl+T (quick hierarchy).</p>
<p>I also like to bind &#8220;Rerun JUnit Test&#8221; to something around F11, I think that works better than Ctrl+F11. By default it&#39;s not bound to a keyboard shortcut, which is silly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://johannesbrodwall.com/2010/02/18/using-eclipse-better/comment-page-1/#comment-127592</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Fri, 19 Feb 2010 04:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=509#comment-127592</guid>
		<description>Regarding the F3 tips (i.e. go to definition) you will jump into the interface (of course, assuming the type of the clicked method is an interface), but for interfaces I think it is more common to want to jump into the implementation, and if you use the plugin below, then you can jump directly into the implementation if there is only one, but if there are many implementations, you will get a dropdown list and can select the desired implementation.&lt;br&gt;&lt;a href=&quot;http://eclipse-tools.sourceforge.net/implementors/index.html&quot; rel=&quot;nofollow&quot;&gt;http://eclipse-tools.sourceforge.net/implemento...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Regarding the F3 tips (i.e. go to definition) you will jump into the interface (of course, assuming the type of the clicked method is an interface), but for interfaces I think it is more common to want to jump into the implementation, and if you use the plugin below, then you can jump directly into the implementation if there is only one, but if there are many implementations, you will get a dropdown list and can select the desired implementation.<br /><a href="http://eclipse-tools.sourceforge.net/implementors/index.html" rel="nofollow"></a><a href="http://eclipse-tools.sourceforge.net/implemento.." rel="nofollow">http://eclipse-tools.sourceforge.net/implemento..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rune Flobakk</title>
		<link>http://johannesbrodwall.com/2010/02/18/using-eclipse-better/comment-page-1/#comment-127583</link>
		<dc:creator>Rune Flobakk</dc:creator>
		<pubDate>Fri, 19 Feb 2010 03:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=509#comment-127583</guid>
		<description>Amen! This is a tool that I&#039;ve found invaluable to learn shortcuts in Eclipse: &lt;a href=&quot;http://www.mousefeed.com&quot; rel=&quot;nofollow&quot;&gt;http://www.mousefeed.com&lt;/a&gt;&lt;br&gt;It shows a baloon tip each time you do an operation with the mouse, which also has an assigned keyboard shortcut. This is all good, but it becomes really useful once you set it to actually block the operation you just tried to use the mouse for, so it forces you to use the keyboard shortcut, and thus drilling it into your fingers. Probably somewhat annoying the first one or two days, but trust me, it is worth it.&lt;br&gt;&lt;br&gt;Some additional recommended shortcut assignments:&lt;br&gt;- Rerun last JUnit test: Alt-Shift-X, Z&lt;br&gt;Great for TDD and refactoring. You do small changes and frequently execute the test(s) without needing to change your view from the code your are working on. I almost have the same habit with this shortcut as with Ctrl-S in Microsoft Word ;)&lt;br&gt;- SVN/CVS/Git/whatever Revert: Ctrl-Alt-Z. The &quot;undo&quot; of source control management&lt;br&gt;- Remove the Ctrl-N shortcut for the generic &quot;New&quot; dialog, and assign things like &quot;Ctrl-N, C&quot;, &quot;Ctrl-N, T&quot;, &quot;Ctrl-N, I&quot; for New Class, New JUnit Test, New Interface, etc.</description>
		<content:encoded><![CDATA[<p>Amen! This is a tool that I&#39;ve found invaluable to learn shortcuts in Eclipse: <a href="http://www.mousefeed.com" rel="nofollow">http://www.mousefeed.com</a><br />It shows a baloon tip each time you do an operation with the mouse, which also has an assigned keyboard shortcut. This is all good, but it becomes really useful once you set it to actually block the operation you just tried to use the mouse for, so it forces you to use the keyboard shortcut, and thus drilling it into your fingers. Probably somewhat annoying the first one or two days, but trust me, it is worth it.</p>
<p>Some additional recommended shortcut assignments:<br />- Rerun last JUnit test: Alt-Shift-X, Z<br />Great for TDD and refactoring. You do small changes and frequently execute the test(s) without needing to change your view from the code your are working on. I almost have the same habit with this shortcut as with Ctrl-S in Microsoft Word ;)<br />- SVN/CVS/Git/whatever Revert: Ctrl-Alt-Z. The &#8220;undo&#8221; of source control management<br />- Remove the Ctrl-N shortcut for the generic &#8220;New&#8221; dialog, and assign things like &#8220;Ctrl-N, C&#8221;, &#8220;Ctrl-N, T&#8221;, &#8220;Ctrl-N, I&#8221; for New Class, New JUnit Test, New Interface, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kartben</title>
		<link>http://johannesbrodwall.com/2010/02/18/using-eclipse-better/comment-page-1/#comment-127582</link>
		<dc:creator>kartben</dc:creator>
		<pubDate>Fri, 19 Feb 2010 03:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=509#comment-127582</guid>
		<description>I could not live without CTRL-3 ...</description>
		<content:encoded><![CDATA[<p>I could not live without CTRL-3 &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ellnestam</title>
		<link>http://johannesbrodwall.com/2010/02/18/using-eclipse-better/comment-page-1/#comment-127572</link>
		<dc:creator>ellnestam</dc:creator>
		<pubDate>Fri, 19 Feb 2010 00:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=509#comment-127572</guid>
		<description>Type filter, Thank you!! Tip of the week, if not month. Can&#039;t believe I&#039;ve not seen that.&lt;br&gt;&lt;br&gt;One question though? What happened to Rename - alt-shift-r. Do you always get your names right? ;-)</description>
		<content:encoded><![CDATA[<p>Type filter, Thank you!! Tip of the week, if not month. Can&#39;t believe I&#39;ve not seen that.</p>
<p>One question though? What happened to Rename &#8211; alt-shift-r. Do you always get your names right? ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
