Class TaskTagParser.TaskNotice

  • All Implemented Interfaces:
    java.lang.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 Detail

      • TaskNotice

        public TaskNotice​(Parser parser,
                          java.lang.String message,
                          int line,
                          int offs,
                          int length)