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
1 answer

Eclipse Preference Pages

I have created a preference page in eclipse the preference page has two fields server url store location If the user open this preferences dialog, change the value of url and apply it the product is restarted and after restart when I check the…
Wearybands
  • 2,438
  • 8
  • 34
  • 53
0
votes
1 answer

RCP: How to sync state of MMenuItem and MToolItem

I have a handler which is linked to both a menu item and a toolbar icon. If the menu item is selected, a checkmark will appear to the left of the menu item. If the toolbar button is pressed in the icon changes to a 'sunken' to look like it's pushed…
user2992188
  • 283
  • 1
  • 5
  • 18
0
votes
1 answer

A IFolderLayout have many viewpart how to show Full name of viewpart

There are a lot of viewPart in IFolderLayout,so the name of viewPart can only see the a character. How to show full name of viewPart, even though there are a lot of verwPart.
leon
  • 13
  • 2
0
votes
0 answers

Why using echo in .bashrc leads to non working rcp?

I have lately been working on a "scripts" project to isolate and improve maintainability of all the bash shell tools and third party software versions we need so you'd source this e.g. /opt/dev/scripts/tools.sh from your .bashrc and you get all up…
SkyWalker
  • 13,729
  • 18
  • 91
  • 187
0
votes
0 answers

RCP4 - Dynamic Toolbar Item

How do I add a dynamic toolbar item? I can add a dynamic Menu item via the 'Add Child->Dynamic Menu Contribution' option in the Application.e4xmi file, and pointing to my own file which does: @AboutToShow public void aboutToShow(final…
user2992188
  • 283
  • 1
  • 5
  • 18
0
votes
2 answers

Maven dependencies in p2 project

Let's consider the following projects: Project1: uses Eclipse P2 Target Definition for dependencies Project2: uses Maven repositories for dependencies The problem: project1 requires a dependency which is present in project2 which comes from a…
user3726374
  • 583
  • 1
  • 4
  • 24
0
votes
1 answer

Loading resources in a plug-in works in eclipse but not for maven

I am trying to load resources with the platform URL approach in an e4 RCP application. This works fine for my application plug-in. But I have got a second plug-in which extends the application via fragments. In this plug-in this approach…
user3726374
  • 583
  • 1
  • 4
  • 24
0
votes
0 answers

Dynamic icon for HandledMenuItem

I would like to dynamically set the icon of a HandledMenuItem in an RCP e4 application. Basically, I am looking for a similar behaviour to the @CanExecute method of the menu item's handler. Do you know of any way how to do this?
user3726374
  • 583
  • 1
  • 4
  • 24
0
votes
0 answers

Plug-in missing after setting target platform

I've a really strange problem here with eclipse ... I've defined a target definition within my eclipse and set it to be the active target platform. After my workspace has been built eclipse complains about that it cannot resolve the bundle…
tzwickl
  • 1,341
  • 2
  • 15
  • 31
0
votes
1 answer

Eclipse RCP Extension Points

Hey guys it has been a couple of week that I started developing stuff based on RCP and frankly speaking i'm facing several problems since i haven't found so much online then the concepts behind RCP programming (at least for me) are not such linear.…
unclejohn00
  • 149
  • 10
0
votes
1 answer

Relate text to Id once selected from text box with suggestion option in rcp

I currently have a text box that can predict String as typed.I used the snippet here . There are two seprate questions Q1)In the snippet the suggestion are passed as item but I want to relate the String to an id to update the database. If I just…
Praveen
  • 101
  • 14
0
votes
1 answer

e4 RCP: Manipulating Menu when switching between perspectives

I am looking for a way how to manipulate the main menu of an e4 RCP application. The menu should have different items enabled, depending on the current Perspective. So far, I came up with the solution to use the @CanExecute annotation for each menu…
user3726374
  • 583
  • 1
  • 4
  • 24
0
votes
1 answer

Own PreferencePage: Enable and disable FieldEditor by BooleanFieldEditor

I'm creating my own PreferencePage for Eclipse for a RCP application. There is a FileFieldEditor which I want to be enabled and disabled by an BooleanFieldEditor. Now I can't figure out how to implement this. public class PreferencePage extends…
Yeti
  • 1,108
  • 19
  • 28
0
votes
2 answers

Eclipse RCP/Eclipselink: persing data not working when setting configurer.setSaveAndRestore(true)

I am using Eclipse RCP and Eclipselink to create my application: The problem is related to persisting data with eclipselink. This is the situation : The application is composed of the main RCP and a plugin that uses eclipselink to manage data (mysql…
0
votes
1 answer

how to get word DocumentBeforeSaveEvent with ole listener?

I'm trying to embed word in my eclipse RCP application. Having problems to save an open editor if CTRL+S is pressed inside of the word application. I tried the following snipped but even in this (from eclipse separated) snipped I do not get the…
flavio.donze
  • 7,432
  • 9
  • 58
  • 91