In Eclipse plugins, is there a programmatic equivalence to the markerAnnotationSpecification extensi

Posted by Uri on Stack Overflow See other posts from Stack Overflow or by Uri
Published on 2009-03-01T23:33:38Z Indexed on 2010/03/14 21:05 UTC
Read the original article Hit count: 411

Filed under:
|
|
|
|

The extension point org.eclipse.ui.editors.markerAnnotationSpecification is used to change how certain user-defined text annotations appear in the editor.

Is there a way to create or modify or override these programatically from a plugin?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse