Skip navigation links
org.netbeans.modules.editor.errorstripe.api/1 2.50.0 1

Package org.netbeans.spi.editor.errorstripe

Error Stripe Provider How To

See: Description

Package org.netbeans.spi.editor.errorstripe Description

Error Stripe Provider How To

Introduction

First of all, decide which information should be shown in the Error Stripe:

Error Like Annotation

Extend the particular annotation type with severity, custom_sidebar_color and priority attributes as described in the Editor API.

Up-to-date Status

To influence the global status type (up-to-date/processing/dirty), implement UpToDateStatusProvider returning the UpToDateStatus and firing change events, and UpToDateStatusProviderFactory.

Skip navigation links
org.netbeans.modules.editor.errorstripe.api/1 2.50.0 1