public interface HighlightingPass
| Modifier and Type | Field and Description |
|---|---|
static HighlightingPass[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
void |
applyInformationToEditor()
Called to apply information collected by collectInformation(com.intellij.openapi.progress.ProgressIndicator) to the editor.
|
void |
collectInformation(ProgressIndicator progress)
Asks this pass to start analysis and hold collected information.
|
static final HighlightingPass[] EMPTY_ARRAY
void collectInformation(ProgressIndicator progress)
progress - to check if highlighting process is cancelled. Pass is to check progress.isCanceled() as often as possible and
throw ProcessCanceledException if true is returned.
See also ProgressIndicator.checkCanceled().void applyInformationToEditor()