Is there a best practice/shining example out there of passing values from a non-UI thread to a U开发者_JAVA百科I thread in an Eclipse plugin application?You could use Display.asyncExec()
Is it possible t开发者_StackOverflow社区o create Eclipse plugins/program Eclipse RCP apps without Java? (preferably in Jython)This will be possible in the next Eclipse major release e4:
We have a RCP application that does sometimes get some data from URLs in the internet. Our customer uses a Proxy-Server, and we can\'t get to the information we need unless the network-settings are co
I need to detect compile errors in the java source code after a POST_CHANGE event (usually it is fired after saving changes in the java file). I\'m using IElementChangedListener for doing that. So, fo
I would like to start a Eclipse RCP 3.x application from within Java code. I need to do this because I need to launch the RCP app from within a framework, that needs to be initialized first.
I\'m developing an Eclipse RCP based application, that uses the resource model of eclipse (workspace, projects, resources, etc.). For basic usage of the resource concept, there is no need to depend on
I\'m running Mac OS X Snow Leopard and wan\'t to access the Display from the activator in an OSGi bundle.
I work on a fairly simple but large two-tier application that consists approximately 40 Eclipse RCP plugins.We have a new use case t开发者_开发知识库hat is taking us to the web for a very small portio
I want to add a button to the toolbar in my page that derives from FormPage. I use the code: Action action = some action...
I created an editor using the eclipse PDE. Every time I double click on the same file it opens a new instance of my editor instead of just selecting the one that already opened (like in .java files).