Class RSyntaxTextAreaHighlighter

All Implemented Interfaces:
UIResource, Highlighter

public class RSyntaxTextAreaHighlighter extends RTextAreaHighlighter
The highlighter implementation used by RSyntaxTextAreas. It knows to always paint "marked occurrences" highlights below selection highlights, and squiggle underline highlights above all other highlights.

Most of this code is copied from javax.swing.text.DefaultHighlighter; unfortunately, we cannot re-use much of it since it is package private.

Version:
1.0