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)
Eclipse SWT StyledText set caret at specified position forcefully
I have an editor implementation which uses SWT StyledText as an editor area.
When Save Operation is invoked using CTRL+S (not on the toollbar, still focus is present on StyledText) caret is lost. Due ...

Raghu
Votes: 0
Answers: 0
How to package and include fragment jars in build jar using maven?
I have translated the help window in our RCP app using babel fragment jars(doesn't have poms). I had to include the fragments in target platform and load them in plugins for run configurations. This w...
Sudipto Saha
Votes: 0
Answers: 0
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
Java RCP Plug-in sharing failed by 'unresolved requirement: osgi.ee'?
I have developed an plugin, with is included in a feature and shared in a local Updatesite. Typical developer issue, on my local machine all works great. I can install the plugin from the update site ...

Björn Beuck
Votes: 0
Answers: 1