I am using eclipse Helios with SmartGWT. If I start the WindowBuilder to design a GUI I always get this error message:
I\'m developing an editor to design user Interfaces based on eclipse GMF. Up to now I have developed an editor with a palette. The user can drag and drop UI elements from palle开发者_如何学编程t and
I have a plugin project, i wanted to create & save a file in project folder.I coded in usual way,but its saving the file in the RCP installed folder in my case the rcp installed folder is
I\'m trying to include a textual editor for my DSL, which I generated using Xtext, on a property page within an Eclipse RCP application.
Groovy开发者_如何学JAVA seems to fix a lot of the things I dislike about Java, and I was wondering if it would be possible to actually write an Eclipse plugin in Groovy instead of Java.
I have to create Filter for my CheckboxTreeViewer. I\'m not getting how to do that. I\'m using following class
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
i am writing an eclipse plugin that will connect to a server (no database!). for each platform and each release of said server there will be a different jar to use for connecting and a different set o
I have maven eclipse plugin and I want to use a jar file in my project that is not supported in maven so I found out I have to do something like this :
How can I get the process of a launched java application inside of a plugin? I am using: DebugUITools.launch();