Skip to content
  • Tobias Hunger's avatar
    Add TaskList plugin · 701d5407
    Tobias Hunger authored
    This plugin enables loading of .tasks files into the Build Isssue list. This
    is really nice if you need to e.g. browse results from static codecheckers
    in creator.
    
    Tasks files are simple tab-separated lists of one of the following forms:
    description
    type\tdesciption
    file\ttype\description
    file\tline\ttype\tdescription
    
    The strings may contain escape codes:
    \n for newline,
    \t for tab
    and \\ for a backslash
    701d5407