18.12. Element: QuickRev / Configuration / Severities | States
|
Name |
Use |
Values |
Changeable via the QuickRev menu |
Description |
| Element |
Severities
|
optional
|
Severity+ |
no |
Defines the severities to be used. The order of elements is the same order in which the Severities will be shown in the list boxes. |
| Element |
Severity
|
optional
|
EMPTY |
no |
Defines one severity element. |
| Attributes |
name
|
required
|
string |
no |
The name of the severity. |
|
useSelectedTextAsComment
|
optional
|
true|false
|
no |
If set to true the selected text will be inserted as comment by creating a new comment via the severity specific Add <severity> Comment menu item. |
|
| Element |
States
|
optional
|
State+ |
no |
Defines the states to be used. The order of elements is the same order in which the States will be shown in the list boxes. |
| Element |
State
|
optional
|
EMPTY |
no |
Defines one state element. |
| Attributes |
name
|
required
|
string |
no |
The name of the state. |
<?xml version="1.0" encoding="UTF-8"?>
<QuickRev configName="name">
<Configuration>
<Severities>
<Severity name="Major" useSelectedTextAsComment="false"/>
<Severity name="Minor" useSelectedTextAsComment="false"/>
...
</Severities>
<States>
<State name="Accepted"/>
<State name="Rejected"/>
...
</States>
</Configuration>
</QuickRev>