java - How can I make the heading text of an eclipse editor selectable? -
in eclipse editor part, can add text top bar of editor form (see screenshot). how can make text selectable? , preferably copy-able via ctrl+c or context menu?
the text added via settext()
method of scrolledform
in turn generated editor's formtoolkit
. browsed api there seems nothing obvious enable text selections.
it org.eclipse.swt.widgets.label
not selectable text. think add copy text menu action on formheading
.
Comments
Post a Comment