[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: underline not shown with markers

Martin Tauber wrote:
I'm creating a marker for a TextEditor, but the underline showing the error is not shown. Do I need to configure that using the viewerConfiguration and if yes, how do I do that?
If you are using/extending the existing TextEditor and you create your marker with an existing/known marker type then this should work out of the box.

Dani

Thanks Martin