Class TaskTagParser.TaskNotice

java.lang.Object
org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
org.fife.ui.rsyntaxtextarea.parser.TaskTagParser.TaskNotice
All Implemented Interfaces:
Comparable<ParserNotice>, ParserNotice
Enclosing class:
TaskTagParser

public static class TaskTagParser.TaskNotice extends DefaultParserNotice
A parser notice that signifies a task. This class is here so we can treat tasks specially and show them in the ErrorStrip even though they are INFO-level and marked as "don't show in editor."
  • Constructor Details

    • TaskNotice

      public TaskNotice(Parser parser, String message, int line, int offs, int length)