Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse IDE for Education/New Developers

< Eclipse IDE for Education
Revision as of 01:16, 2 April 2010 by Unnamed Poltroon (Talk) (First pass at the new developers help page. More to come.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

So you'd like to start developing for Eclipse and Eclipse IDE 4 Education?

The following is a collection of useful links, knowledge, and help for bringing new developers up to speed with the Eclipse framework and the IDE 4 Education code base.


Eclipse Framework

- Stuff


Useful Tidbits

- More stuff


Useful Eclipse Shortcuts

  • Plugin Spy – alt + shift + F2 (then click a menu item / anything to bring ID it)
  • Open file by name – ctrl + shift + T
  • Delete whole line(s) without selecting all text – ctrl + d
  • Comment out whole line(s) – ctrl + / (Note: can be used to undo commented line too)
  • Organize imports – ctrl + shift + O
  • Format source code – ctrl + shift + F

Back to the top