Getting selection text from WorkItemEditor
Hi guys,
I'm trying from my plugin to get selected/highlighted text on the WorkItemEditor. Is there any ways to do this?
In normal eclipse text editor you can do from ITextEditor to get the SelectionProvider and then from there you can get the text. Is it possible to do similar thins for the WorkItemEditor?
Thanks
I'm trying from my plugin to get selected/highlighted text on the WorkItemEditor. Is there any ways to do this?
In normal eclipse text editor you can do from ITextEditor to get the SelectionProvider and then from there you can get the text. Is it possible to do similar thins for the WorkItemEditor?
Thanks