[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Change background color of Selected line in texteditor.

Ajay Vikram wrote:
Hi All,

I had develop my own plugin. Though my view, I had selected few line of code in texteditor. I want that change background color of selected line of code, not whole texteditor.
You can either use annotations or an org.eclipse.jface.text.ITextPresentationListener.

Dani