Difference between revisions of "Resources and Guidelines 4"
(Created page with '== Activity 4: Dive into the source code and create a patch. == == Resources == * How to fix a Bug in Eclipse? (Eclipse article) [http://www.eclipse.org/articles/article.php?fil...') |
(No difference)
|
Revision as of 20:41, 15 March 2010
Activity 4: Dive into the source code and create a patch.
Resources
- How to fix a Bug in Eclipse? (Eclipse article) [1]
- Eclipse FAQ [2]
- Eclipse : building commercial-quality plug-ins by Eric Clayberg and Dan Rubel (college library eBook)
- Eclipse Plugin Development [3]
Guidelines
- Read the resources.
- Install the Plugin Development Environment (PDE).
- Check out the source code (e.g. the Valgrind plugins) from the SVN repository.
- When you install Subclipe, you need to fix the problem of missing JavaHL Library.
- Inspect the source code of some Java classes that interest you.
- Change the source code (e.g. the ColorManager class in ??? plug-in) and run it.
- Create a patch if it runs correctly!