Skip to content

Commit

Permalink
Update documentation of the "Compare / Patch" Preference Page (#1785)
Browse files Browse the repository at this point in the history
Remove no longer available options and add not yet documented options.
  • Loading branch information
BeckerWdf committed Feb 7, 2024
1 parent 86247aa commit c165894
Showing 1 changed file with 7 additions and 7 deletions.
Expand Up @@ -61,12 +61,6 @@ <h2>General options</h2>
whenever it is possible.</td>
<td style="vertical-align: top;">Off</td>
</tr>
<tr>
<td style="vertical-align: top; width: 25%;">Show additional compare information in the status line</td>
<td style="vertical-align: top;">If this option is on, additional information about a change is shown in the
status line. Turn this option on if you are interested in additional information about a change.</td>
<td style="vertical-align: top;">Off</td>
</tr>
<tr>
<td style="vertical-align: top; width: 25%;">Ignore white space</td>
<td style="vertical-align: top;">This option controls whether or not whitespace change are shown in the compare
Expand Down Expand Up @@ -170,6 +164,11 @@ <h2>Text Compare options</h2>
calculation time.</td>
<td style="vertical-align: top;">Off</td>
</tr>
<tr>
<td style="vertical-align: top; width: 25%;">Swap left and right</td>
<td style="vertical-align: top;">Controlls wether the <em>Compare</em> editor swaps left and right sides of the display.</td>
<td style="vertical-align: top;">Off</td>
</tr>
<tr>
<td style="vertical-align: top; width: 25%;">When the end/beginning is reached while navigating an element</td>
<td style="vertical-align: top;">
Expand All @@ -180,10 +179,11 @@ <h2>Text Compare options</h2>
are comparing two or more elements you will be asked whether you want to go to the beginning/end of the
current element or to go to the next/previous element. Moreover, if you choose to remember your decision,
this option will be changed to one of the below respectively.</li>
<li><strong>Loop back to the beginning/end:</strong> When this option is on, the selection will me moved
<li><strong>Got to the beginning/end of the element:</strong> When this option is on, the selection will be moved
back to the beginning/end after you reach the end/beginning of an element.</li>
<li><strong>Go to the next/previous element:</strong> If you are comparing two or more elements and this
option is on after you reach the end/beginning of an element the next/previous element will be opened.</li>
<li><strong>Do nothing:</strong> If this option is on, nothing will be done when the end/beginning is reached.</li>
</ul>
</td>
<td style="vertical-align: top;">Prompt</td>
Expand Down

0 comments on commit c165894

Please sign in to comment.