rcp
Eclipse RCP, translate the dependency plugins
When I am developing an Eclipse RCP application, what is the easiest way to trans开发者_开发知识库late those strings in the plugins required by my application into Chinese? As I know, these plugins al[详细]
2023-03-11 08:36 分类:问答Is there any analogue to NetBeans RCP in .Net/C# world?
In Java world, NetBeans is not only an IDE, but also an RCP (rich client platform) - a versati开发者_运维技巧le extensible foundation for building desktop modular applications. Is there anything alike[详细]
2023-03-09 20:57 分类:问答Eclipse RCP menus and the new Natty Unity
So I restarted my Eclipse RCP applica开发者_开发知识库tion after I upgraded my Ubuntu, and it seems that the Main menu has disappeared![详细]
2023-03-09 06:38 分类:问答Multilevel Master/Detail Databinding with EMF and RCP
I made a model with EMF, representing the settings of a device, and a RCP GUI. In the GUI I have a list to select different devices of the type of the model (Master).[详细]
2023-03-09 00:40 分类:问答How can I find out which bundle or plugin invoked (shared) code?
I want to create something like \'BundleLocal\' variables, just like ThreadLocal variables, but instead of looking them up by Thread.currentThread() I need to look them up by bundle context.[详细]
2023-03-08 10:19 分类:问答eclipse RCP build updatesite for multiple features
need your expertise on this.. Is it possible to build an update site for mor开发者_Python百科e than one feature?(ex: two different features are updated via one update site) It is easily possible to cr[详细]
2023-03-01 17:27 分类:问答Test Framework for Eclipse RCP Application
I am new to Eclipse RCP 开发者_开发问答and I\'m looking for an open source framework to test my RCP application (especially the GUI). I want to run this tests as unit tests.[详细]
2023-03-01 12:34 分类:问答NetBeans RCP application classpath
I am developing NetBeans RCP application. The application consists of several modules, all modules (and also the application project itself) are managed by maven. I need to add custom jar to the appli[详细]
2023-03-01 03:26 分类:问答Using a Command in multiple Plugins
Is it possible to define a Command in one plugin and use it at another plugin? Thanks Patr开发者_如何学GoickYes! Commands are designed as abstractions. They can be found with their ids and can be use[详细]
2023-02-25 00:48 分类:问答Eclipse RCP: Does CNF without IDE plug-in require custom ContentProvider?
In an RCP application, I\'d like to create a Common Navigator Framework view, starting just with resources on the local file system.[详细]
2023-02-24 20:56 分类:问答