<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adam Woozeer &#187; Java</title>
	<atom:link href="http://www.woozeer.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.woozeer.com</link>
	<description>Seo Consultant - Ethical &#38; Organic SEO UK</description>
	<lastBuildDate>Thu, 27 Jan 2011 10:03:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IDE Shortcuts for Eclipse Developers</title>
		<link>http://www.woozeer.com/ide-shortcuts-for-eclipse-developers/</link>
		<comments>http://www.woozeer.com/ide-shortcuts-for-eclipse-developers/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 07:52:41 +0000</pubDate>
		<dc:creator>Adam Woozeer</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://www.woozeer.com/?p=167</guid>
		<description><![CDATA[Eclipse have been my favorite Java IDE since I started coding in Java. Shortcuts makes life very easy when you are working with any IDE. Eclipse also comes with lot of shortcuts that makes like of a developer easy. Following are few shortcuts of my choice. 1. Ctrl + Shift + O : Organize imports [...]]]></description>
			<content:encoded><![CDATA[<iframe class="me-likey" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.woozeer.com%2Fide-shortcuts-for-eclipse-developers%2F&amp;layout=standard&amp;show_faces=false&amp;width=150&amp;height=24&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:150px; height:24px"></iframe><p>Eclipse have been my favorite Java IDE since I started coding in Java. Shortcuts makes life very easy when you are working with any IDE. Eclipse also comes with lot of shortcuts that makes like of a developer easy.</p>
<p>Following are few shortcuts of my choice.</p>
<p>   1. Ctrl + Shift + O : Organize imports<br />
   2. Ctrl + / : Line Comment<br />
   3. Ctrl + Shift + T : Open Type<br />
   4. Ctrl + O : Open declarations<br />
   5. Ctrl + E : Open Editor<br />
   6. Ctrl + Shift + F4 : Close all Opened Editors<br />
   7. Alt + Shift + R : Rename<br />
   8. Alt + Shift + L : Extract to Local Variable<br />
   9. Alt + Shift + M : Extract to Method<br />
  10. F3 : Open Declaration<br />
  11. Alt + Shift + X : Run As…<br />
  12. Alt + Shift + D : Debug As…<br />
  13. Alt + Shift + W : show the class in the package view.<br />
  14. Ctrl + T : Type hierarchy<br />
  15. Ctrl+Q : Last edit<br />
  16. Alt + Left or Alt + Right : Navigate Left and Right<br />
  17. Ctrl + 1 : Quick Fix<br />
  18. Ctrl + Space : Content Assist<br />
  19. Alt + Shift + F : Format code<br />
  20. Alt + Shift + S + R : Generate getter and setter methods</p>
<iframe class="me-likey" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.woozeer.com%2Fide-shortcuts-for-eclipse-developers%2F&amp;layout=standard&amp;show_faces=false&amp;width=150&amp;height=24&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:150px; height:24px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.woozeer.com/ide-shortcuts-for-eclipse-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inspect your code in Eclipse using Eclipse Scrapbook feature</title>
		<link>http://www.woozeer.com/inspect-your-code-in-eclipse-using-eclipse-scrapbook-feature/</link>
		<comments>http://www.woozeer.com/inspect-your-code-in-eclipse-using-eclipse-scrapbook-feature/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 05:48:45 +0000</pubDate>
		<dc:creator>Adam Woozeer</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[IDEs]]></category>
		<category><![CDATA[IRAD]]></category>
		<category><![CDATA[java expressions]]></category>
		<category><![CDATA[scrapbook]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[workbench]]></category>

		<guid isPermaLink="false">http://www.woozeer.com/?p=165</guid>
		<description><![CDATA[The java IDEs (eclipse, IRAD etc) contribute a scrapbook facility that can be used to try and evaluate Java expressions (such as code snippets). Java scrapbook errors are shown in the editor. Snippets are edited and evaluated in the Scrapbook page editor. In the editor you can select a code snippet, evaluate it, and display [...]]]></description>
			<content:encoded><![CDATA[<iframe class="me-likey" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.woozeer.com%2Finspect-your-code-in-eclipse-using-eclipse-scrapbook-feature%2F&amp;layout=standard&amp;show_faces=false&amp;width=150&amp;height=24&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:150px; height:24px"></iframe><p>The java IDEs (eclipse, IRAD etc) contribute a scrapbook facility that can be used to try and evaluate Java expressions (such as code snippets). Java scrapbook errors are shown in the editor. Snippets are edited and evaluated in the Scrapbook page editor. In the editor you can select a code snippet, evaluate it, and display the result as a string in console.</p>
<p><strong>Creating a Java Scrapbook Page</strong></p>
<p>The scrapbook allows Java expressions, to be run, inspected, and displayed, under the control of the debugger. Exceptions are shown in the scrapbook itself.</p>
<p>A VM is launched for each scrapbook page in which expressions are being evaluated. The first time an expression is evaluated in a scrapbook, a VM is launched. The VM for a page will remain active until the page is closed, terminated explicitly (in the debugger or via the Stop the Evaluation button in the console), or when a System.exit() is evaluated.</p>
<p>   1. From the workbench window, do one of the following:<br />
          * From the drop-down File menu ,click on the New button, select Other. Then select Java ->Java Run/Debug -> Scrapbook Page. Then click Next.<br />
          * Enter any file name.</p>
<p>   2. In the File name field, type a name for the new page. The .jpage extension will be added automatically if you do not type it yourself.</p>
<p>   3. Your jpage is ready to use. You can add java code snippets and select them and run them directly.</p>
<iframe class="me-likey" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.woozeer.com%2Finspect-your-code-in-eclipse-using-eclipse-scrapbook-feature%2F&amp;layout=standard&amp;show_faces=false&amp;width=150&amp;height=24&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:150px; height:24px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.woozeer.com/inspect-your-code-in-eclipse-using-eclipse-scrapbook-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

