Free tutorials for Java, Eclipse and Web programming



Follow me on twitter

Eclipse Source Code - Tutorial

Lars Vogel

Version 2.9

06.02.2011

Revision History
Revision 0.1 - 0.623.05.2008Lars Vogel
Created Article
Revision 0.7 - 2.918.02.2009 - 06.02.2011Lars Vogel
bugfixes and enhancements

Eclipse Source Code Tutorial

This tutorial explains how to work with the Eclipse source code. It assumes that you are already familiar with using the Eclipse IDE and is based on Eclipse 3.6 (Eclipse Helios).


Table of Contents

1. Eclipse Source Code
2. Import Plugins
3. Plugin Spy
3.1. Plugin Spy for UI parts
3.2. Plugin Spy for menus
3.3. SWT spy
4. Finding plugins
4.1. Open Plugin Artifact
4.2. Plugin Search
4.3. Java Search
5. Finding commands for keybindings
6. Debugging Eclipse
7. Version control
7.1. CVS
7.2. svn
7.3. git
8. Bugzilla and Mylyn
9. Thank you
10. Questions and Discussion
11. Links and Literature
11.1. Source Code
11.2. vogella Resources

1. Eclipse Source Code

Developers are frequently advised to read high-quality code. Eclipse is a powerful, extensible IDE for building general purpose applications. Some of the key player in creating Eclipse are also well known for their software architecture skills. By reading the Eclipse source code you you can learn a lot. It also helps to understand the Eclipse source code to address certain problems.

Especially if you develop Eclipse Plugins or Eclipse RCP application looking at the Eclipse Source code is useful.