-
Book Overview & Buying
-
Table Of Contents
Eclipse Plug-in Development Beginner's Guide - Second Edition
By :
1. An Eclipse workspace is the location where all the projects are stored.
2. The naming convention for Eclipse plug-in projects is to use a reverse domain name prefix, such as com.packtpub. Additionally UI projects typically have a .ui. in their name.
3. The three key files in an Eclipse plug-in are META-INF/MANIFEST.MF, plugin.xml, and build.properties.
1a. Quit the application with File | Exit.
1b. Use the stop button from the Debug or Console views.
2. Launch configurations are similar to pre-canned scripts which can start up an application, set its working directory and environment, and run a class.
3. Launch configurations are modified with the Run | Run Configurations… or Debug | Debug Configurations… menus.
1. Use the Debug | Debug configurations or Debug | Debug As… menus.
2. Set step filters via the preferences menu to avoid certain package names.
3. Breakpoints...
Change the font size
Change margin width
Change background colour