Questions tagged [rcp]

RCP stands for Rich Client Platform, and is software that provides a platform for application developers to build on. It may also refer to the "remote copy" command in Unix. Use the eclipse-rcp tag for questions about Eclipse RCP.

RCP stands for Rich Client Platform, which is software that provides a platform for application developers to build on. This speeds production, allowing proven framework to be used rather than re-implemented. An example is the Eclipse RCP.

http://wiki.eclipse.org/index.php/Rich_Client_Platform

It may also refer to the "remote copy" command in Unix.

1706 questions
0
votes
2 answers

Eclipse 4 RCP Editor using SourceViewer Undo and Redo operations are not working

I'm creating an editor using 'SourceViewer'. Given below is the code snippet from my '@PostConstruct' method. // viewer is my SourceViewer instance viewer = new SourceViewer(parent,verticalRuler, styles); IUndoManager undoManager = new…
Jaison
  • 132
  • 1
  • 1
  • 8
0
votes
1 answer

How to make an XML-RCP request through Fiddler?

I am using Fiddler to troubleshoot an XMLRCP connection to MiniBlog. Here is the MiniBlog Api: http://bigfont-miniblog.azurewebsites.net/metaweblog. How would I request for the blogger.getUsersBlogs FROM Fiddler? Here is my initial attempt:
Shaun Luttin
  • 133,272
  • 81
  • 405
  • 467
0
votes
1 answer

Re-aligning text in Eclipse Draw2D Label

I am building 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 anyway to have the text reposition based on the new constraints of the…
Ohanes Dadian
  • 625
  • 1
  • 9
  • 17
0
votes
1 answer

Eclipse RCP. How to change method in org.eclipse.ui.internal

How to change implementation method? IStatus restoreState() in class: org.eclipse.ui.internal.Workbench;
sergej.p
  • 85
  • 1
  • 5
0
votes
1 answer

Eclipse Toolbar visibility via Source Provider not working

I have a menu and toolbar that are defined in plugin.xml and a class that implements a source provider by extending AbstractSourceProvider. The menu is properly hidden but the toolbar with exactly the same visibleWhen is still visible. Since the…
Timothy Vogel
  • 1,363
  • 2
  • 21
  • 39
0
votes
1 answer

How to prevent P2 to overwrite eclipse.ini

I'm using eclipse 3.72 (Indigo) for my RCP Application. And it works fine. I've implemented p2 for automated updates. But after using p2 for updating my features my eclipse.ini gets overwritten! How can I disable that? My customer is able to change…
0
votes
1 answer

Confused about IAdaptable with IActionFilters

I'm confuse about IAdaptable and related classes. Which class is the adapter, the adaptee, the adaptable type? [Context] I have a context menu for entries of a table/tree viewer. Certain actions in the context menu must not be visible depending on…
Marcel Stör
  • 22,695
  • 19
  • 92
  • 198
0
votes
3 answers

Make a plugin project into an executable jar in eclipse

I have developed a wizard which I want to launch as a stand alone application(something like on the click of an icon /jar the wizard need to be launched) outside eclipse. How do I make it into an executable jar. I have a main class that invokes the…
Santhosh
  • 534
  • 9
  • 24
0
votes
1 answer

How to provide a preference settings for long running jobs in RCP?

I am currently facing a issue with a long running job in my rcp application .On starting the job i have a progressbar with 3 buttons and one checkbox .And if user checked the checkbox and pressed the run in background then my progressbar dialog is…
Rajesh Kumar Dash
  • 2,203
  • 6
  • 28
  • 57
0
votes
1 answer

Double click on specific file type doesn't open properly

I am currently working at a pure E4 RCP application and I have made an .exe installer using NSIS. Also I have associated a certain file extension to be opened via double click by my application. File association is done using the following NSIS…
0
votes
1 answer

E4 RCP application doesn't respond at double click events

I am working at an E4 RCP application and I want to make it to respond properly when the user double clicks on a specific file type. So far the extension of the file is associated with the operating system by writing in registers and when…
0
votes
1 answer

Implement postWindowClose() in RCP application

Hi RCP developers, I want to iplement postWindowClose() in my ECLIPSE RCP application. Before coding this method, I just did a small test to see if when I close my application, the method is called, so I did that : import…
Ismail Sen
  • 571
  • 2
  • 14
  • 27
0
votes
2 answers

Get list of installed software in eclipse through program

Using Platform.getBundleGroupProviders() and org.eclipse.core.runtime.IBundleGroup I am able to retrieve the list of installed features in Eclipse, but, is there an API through which I can get the list of installed software? Thanks for your help!
0
votes
1 answer

Adding Help Contents, Search Help using Command Framework

My colleagues and I are building a new RCP application and trying to find our footing in RCP. My coworker managed to get the Eclipse Help framework working pretty quickly - but he used the old style Actions and ActionBarAdvisor.makeActions() to do…
Daniel Bingham
  • 12,414
  • 18
  • 67
  • 93
0
votes
1 answer

How to add two help contents in eclipse RCP application?

In my application I want to add two help contents. Currently I have only one contents in my help book. To add a new one I have declared another help plugin and Tried to add that in to product dependencies. But my second help did not appear in the…
Rajesh Kumar Dash
  • 2,203
  • 6
  • 28
  • 57
1 2 3
99
100