Commit Graph

3 Commits

Author SHA1 Message Date
Tobias Hunger
1320da6784 Improve TaskList plugin
* Automatically reload task lists.
 * Add task handler to stop the reloading
 * Add some really simple API for other plugins to use.
2010-08-27 17:25:25 +02:00
Tobias Hunger
9b6ac72ecc Auto relase TaskFileFactory. 2010-08-26 15:46:14 +02:00
Tobias Hunger
701d540793 Add TaskList plugin
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
2010-08-26 14:01:40 +02:00