[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] text copy/paste background annoying problem

Hi all, I have a question on editor (StructuredTextEditor) COPY/PASTE

I have extended this editor to use it in my rcp application ... honestly I have seen the same problem around eclipse ...

 

The problem is

 

Let's say that this editor have got the following text displayed:

 

<?xml version="1.0" encoding="utf-8"?>

<privileges/>

 

When u copy and paste this text (SELECT ALL) in an editor that support colors and formatting it keeps the right colors and formatting. Perfect.

 

The question is. why if I just select a piece of this text and copy it somewhere else it will come out with a dark blue background?

 

encoding="utf-8"

 

Ciao

Kar