Sync docs to grab "--noerase" option documentation
This commit is contained in:
parent
437802252b
commit
6755d67937
22 changed files with 221 additions and 16 deletions
|
|
@ -723,6 +723,19 @@
|
|||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>notemplateexport=no</code>" or "<code>templateexport=yes</code>". In both cases, may be overridden by the command-line option "<code>--templateexport</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>noerase=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Disables the ability to erase saved drawings via the "Erase" button on the <a href="README.html#using_tools_other_open"><strong>Open</strong></a> dialog, or exported <a href="README.html#using_tools_other_new">Template</a> images (based on a saved drawing) via the "Erase" button on the <a href="README.html#using_tools_other_new">New</a> dialog. Useful to prevent users from erasing work, especially combined with the <a href="#saving"><code>--saveovernew</code></a> option. </p>
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> This option was added to Tux Paint in version 0.9.31. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>noerase=no</code>" or "<code>erase=yes</code>". In both cases, may be overridden by the command-line option "<code>--erase</code>". </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -230,6 +230,9 @@
|
|||
|
||||
<dt>User interface font may be overridden</dt>
|
||||
<dd>The font used for the user interface (button labels, dialog pop-ups, and instructions) can be overridden from its default ("DejaVu Sans"). (See the <a href="OPTIONS.html#fonts">"<code>uifont</code>" configuration option</a>.)</dd>
|
||||
|
||||
<dt>File Erase may be disabled</dd>
|
||||
<dd>Controls to erase saved work — saved drawings (via the Open dialog) and exported templates (via the New dialog) — can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue