rcp
Getting a RCP feature to export to a p2 site that supports multiple platforms using Buckminster
I have a simple RCP Plugin (with a product) and I want it to run in atleast Linux and Windows (32 and 64bit). I have a product that contains a Feature from which buckminster uses to create the p2.site[详细]
2023-02-06 03:00 分类:问答How handle long operation with UI report on RCP close?
When closing my Eclipse (for plugin development) workbench while a long operation is running in 开发者_运维问答my workbench (and thus reported to me through the progress view) such as a \"Clean all\"[详细]
2023-02-04 01:27 分类:问答How can I add org.eclipse.ui.ide to my eclipse RCP application
I would like to use CNF in my RCP application, but I need add some plugins b开发者_如何转开发efore.[详细]
2023-02-03 10:36 分类:问答Implement Ahead of Time compilation (AOT) for Java based applications
We are in process of developing a commercial desktop based application in java using Rich Client Platform framework from Netbeans/Eclipse. The IDEs (Netbeans/Eclipse) provides nice inbuilt installer f[详细]
2023-02-03 10:09 分类:问答Eclipse RCP application - how to detect when application is idle?
I am writing an Eclipse RCP application that will have other plugin contributions besides my own, and need to determine when the application is idle (i.e. no activity for a period of time, application[详细]
2023-02-02 08:16 分类:问答Whats the difference between Command Parameters and Menu Contribution Parameters
I can see that parameters can be defined for Comma开发者_开发知识库nds defined using the Commands extension point. I can not define a value for these command parameters.[详细]
2023-01-31 20:13 分类:问答Eclipse XHTML Visual Editor
All,开发者_开发技巧 I am looking for an visual editor(could be open source) for XHTML to place it in my Eclipse RCP application. Please suggest on the same[详细]
2023-01-31 06:46 分类:问答Eclipse RCP : Can I show a hyperlink IN a tooltip?
I want to show a tooltip on an SWT image with a hyperlink. Please note, that I dont want to show a tooltip for a Hyperlin开发者_C百科k. It is the otherway. I want to have a hyperlink in a tooltip.[详细]
2023-01-31 04:51 分类:问答Eclipse plugin won't go from RESOLVED to ACTIVE
I have a Eclipse plugin Bundle I\'ve created which won\'t go from the RESOLVED state to ACTIVE. I\'ve tried opening the OSGI console to see why the bundle won\'t start but there doesn\'t appear to be[详细]
2023-01-28 06:03 分类:问答What of Eclipse project .metadata can I safely ignore in Git/Mercurial?
We have the code for an Eclipse RCP application in an Eclipse workspace containing multiple Java projects. We are using Mercurial with a simple .hgignore just *.class (but the same issue would pertain[详细]
2023-01-27 03:47 分类:问答