1
vote
2answers
22 views
Two Eclispse projects -> One Eclipse Plug-in
Background
I'm a developer of the Vrapper project.
Vrapper contains of 2 major parts
Vim-emulation library (vrapper.core)
Eclipse part that makes a good use of it
We want vra …
1
vote
1answer
23 views
How to deploy Java Communications API
I've been developing a java application with the eclipse RCP which requires the Java Communications API. Now as the javax.comm has to be setup first (install javax.comm.properties, …
2
votes
4answers
68 views
Developing Eclipse plugins without Java
Is it possible to create Eclipse plugins/program Eclipse RCP apps without Java? (preferably in Jython)
0
votes
1answer
21 views
Populating huge table in SWT/JFace RCP application
How would you go about displaying huge amount of rows in SWT table? Huge is something above 20K rows, 20 columns. Don't ask me why I need to show that much data, it's not the point …
0
votes
1answer
30 views
Starting Eclipse RCP from within Java code
Hello,
I would like to start a Eclipse RCP 3.x application from within Java code. I need to do this because I need to launch the RCP app from within a framework, that needs to be …
1
vote
0answers
26 views
P2 headless update not working
I have taken the org.eclipse.equinox.p2.examples.rcp.prestartupdate project and adapted it for use in my RCP application. I then setup an update repository that gets updated as pa …
0
votes
2answers
18 views
Setting network options in a RCP Application
We have a RCP application that does sometimes get some data from URLs in the internet. Our customer uses a Proxy-Server, and we can't get to the information we need unless the netw …
0
votes
1answer
11 views
How to use MessageDialog.open() with QUESTION_WITH_CANCEL?
I'm wondering how to use the new *QUESTION_WITH_CANCEL* dialog kind when opened with MessageDialog.open(int kind, Shell parent, String title, String message,int style).
Since the …
0
votes
1answer
25 views
How to detect eclipse compile errors (Java - JDT)
Hi everybody,
I need to detect compile errors in the java source code after a POST_CHANGE event (usually it is fired after saving changes in the java file). I'm using IElementChan …
1
vote
1answer
104 views
Eclipse console in RCP missing output
In my RCP I show the Console and want to output different categories of output (not just STDERR and STDOUT). I have looked at and used code from both:
http://stackoverflow.com/que …
0
votes
2answers
97 views
Lift and Eclipse RCP Integration
I work on a fairly simple but large two-tier application that consists approximately 40 Eclipse RCP plugins. We have a new use case that is taking us to the web for a very small p …
3
votes
3answers
681 views
How Do You Upgrade From Eclipse Ganymede to Eclipse Galileo?
I have written an RCP application that contains numerous plugin-ins I have created using Ganymede version 3.4.2. I want to start using Galileo. When I try to execute my RCP appli …
1
vote
1answer
44 views
Using IDE plug-in in an Eclipse RCP application?
I'm developing an Eclipse RCP based application, that uses the resource model of eclipse (workspace, projects, resources, etc.). For basic usage of the resource concept, there is n …
2
votes
1answer
120 views
SWT/JFace or Eclipse RCP?
Which are the reasons to choose the Eclipse Rich Client Platform as the base of my application, instead of just using SWT/JFace?
0
votes
1answer
53 views
two instances of the same editor
I created an editor using the eclipse PDE.
Every time I double click on the same file it opens a new instance of my editor instead of just selecting the one that already opened (l …
