[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Text not underlined for markers in editor plug-in

OK - fixed it myself.

I'd set the preference store in my editor to my plug-in's own store, and
this prevented it from getting the standard text editor preferences.

Removing the call to setPreferenceStore() resolved the issue.

"Adrian" <asuresh.spam@xxxxxxxxxxxxxx> wrote in message 
news:dv1ent$c5m$1@xxxxxxxxxxxxxxxxxxxx
> In my plugin I've added some problem markers to a resource.
>
> The markers are correctly displayed on the left ruler of the editor and in 
> the problems view, but the corresponding text is not underlined, and no 
> red mark is displayed in the right hand side ruler. (I have set the 
> CHAR_START and CHAR_END properties of the editor).
>
> Does anyone know what I need to do to get my editor to display the 
> underlining and the ruler on the right?
>