I have an RCP app, consisting of: A main plugin A \"framework\" plugin A product definition file The product definition file lives in the main plug-in (is this a bad idea?).
In my current RCP-project i use a MultipageEditorPart. It has various pages, with simple SWT composites on it. The composites contain some Text and Combo elements. When the user right clicks onto the
After watching the webinar, skimming over the BuckyBook PDF, and following the Eclipse RCP build tutorial, I still don\'t know 开发者_开发问答how to materialize a simple RCP plug-in project from CVS i
I have an Eclipse RCP plug-in project, called proj.a. I have another Eclipse RCP plug-in project, proj.b, which has a product definition file in it. This project uses depends on the proj.a plug-in.
In Eclipse RCP, I am creating views for the Perspective using IPageLayout.addView(...) But this way I don\'t have a reference to the view. Therefore I don\'t know how I can tell ViewA to 开发者_Stack
I have an RCP plug-in and I have configured the help system to run within this plug-in. I can access it开发者_运维问答 from the Help menu.
I am using Rhino to script an Eclipse (RCP) application. The problem is that from Javascript I only have access to classes available to the plugin that provides Rhino, and not to all the classes avail
I have developed an RCP plug-in (not standalone), and a Java Project with library code that the plug-in needs to call.
I don\'t quite understand what plug-ins constitue the list Dependencies when I make a product configuration in Eclipse RCP and what does the button \"Add Required Plug-ins\" exactly do? Why the Depend
I am working on an Eclipse based RCP.We have a need to prevent one of the opened editors from being closed by the user.