Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] adding plugin source to eclipse?


The source should be included in the SDK (make sure you don't get the binary only download).  

Source look up is done by looking in your target platform to see which plug-ins contribute source.  The source for that particular class should be in the "org.eclipse.platform.source" bundle.  Once that bundle is in your target platform (and you reload), you should be able to see the source for that class.

Brian Bauman
    IBM Software Group - Austin, TX
    Eclipse Committer
    baumanbr@xxxxxxxxxx
    (512) 838 -2938 (T/L 678-2938)



From: John J Barton <johnjbarton@xxxxxxxxxxx>
To: pde-ui-dev@xxxxxxxxxxx
Date: 01/21/2008 08:05 PM
Subject: [pde-ui-dev] adding plugin source to eclipse?





A while back I downloaded, installed and configured
eclipse-jee-europa-fall2.  I must have added PDE to it.  But to my
surprise the source for the base classes of my plugin are not
available.  I guess I should have downloaded the RCP version of eclipse
and added J2EE to it? How to get the source for eg
org.eclipse.core.resources.IncrementalProjectBuilder into my
environment? Seems like this ought to come with PDE right?

Thanks,
John.
_______________________________________________
pde-ui-dev mailing list
pde-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-ui-dev


Back to the top