[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Make copy paste possible from a styledText
|
Hi all,
My problem is simple : i've got a view with a StyledText and i had some
text in it. I'd like that the text could be copy and paste in an other
editor (word for example) but if i use the function setEditable(true) you
can also modify the text and i do not want this to be possible.
Do you have any idea to help me ?
Thanks in advance.