pde

Customizing the Eclipse About Dialog

In the About Dialog, the image, text etc, can be customized by the extension point org.eclipse.core.runtime.products (or PDE's product editor). But with few...

0 replies - 2094 views - 02/20/09 by Prakash in Articles

ArrayContentProvider - A default implementation for IStructuredContentProvider

Today I discovered that JFace provides a nice default implementation for the IStructuredContentProvider - the org.eclipse.jface.viewers.ArrayContentProvider...

0 replies - 1390 views - 10/25/08 by Prakash in Tips and Tricks

Plug-in Development 101: The Fundamentals

Plug-in development in Eclipse is somewhat of an art form. If you're new to the concept of plug-ins, especially in the context of OSGi and Eclipse, it can be...

0 replies - 9672 views - 05/05/08 by Chris Aniszczyk in Articles