python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Problem with the focus in Eclipse SWT when clicking on Actions in ActionsBars
In a Eclipse RCP/RAP project we are using several views with IActionBars and Actions contributed using E4 (xml Actions/Commands defined in the plugin.xml file).
Let's say that we have two views (IWork...

Raúl Malpica
Votes: 0
Answers: 1
Use existing e4 Part in legacy IEditorPart
I have an implementation for a part in native e4.
The part's UI shall now also be shown within a MultiPageEditorPart which seems to enforce e3 style editors.
What would be the recommended approach for...
user3726374
Votes: 0
Answers: 0
How can I identify the cause of an E4 plugin not starting
I have created a simplemost E4 plugin based on the example templates in Eclipse. I have made no changes. When starting a new Eclipse instance depending only on the plugins transitive dependencies, the...

Jörn Guy Süß
Votes: 0
Answers: 0
Creating a popup menu within a fragment.e4xmi for an editor at extension point org.eclipse.ui.editors
I am creating a custom editor via the extension point org.eclipse.ui.editors.
This works all well. Let's say this is given the id=my.custom.editor.id
Now, I would like to define a popup menu for my ed...
user3726374
Votes: 0
Answers: 0