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 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
Get visible rows from org.eclipse.jface.viewers.TableViewer
I'm using org.eclipse.jface.viewers.TableViewer in one of my projects. I need to export the visible rows of my table in a CSV file. Saying visible, I mean the rows a user can see after the table has b...
Ubuntu Learner
Votes: 0
Answers: 1
Let a Composite in a GridLayout take as much space as its children need
What I’m trying to accomplish is a Composite with another two Composites within. The first Composite should be a scrollable menu. In addition to that, I want it to take as much space as its children n...
Dominik
Votes: 0
Answers: 1