I\'m looking to make a custom project type with an Eclipse plugin where the files for the project are actually stored on a remote server but displayed to the user as normal.
I have written a java programs using JDT in eclipse. I have to convert that to eclipse plugin. My question is, whether my code inside class will remain same? Or do I have to change it开发者_高级运维 f
I have a view which is initialised via OleControlSite and invoked via OleAutomation. It is actually a 开发者_运维知识库media player which I call in a view after user right clicks the file and calls Pl
My need is to add some default value in preferences in my eclipse application. I have to do this outside my application开发者_JAVA百科, means when I launch my application the default value should be s
I created 2 views. In the View 1 there is a button B 1 and upon button click View 1 gets hidden and View 2 opens.
开发者_JS百科I\'m developing a plugin with EMF and GMF. It has two views and I want that when one element is selected in the first one the second is refreshed.
In my Eclipse plug-in I have a ViewPart that implements a ProgressListener.I start my adding a frame that will display my data plot and then load data from a file, which calls my progressComplete() wh
I am developing an eclipse plugin and trying to extend the source menu (mainMenubar/Source - visible when editing in the java-editor) in Eclipse 3.7.
I am trying to modify the java source from my eclipse plugin. I have referred few tutorials for this and done this coding. When I try this code using ASTVisitor and ASTRewrite classes. The code flow b
I\'d like to know how to find out the preference page ID of an existing preference page in Eclipse. Specifically开发者_JAVA技巧, I want to find out the preference page ID of the General > Capabilities