python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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 add i18n in the Help content toolbar and search button for an eclipse RCP application?
We have i18nized our help content in our eclipse RCP application. The TOC files and the HTML files they refer receive the OS nl and displays data accordingly. But the search, go button, Scope, All top...
Sudipto Saha
Votes: 0
Answers: 0
How can I perform a single selection on dynamically generated tree items?
I need to perform the following task:
On selection of a single tree item in a treeViewer, relevant data is supposed to display in the tableViewer.
I have retrieved data from MySQL, using the rs.getStr...
Vt0613
Votes: 0
Answers: 0
Eclipse RCP Updating Toolbar and Menu Entries
I am using menu entries and toolbar buttons to link them to actions (AbstractHandler).
For example, I can connect to or disconnect from hardware. If I connect, there are menu and toolbar entries depen...
Fabian Deitelhoff
Votes: 0
Answers: 0