Class TextRangeHighlighter<T>


  • public class TextRangeHighlighter<T>
    extends TypedRangeHighlighter<com.intellij.openapi.util.TextRange,​T>
    • Constructor Detail

      • TextRangeHighlighter

        public TextRangeHighlighter​(@NotNull
                                    @NotNull TypedRangeHighlightProvider<com.intellij.openapi.util.TextRange,​T> highlightProvider,
                                    @NotNull
                                    @NotNull com.intellij.openapi.editor.Editor editor)
    • Method Detail

      • getAttributes

        public com.intellij.openapi.editor.markup.TextAttributes getAttributes​(@Nullable
                                                                               @Nullable com.intellij.openapi.editor.markup.TextAttributes attributes,
                                                                               com.intellij.openapi.util.TextRange range)
      • rangeHighlighterCreated

        public com.intellij.openapi.editor.markup.RangeHighlighter rangeHighlighterCreated​(com.intellij.openapi.editor.markup.RangeHighlighter rangeHighlighter,
                                                                                           com.intellij.openapi.util.TextRange range,
                                                                                           int index)