eclipse-rcp
Add headless capability to existing eclipse plugin
I have an existing Eclipse plugin which run as a regular IDE plugin, receiving commands from the GUI and returning output in custom views.[详细]
2023-03-22 21:40 分类:问答OleControlSite eating key events
I\'m working on an Eclipse RCP plugin that contains a View.This View contains an OleControlSite that hosts an Excel workbook.[详细]
2023-03-22 20:33 分类:问答application checking for patches/updates
I am working on (Java) Eclipse RCP windows desktop application and I need to implement a function which checks a website for any available updates to it. I would want to develop something that prompte[详细]
2023-03-22 13:42 分类:问答Curvy tabs in Eclipse RCP App
I am currently using Eclipse Helios Service Release 1.I am new to both the IDE and the开发者_开发问答 platform.[详细]
2023-03-22 09:26 分类:问答Eclipse RCP- org.eclipse.ui.plugin missing
I\'ve written an Eclipse RCP application that runs fine in Eclipse, however, packaging it to be a standalone application has been tricky. I\'ve worked my way though a few class path errors, but now I\[详细]
2023-03-22 06:03 分类:问答How to drag a view out of the workbench in RCP app?
I am trying to figure out how to detach a view from the main ap开发者_开发知识库p. From what I can tell this is a supported feature in the RCP framework but I have not seen how to enable/disable the f[详细]
2023-03-21 23:02 分类:问答Eclipse RCP plugin inheritance
I am creating an Eclipse RCP application and have multiple plugins that share the same menus and commands. Is it possible to have the plugins extend one central plugin so that I don\'t have to program[详细]
2023-03-21 19:20 分类:问答eclipse rcp : class loading problem
I have plugin A which depends on Plugin B, I am trying to load a class defined in Plugin B from plugin A. And I am sure the class is in the exported packages. but I got ClassNotFoundException, did I m[详细]
2023-03-21 12:59 分类:问答activities perspective issue
I created a sample plugin which needs to hide the java perspective. For that I used activities. The problems what happends is,it is hiding from the perspectives,but it is there still in the (recent op[详细]
2023-03-21 03:22 分类:问答Eclipse RCP - how to listen for selection from the editor in focus
I have created a simple Eclipse RCP application where I can open multiple editor instances based on user action. I have a separate view (ViewPart) where I listen for the selection changes on the edito[详细]
2023-03-20 21:39 分类:问答