|
Name |
Use |
Values |
Changeable via the QuickRev menu |
Description |
| Element |
Tools
|
optional
|
Tool+ |
yes |
Container for all Tool elements. |
| Element |
Tool
|
optional
|
(Command, (OR|AND))*, Command |
yes |
Element to specify the commands of a tool. |
| Attributes |
id
|
required
|
string |
no |
ID of the tool. |
|
name
|
required
|
string |
yes |
The name of the tool (and the corresponding menu item). |
|
autoExec
|
optional
|
true|false
|
yes |
Specifies whether the tool will be executed automatically when selecting the corresponding menu item. |
|
autoHide
|
optional
|
true|false
|
yes |
Specifies whether the tool dialog will be closed automatically after successful execution of all commands. |
|
autoExit
|
optional
|
true|false
|
yes |
Specifies whether QuickRev will be exited automatically after successful execution of all commands. |
|
cycle
|
optional
|
Initial|FollowUp
|
yes |
Specifies in which review cycles the menu item will be visible. If the attribute is absent the tool will be shown in all review cycles. |
|
phase
|
optional
|
Creation|Review|Correction|Finished
|
yes |
Specifies in which review phase the menu item will be visible. If the attribute is absent the tool will be shown in all phases. |
|
role
|
optional
|
Initiator|Reviewer
|
yes |
Specifies in which role the menu item will be visible. If the attribute is absent the tool will be shown in all roles. |
| Element |
Command
|
optional
|
text |
yes |
The command to be executed. Placeholders for internal commands and variables can be used to be replaced for execution of the command.
For a list of placeholders select the Show List Of Placeholders link in the Tool Configuration dialog
(menu
→ ).
|
| Element |
AND
|
optional
|
EMPTY |
yes |
Connects two commands. The following command will be executed only, if the previous one was executed successfully. |
| Element |
OR
|
optional
|
EMPTY |
yes |
Connects two commands. The following command will be executed even if the execution of the previous command failed. |