I have changed some r开发者_运维百科esource. When I click on it in Eclipse I get info \"Resource is out of sync\". How can I refresh it? I tried org.eclipse.core.resources.IResource.touch(IProgressMon
I would like to write a simple Ant task that would interact with an Eclipse workspace to get some information from it. I would like to be able to use the various Eclipse API\'s (for example, IWorkspac
I have an eclipse plugin project that requires a lot of external jar file dependencies. The plugin places these on the Bundle-Classpath and includes them in the plugin when built through build.propert
I am trying to write an Eclipse plugin which needs to read the std error inside eclipse. E.g. the red text that appears in the console.
Im building a plugin in Eclipse 3.6, but I want it to be compatible with Eclipse 3.2. I just got NoSuchMethodException, because I used some new API. is there any way to force eclipse to check if im n
I have created an eclipse plugin project and a corresponding fragment project which I use for junit tests.
I created an eclipse run开发者_JAVA百科 configuration for a number of bundles. One of the bundles has a dependency to the following packages:
In eclipse 3.4, here is the section of my plugin.xml: <extension point=\"org.eclipse.ui.views\">
A qustion about Eclipse PDE development: I write a small plugin for Ecl开发者_JAVA百科ipse and have the following
I need to add a pulldown button to a view\'s toolbar in an Eclipse plugin. Actually buttons in the toolbar are added like that :