The Eclipse e4 project is a completely new approach of the Eclipse API available since Eclipse version 4. Use this tag for questions about the Eclipse e4 API.
1
vote
0answers
22 views
How to autostart org.eclipse.gemini.blueprint.extender in a feature based eclipse rcp application?
I have an eclipse rcp application that uses gemini blueprint. It has two features and hence a feature based product. Some of our bundles depend on service that where created by the blueprint extender. ...
0
votes
0answers
13 views
Eclipse 4 over Adobe AIR
Eclipse 4 UI model is abstracted from underlying rendering engine, so it can run over SWT or JavaFX.
Before I saw demos of Eclipse RAP running over Adobe flash in browser.
(adding potential for ...
1
vote
0answers
52 views
How to reuse the Eclipse 4 IDE Perspective Features in an RCP Application
is there an easy way to reuse the complete Perspective implementation from the Eclipse Juno 4.2 IDE ("Open Perspective", Customize Perspective, "Save Perspective As ...", "Reset Perspective...", ...
2
votes
1answer
57 views
Eclipse 4 RCP (aka E4) documentation
Is there at least anything other than Vogella's tutorials and his book, which is completely based on those tuts? Examples from his repo are often either incomplete/unfinished/won't run and those ...
1
vote
0answers
46 views
eclipse e4 - How to let a preference value from the ConfigurationScope be injected after value change?
I use the @Preference annotation on method level to get the current preference value injected:
@Inject
@Optional
public void updatePrefValue(@Preference(value = PREFERENCE_NAME) String prefValue) {
...
0
votes
0answers
80 views
java.lang.reflect.InvocationTargetException in eclipse e4 project while updating from web server
hello friends I am working on eclipse e4 application,
I was trying to add update feature to my application, for that I followed this http://www.ralfebert.de/blog/eclipsercp/p2_updates_tutorial_36/ ...
0
votes
0answers
25 views
Eclipse E4 RCP application P2 update fails to download
I'm working on an Eclipse RCP application - working against Eclipse 4.2.2
I've set up the P2 update process, mainly via the tutorial found here:
...
1
vote
1answer
111 views
Eclipse 4 RCP Application (standalone!): Add “show view” in menu
In my standalone RCP Application (which I start using a product configuration) I would like to add a menu entry "show view" that lists all views I have defined in my persistent application model (an ...
1
vote
1answer
36 views
How to restrict the minimum size of the window for Eclipse e4
I am making an application based on Eclipse e4 framework. I was wondering how the minimal size of the application window can be controlled. There seems no properties can be defined in e4xmi file for ...
0
votes
0answers
85 views
Why does Composite have no actual value?
I have an Eclipse RCP application with 2 Parts (Main Menu and New Macro) in a Part Stack.
When the application starts it calls the CreateMainUI contributing class below which constructs the UI and ...
0
votes
1answer
30 views
What is good practice for managing contributing classes for Eclipse RCP Parts
I'm just wondering what is good practice when it comes to managing the contributing Class of a Part in Eclipse RCP development? I know that when a Part get's focus in the application it calls the ...
0
votes
0answers
36 views
How to show the previous running eclipse 4 rcp application
When the user clicks on exe icon again as of now i am using checking if the location isset and is it locked if yes i am throwing an error message. Is there a way to show the previously running ...
0
votes
0answers
59 views
IllegalArgumentException on opening Editor with FileEditorInput in e4
I have raise bug for E4 -> https://bugs.eclipse.org/bugs/show_bug.cgi?id=400185
If anyone has any resolution please help me out.
Following are the lines of code which I have written which is ...
1
vote
1answer
43 views
RCP Application coundn't find new added view
I am using Eclipse Juno for RCP RAP developer. I have created a Plug-in Project with a single view and it runs normally. But whenever I tried to add a new view into that workbench, the window dosent ...
2
votes
3answers
284 views
I cannot change the font size of package explorer eclipse
I try to change the font size of package explorer on eclipse from Window > Preferences > General > Appearance and I fail to change the font size. How can I do that? I use eclipse Juno on Windows 7.
0
votes
0answers
76 views
Eclipse project explorer and “new” wizard
How can i add an option to the create new wizard that shows up when i select it (via the popup menu) in an RCP Application?
I am talking about the menu from the picture that is added to this ...
0
votes
0answers
43 views
How can I implement and register iapplication interface in e4 rcp?
Is there a way to create and implement the iapplication interface in Eclipse rcp? Or is there a way to alter the workspace lock error message thrown by e4application class in e4 rcp?
0
votes
1answer
64 views
unable to custome branding for eclipse 4 APP
With A eclipse 4 application, I have a branding problem; maybe it sounds very simple, but trust me, it have blocked me for days, and I still unable to solve it.
the problem is I want to put our own ...
-2
votes
2answers
167 views
How to show standard Eclipse workspace launcher dialog in eclipse e4 application?
How can i show the standard Eclipse workspace launcher dialog in my eclipse e4 application to initialize my project explorer?
0
votes
0answers
28 views
how to fill a child fully in the parent for a eclipse 4 RCP
In a Eclipse 4 APP, at the bottom trim bar, I created one ToolControl part; and in the part's postContruct method, I created several children lied horizontally; I tried many methods but I can't make ...
0
votes
2answers
65 views
How to set top-left corner icon of an eclipse 4 APP
I tried to set a icon at the top-left corner of the shell for one eclipse 4.2 APP. I already set the branding images, but no luck.
2
votes
1answer
110 views
How to create my own shell to replace the shell created in the MTrimmedWindow in e4 RCP?
Is there a way to replace the shell generated by Eclipse RCP for the MTrimmedWindow by a user defined window?
Eclipse creates a shell with a particular style type, which can only be provided while ...
0
votes
2answers
211 views
How add the ProjectExplorer to an Eclipse e4 RCP Application?
Is it possible to add the ProjectExplorer to an Eclipse e4 RCP application?
If yes how can I do that? Is this possible if I launch my RCP Application as an E4Application?
0
votes
1answer
36 views
Eclipse Juno: Unable to read model extension
After exporting the product, when i try to run the application i do not see any view in my application.i got the reason, this is because of error "Unable to read model extension"
0
votes
0answers
83 views
How can i add an perspective from a plugin to my e4 application model?
I want to add an perspective from a plugin to my e4 application model in my new e4 application...
Could i execute the following 6 steps to achieve that ?
And will my perspective show up when the e4 ...
0
votes
0answers
50 views
State of MenuItem of type Check or Radio in Eclipse 4
As documented in http://www.eclipse.org/forums/index.php/t/444326/ I am currently trying to figure out how to persist the state of a MenuItem in the Eclipse Application Model of type CHECK or RADIO. I ...
0
votes
1answer
123 views
Eclipse e4 : IStartup extension not working
I am trying to extending "org.eclipse.ui.startup" extendion point.
but it seems in eclipse e4 ,it does not even getting called.
is this extension is broken in eclipse e4(Juno)
0
votes
1answer
510 views
Eclipse e4 RCP minimize/maximize missing on view parts?
When creating an RCP application using Eclipse Juno (e4 platform), view parts do not provide the minimize/maximize toolbar actions.
What is also missing is the double-click action on the view part ...
0
votes
0answers
34 views
How to create a rcp application from a feature
Hello i want to create a (Eclipse 4) RCP-Application that is using all functionalities of a feature project. It is especially important for me how to make the RCP-Application using the features ...
1
vote
1answer
293 views
eclipse e4 (Junos) : Not able to hide view Part minimize/maximize buttons
within part stack, i have part views. , and each view has minimize/maximize buttons,
Is there is any way i can hide minimize/maximize buttons for some particular view part ?
0
votes
0answers
85 views
Eclipse e4 Rich Client Platform(RCP) : mapping external class(from jars, dependencies) to Handlers
I have been struck with one issue over the past few days. I have Eclipse e4 for RCP.
I am developing the plugin layout using Application.e4xmi. I want to embed Exit function on this layout. For this I ...
1
vote
1answer
130 views
Eclipse: Converting actions in commands for a specific view
My original RCP was started in 3.x and currently I am running it on Juno with the compatibility layer. I was looking into doing a soft migration so I have started to slowly change my practices. One of ...
0
votes
0answers
65 views
Maven Tycho not overriding org.eclipse.update.reconcile property
I build my Eclipse 4 Application with Maven Tycho 0.15.0. Everything works fine except of the fact, that when i add
<configurations>
...
<property name="org.eclipse.update.reconcile" ...
0
votes
1answer
102 views
Eclipse 4: Default commands
I apologise for the very amateur question about E4 but I am a bit confused about a couple of things about RCP development using the new Eclipse 4 framework. I read in this tutorial that one can no ...
0
votes
1answer
187 views
How to get the TrimBar of a TrimWindow in Eclipse RCP 4?
I put a toolbar on the top of my TrimmedWindow in my application. I have a handler which has to check whether a check button is pressed on this menu bar or not.
I tried putting EMenuService in my ...
0
votes
1answer
102 views
MMenuElement mnemonics usage under e4 model
A Javadoc from MMenuElement says:
String org.eclipse.e4.ui.model.application.ui.menu.MMenuElement.getMnemonics()
Returns the value of the 'Mnemonics' attribute.
If the meaning of the 'Mnemonics' ...
0
votes
1answer
177 views
How to create custom commands for my Eclipse RCP 4 application?
I'm writing an e4 application and I'm trying to create a custom command but the documentation is somehow lacking details. I have a toolbar with a check button on it and what I want to achieve is to ...
0
votes
1answer
120 views
Programmatically load e4 Application Model
I am trying to programmatically load an e4 application model in order to be able to iterate on the model elements. Currently I am facing the problem, that I don't know on how to correctly load it.
...
1
vote
1answer
321 views
Eclipse 4 RCP Part class best practices
I'm learning the new Eclipse 4 RCP platform and I just ran into an interesting issue.
Suppose I'm designing a Part class for an MPart defined in my Application.e4xmi:
public class SomePartView {
...
1
vote
2answers
114 views
Manually trigger Eclipse4 (e4) class'es method, which uses injections?
I have a class, which get a MApplication injected. It is a Handler. I want to trigger the Handler's methods manually.
Problem:
When I instantiate the Handler manually from another class - the ...
1
vote
2answers
331 views
Howto restart an e4 RCP application
A 3.* based RCP application will be restarted if IApplication.start returns IApplication.EXIT_RESTART. The class E4Application seems to always return EXIT_OK.
org.eclipse.ui.IWorkbench also has a ...
0
votes
3answers
256 views
Eclipse 4 e4 - about dialog
I am building an Eclipse 4 Application and I would like to make an about dialog as known from Eclipse 3.
I used the Menu Spy and learned the following:
The active contribution location URI:
...
0
votes
1answer
232 views
How can I create a view using the E4 programming model to be a plug-in for Eclipse 4.2 or above?
Most of the existing Eclipse plug-ins use the extension registry and subclasses of ViewPart, coupled with the compatibility layer. As a result, writing a new view (especially using the new plug-in ...
3
votes
1answer
1k views
e4 dynamic menu contributions
This feature has been realized as of Kepler M4, for a detailed information on the usage see my blog
I want to realize a fully dynamic menu contribution to the menu of a handler located in a view ...
1
vote
1answer
957 views
Eclipse e4 Context Menus
I'm trying to build an RCP application with Eclipse 4.2.
First problem; I have a TreeViewer. When an item is selected in the tree viewer, I need one of two stacked MParts to be displayed. How do I ...
1
vote
1answer
279 views
Eclipse e4 RCP accessing services between plugins
I'm currently working on my first Eclipse e4 RCP app using Eclipse 4.2M6. I'm developing a main plugin which has the core code for my app and defines a number of services as extensions to allow other ...
