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.

screenshot

it org.eclipse.swt.widgets.label not selectable text. think add copy text menu action on formheading.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -