Changes for page Best Eclipse Resources

Last modified by chuckhill on 2008/03/12 22:01

From version 7.1
edited by Kieran Kelleher
on 2007/10/18 12:43
Change comment: There is no comment for this version
To version 9.1
edited by chuckhill
on 2008/03/12 22:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Eclipse Resources
1 +Best Eclipse Resources
Parent
... ... @@ -1,0 +1,1 @@
1 +WOLips Tutorials
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.chuckhill
Content
... ... @@ -1,1 +1,15 @@
1 -[[Java Development Tooling (JDT) Tips and Tricks>>http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jdt.doc.user/tips/jdt_tips.html]]
1 +[[Java Development Tooling (JDT) Tips and Tricks>>url:http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jdt.doc.user/tips/jdt_tips.html||shape="rect"]]
2 +
3 +=== Tomas Kramar's Effective Eclipse Series ===
4 +
5 +[[Setup Your Environment>>url:http://eclipse.dzone.com/news/effective-eclipse-setup-your-e||shape="rect"]]
6 + Outlines getting started with Eclipse and how to assign the right amount of memory for Eclipse to run. It also covers different preferences you can set from font size to line numbers.
7 +
8 +[[Shortcut Keys>>url:http://eclipse.dzone.com/news/effective-eclipse-shortcut-key||shape="rect"]]
9 + A long list of different shortcuts that exist in Eclipse to help you work faster. Most developers prefer keyboard shortcuts to mouse clicks. In this article you'll see the default shortcuts available and how to create your own key bindings - with some interesting suggestions.
10 +
11 +[[Don't Write the Code, Generate It>>url:http://eclipse.dzone.com/news/effective-eclipse-dont-write-c||shape="rect"]]
12 + Discusses how code gets generated in Eclipse using the Template functionality. You can create you own templates for common methods and constructs that you use in projects.
13 +
14 +[[Custom Templates>>url:http://eclipse.dzone.com/news/effective-eclipse-custom-templ||shape="rect"]]
15 + Shows you how to use the template editor and includes some extremely useful example templates from Tomas.