[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] How to highlight lines in Text Editor
|
Hi,
I am trying to highlight lines of text in my Text Editor. I found if I use
textEditor.setHighlightRange();
textEditor.showHighlightRangeOnly(truee);
textEditor.selectAndReveal();
I can get text selected with some background color. But the selection will
go away if I click on the editor.
Are there any way to do the highlight but the select will not go away?
Thanks
Lisa