In our RCP application we have views which require a C, and use an IAdapterFactory to get there from an 开发者_运维问答A and B.The problem is that while A->C is fast, B->C is much slower (e.g.,
I am buildin开发者_StackOverflow社区g an RCP-based application with Draw2D Labels (Figures with text).When my graphical editor re-sizes the label, the text stays in it\'s initial position.Is there any
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
My colleagues and I are building a new RCP application and trying to find our footing in RCP.My cowor开发者_JAVA技巧ker managed to get the Eclipse Help framework working pretty quickly - but he used t
I\'m working on a Eclipse RCP Appli开发者_如何学Pythoncation. In a class which extends MultiPageEditorPart, I\'m trying to set the focus to a text field. But the setFocus Method always returns false.
I\'d like the get the text of 开发者_开发问答editor in a command handler, so how can I get the reference of Editor, thanksto get the referece of the editor in a command handler you could do this:
Eclipse\'s CompareEditor looks beautiful and has a great functionality. But, I\'m cannot find a simple way to create a custom CompareEditor with multiple panes?
I have a handful of Eclipse plugins that I maintain. They are proving useful enough that non Eclipse users have asked for them without the overhead of a full eclipse install.
I am working on an Eclipse RCP project which has detachable views.I would like to be able to put some text on the window border which surrounds the view once it is detached.Does anyone have any experi
I have a RCP application which constitutes of a number of plugins. And now, I try to develop RAP application which uses my old plugins. My RAP has a dependency of one old plugin. I created my owntarge