Eclipse Plugin Development
1:21 AM / Comments (1) / by Kevin Vu
There are 14 chapters in total so the plan is 2 or more chapters per week.
Chapter 01: Introduction to Eclipse Plugin Development
Chapter 02: SWT (Standard Widget Tookit)
Chapter 03: JFace
Chapter 04: Perspectives
Chapter 05: Actions
Chapter 06: Dialogs and Wizards
Chapter 07: Views
Chapter 08: Track Resource Changes
Chapter 09: Preference Pages
Chapter 10: Properties
Chapter 11: Editors
Chapter 12: Builders Natures And Markers
Chapter 13: Help
Chapter 14: Internationalzation
Posted in: Eclipse Plugins, Open Source
Submit Article :- BlinkList + Blogmarks + Digg + Del.icio.us + Ekstreme Socializer + Feedmarker + Furl + Google Bookmarks + ma.gnolia + Netvouz + RawSugar + Reddit + Scuttle + Shadows + Simpy + Spurl + Technorati + Unalog + Wink
A quick first inspection
2:57 PM / Comments (0) / by Kevin Vu
package org.eclipse.wst.server.core.internal;
classes:
* ModulePublishInfo.java
Publish information for a specific module on a specific server.
/* Observed: This class could be the center of the investigation since it has the save() and saveResource() methods. */
package rg.eclipse.wst.server.ui.editor;
Classes:
* OverviewEditorPart.java
Server General Editor page. This class extend from ServerEditorPart.
* ServerEditorPart.java
Provide editor page with error messages which will be displayed on the status bar
package org.eclipse.wst.server.ui.internal;
classes:
* Messages.java
Translate messages. This class declares messages.
Posted in: Eclipse WTP, Open Source
Submit Article :- BlinkList + Blogmarks + Digg + Del.icio.us + Ekstreme Socializer + Feedmarker + Furl + Google Bookmarks + ma.gnolia + Netvouz + RawSugar + Reddit + Scuttle + Shadows + Simpy + Spurl + Technorati + Unalog + Wink
Checking out and Locating Code for Bug240698
2:14 PM / Comments (0) / by Kevin Vu
The Procedures to locate the code:
1. Identify Bug's component: wst.server
2. Open CVS Repository Exploring Perspective
3. Expands "HEAD" -> Select and check out all items that begin with: org.eclipse.wst.server.* (19 items)
4. Search menu -> choose Search to search for "SaveResource".
5. Double click on the result to view the codes
Posted in: Eclipse WTP, Open Source
Submit Article :- BlinkList + Blogmarks + Digg + Del.icio.us + Ekstreme Socializer + Feedmarker + Furl + Google Bookmarks + ma.gnolia + Netvouz + RawSugar + Reddit + Scuttle + Shadows + Simpy + Spurl + Technorati + Unalog + Wink