See: Description
Class | Description |
---|---|
FileTaskScanner |
Task Scanner that can provide new Tasks for specified resources (files/folders)
when asked by the Task List framework.
|
FileTaskScanner.Callback |
Callback into Task List's framework.
|
PushTaskScanner |
Task Scanner that can push new Tasks into Task List window.
|
PushTaskScanner.Callback |
Callback into Task List framework
|
Task |
A class holding the description of a single Task that will appear in TaskList's window.
|
TaskScanningScope |
A class that defines the set of resources (files and/or folders) that will be scanned for Tasks.
|
TaskScanningScope.Callback |
Callback to Task List's framework.
|
Task List is a window that shows problems or tasks - error/warnings/todos etc - associated with files and folder under selected scope. The scope is either currently edited file, main project or all opened projects.
The tasks are produced by task scanners. There are two types of scanners: