This commit is contained in:
Basile Burg 2017-01-03 11:33:16 +01:00
parent e11030f087
commit 1ab822df84
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 4 additions and 3 deletions

View File

@ -4,8 +4,8 @@ title: Widgets - DUB project editor
### DUB project editor
The DUB project editor allows to edit, add and remove properties of DUB project that has the [JSON format](http://code.dlang.org/package-format?lang=json).
DUB project with the [SDL format](http://code.dlang.org/package-format?lang=sdl) are read only.
The DUB project editor allows to edit, add and remove properties of DUB projects that has the [JSON format](http://code.dlang.org/package-format?lang=json).
DUB projects with the [SDL format](http://code.dlang.org/package-format?lang=sdl) are read only.
![](img/dub_project_editor.png)

View File

@ -23,7 +23,8 @@ The items cannot be edited in the widget.
#### Format
The _todo comments_ must follow this format:
> TODO|FIXME|NOTE -cCategory -aAssignee -pPriority -sStatus : what
`TODO|FIXME|NOTE -cCategory -aAssignee -pPriority -sStatus : what`
The fields (-a -c -p -s) are optional but the _what_ is mandatory.