[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Make copy paste possible from a styledText

See the thread "Re: cut, copy, paste in StyledText Widget" in eclipse.platform.tools.

"Pierre Beaufils" <pbeaufil@xxxxxxxx> wrote in message news:bavcno$k1j$1@xxxxxxxxxxxxxxxx
> 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.
>