18.2. Element: QuickRev / Preferences
|
Name |
Use |
Values |
Changeable via the QuickRev menu |
Description |
| Element |
Preferences
|
optional
|
EmailNotification?,
Tools? (any order)
|
|
Element for general preferences. |
| Attributes |
tabWidth
|
optional
|
1..N
|
yes |
Specifies the tab width. |
|
printMargin
|
optional
|
0..N
|
yes |
Specifies the column, where the print margin has to be shown in the diff windows. Use 0 to show no print margins. |
<?xml version="1.0" encoding="UTF-8"?>
<QuickRev configName="name">
<Preferences
tabWidth="10"
printMargin="81">
<EmailNotification/>
<Tools/>
</Preferences>
</QuickRev>