Sync docs to grab "--noerase" option documentation

This commit is contained in:
Bill Kendrick 2023-06-01 21:44:45 -07:00
parent 437802252b
commit 6755d67937
22 changed files with 221 additions and 16 deletions

View file

@ -58,12 +58,8 @@ https://tuxpaint.org/
dialog, as well as the "Erase" option to remove saved images dialog, as well as the "Erase" option to remove saved images
from the "Open" dialog, may be disabled via a new simplification from the "Open" dialog, may be disabled via a new simplification
configuration setting, "--noerase". configuration setting, "--noerase".
+ TODO Tux Paint manpage
+ TODO Tux Paint OPTIONS docs
+ TODO Tux Paint Config. + TODO Tux Paint Config.
+ TODO Tux Paint Config. README docs + TODO Tux Paint Config. README docs
+ TODO Tux Paint README: What's New?
+ TODO Tux Paint appdata 0.9.31 new features
+ TODO Tux Paint Website Features page + TODO Tux Paint Website Features page
* WIP Ability to specify a font for Tux Paint's UI (button labels, * WIP Ability to specify a font for Tux Paint's UI (button labels,

View file

@ -495,6 +495,21 @@ Simplification
"notemplateexport=no" or "templateexport=yes". In both cases, may "notemplateexport=no" or "templateexport=yes". In both cases, may
be overridden by the command-line option "--templateexport". be overridden by the command-line option "--templateexport".
noerase=yes
Disables the ability to erase saved drawings via the "Erase"
button on the Open dialog, or exported Template images (based on a
saved drawing) via the "Erase" button on the New dialog. Useful to
prevent users from erasing work, especially combined with the
--saveovernew option.
📜 Note: This option was added to Tux Paint in version 0.9.31.
⚙ Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using "noerase=no" or
"erase=yes". In both cases, may be overridden by the command-line
option "--erase".
Languages Languages
Language Language

View file

@ -723,6 +723,19 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</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> <span title="Configuration option">&#9881;</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> </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">&#128220;</span> <strong>Note:</strong> This option was added to Tux Paint in version 0.9.31. </p>
<p class="note">
<span title="Configuration option">&#9881;</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> </dl>
</section> </section>
</section> </section>

View file

@ -230,6 +230,9 @@
<dt>User interface font may be overridden</dt> <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> <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 &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>
</dl> </dl>
<p> <p>

View file

@ -495,6 +495,21 @@ Simplification
"notemplateexport=no" or "templateexport=yes". In both cases, may "notemplateexport=no" or "templateexport=yes". In both cases, may
be overridden by the command-line option "--templateexport". be overridden by the command-line option "--templateexport".
noerase=yes
Disables the ability to erase saved drawings via the "Erase"
button on the Open dialog, or exported Template images (based on a
saved drawing) via the "Erase" button on the New dialog. Useful to
prevent users from erasing work, especially combined with the
--saveovernew option.
📜 Note: This option was added to Tux Paint in version 0.9.31.
⚙ Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using "noerase=no" or
"erase=yes". In both cases, may be overridden by the command-line
option "--erase".
Languages Languages
Language Language

View file

@ -723,6 +723,19 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</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> <span title="Configuration option">&#9881;</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> </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">&#128220;</span> <strong>Note:</strong> This option was added to Tux Paint in version 0.9.31. </p>
<p class="note">
<span title="Configuration option">&#9881;</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> </dl>
</section> </section>
</section> </section>

View file

@ -230,6 +230,9 @@
<dt>User interface font may be overridden</dt> <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> <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 &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>
</dl> </dl>
<p> <p>

View file

@ -515,6 +515,21 @@ Simplification
"notemplateexport=no" or "templateexport=yes". In both cases, may "notemplateexport=no" or "templateexport=yes". In both cases, may
be overridden by the command-line option "--templateexport". be overridden by the command-line option "--templateexport".
noerase=yes
Disables the ability to erase saved drawings via the "Erase"
button on the Open dialog, or exported Template images (based on a
saved drawing) via the "Erase" button on the New dialog. Useful to
prevent users from erasing work, especially combined with the
--saveovernew option.
📜 Note: This option was added to Tux Paint in version 0.9.31.
⚙ Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using "noerase=no" or
"erase=yes". In both cases, may be overridden by the command-line
option "--erase".
Langues Langues
Langue Langue

View file

@ -723,6 +723,19 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</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> <span title="Configuration option">&#9881;</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> </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">&#128220;</span> <strong>Note:</strong> This option was added to Tux Paint in version 0.9.31. </p>
<p class="note">
<span title="Configuration option">&#9881;</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> </dl>
</section> </section>
</section> </section>

View file

@ -230,6 +230,9 @@
<dt>User interface font may be overridden</dt> <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> <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 &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>
</dl> </dl>
<p> <p>

View file

@ -508,6 +508,21 @@ Simplificación
"notemplateexport=no" or "templateexport=yes". In both cases, may "notemplateexport=no" or "templateexport=yes". In both cases, may
be overridden by the command-line option "--templateexport". be overridden by the command-line option "--templateexport".
noerase=yes
Disables the ability to erase saved drawings via the "Erase"
button on the Open dialog, or exported Template images (based on a
saved drawing) via the "Erase" button on the New dialog. Useful to
prevent users from erasing work, especially combined with the
--saveovernew option.
📜 Note: This option was added to Tux Paint in version 0.9.31.
⚙ Note: If used in a system-wide configuration file, may be
overridden by the user's configuration file using "noerase=no" or
"erase=yes". In both cases, may be overridden by the command-line
option "--erase".
Languages Languages
Language Language

View file

@ -723,6 +723,19 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</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> <span title="Configuration option">&#9881;</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> </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">&#128220;</span> <strong>Note:</strong> This option was added to Tux Paint in version 0.9.31. </p>
<p class="note">
<span title="Configuration option">&#9881;</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> </dl>
</section> </section>
</section> </section>

View file

@ -230,6 +230,9 @@
<dt>User interface font may be overridden</dt> <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> <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 &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>
</dl> </dl>
<p> <p>

View file

@ -401,6 +401,20 @@ Windows のユーザー
を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--templateexport" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--templateexport"
で変更できます。 で変更できます。
noerase=yes
Disables the ability to erase saved drawings via the "Erase"
button on the Open dialog, or exported Template images (based on a
saved drawing) via the "Erase" button on the New dialog. Useful to
prevent users from erasing work, especially combined with the
--saveovernew option.
📜 Note: This option was added to Tux Paint in version 0.9.31.
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "noerase=no" または
"erase=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--erase"
で変更できます。
言語関連 言語関連
言語 言語

View file

@ -723,6 +723,19 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>notemplateexport=no</code>" または "<code>templateexport=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--templateexport</code>" で変更できます。 </p> <span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>notemplateexport=no</code>" または "<code>templateexport=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--templateexport</code>" で変更できます。 </p>
</dd> </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">&#128220;</span> <strong>Note:</strong> This option was added to Tux Paint in version 0.9.31. </p>
<p class="note">
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>noerase=no</code>" または "<code>erase=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--erase</code>" で変更できます。 </p>
</dd>
</dl> </dl>
</section> </section>
</section> </section>

View file

@ -230,6 +230,9 @@
<dt>User interface font may be overridden</dt> <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> <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 &mdash; saved drawings (via the Open dialog) and exported templates (via the New dialog) &mdash; can be disabled. (See the <a href="OPTIONS.html#simplification">"<code>noerase</code>" configuration option</a>.)</dd>
</dl> </dl>
<p> <p>

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2023.05.29 .\" tuxpaint.1 - 2023.06.01
.TH TUXPAINT 1 "May 29, 2023" "0.9.31" "Tux Paint" .TH TUXPAINT 1 "June 1, 2023" "0.9.31" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.
@ -163,6 +163,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-nosave] [\-\-nosave]
.br .br
[\-\-noerase]
.br
[\-\-autosave] [\-\-autosave]
.br .br
[\-\-reversesort] [\-\-reversesort]
@ -251,6 +253,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-save] [\-\-save]
.br .br
[\-\-erase]
.br
[\-\-noautosave] [\-\-noautosave]
.br .br
[\-\-noreversesort] [\-\-noreversesort]
@ -464,6 +468,13 @@ tools, which allows you to override the default spacing of a brush.
Disable or enable (default) the ability to create new Templates from saved Disable or enable (default) the ability to create new Templates from saved
drawings via the Open dialog. drawings via the Open dialog.
.TP 8
.B \-\-noerase \-\-erase
The --noerase option disables Tux Paint's ability to erase files (saved
drawings, via the Open dialog, and exported templates, via the New dialog).
Useful to prevent a user from accidentally erasing their own work, or that
of others (especially used in combination with --saveovernew).
.SH OPTIONS - CONTROLLING TUX PAINT .SH OPTIONS - CONTROLLING TUX PAINT
.l .l
\fItuxpaint\fP accepts the following options to alter how you control Tux \fItuxpaint\fP accepts the following options to alter how you control Tux

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2023.05.29 .\" tuxpaint.1 - 2023.06.01
.TH TUXPAINT 1 "mayo 29, 2023" "0.9.31" "Tux Paint" .TH TUXPAINT 1 "junio 1, 2023" "0.9.31" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.
@ -163,6 +163,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-nosave] [\-\-nosave]
.br .br
[\-\-noerase]
.br
[\-\-autosave] [\-\-autosave]
.br .br
[\-\-reversesort] [\-\-reversesort]
@ -251,6 +253,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-save] [\-\-save]
.br .br
[\-\-erase]
.br
[\-\-noautosave] [\-\-noautosave]
.br .br
[\-\-noreversesort] [\-\-noreversesort]
@ -464,6 +468,13 @@ tools, which allows you to override the default spacing of a brush.
Disable or enable (default) the ability to create new Templates from saved Disable or enable (default) the ability to create new Templates from saved
drawings via the Open dialog. drawings via the Open dialog.
.TP 8
.B \-\-noerase \-\-erase
The --noerase option disables Tux Paint's ability to erase files (saved
drawings, via the Open dialog, and exported templates, via the New dialog).
Useful to prevent a user from accidentally erasing their own work, or that
of others (especially used in combination with --saveovernew).
.SH OPTIONS - CONTROLLING TUX PAINT .SH OPTIONS - CONTROLLING TUX PAINT
.l .l
\fItuxpaint\fP accepts the following options to alter how you control Tux \fItuxpaint\fP accepts the following options to alter how you control Tux

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2023.05.29 .\" tuxpaint.1 - 2023.06.01
.TH TUXPAINT 1 "mai 29, 2023" "0.9.31" "Tux Paint" .TH TUXPAINT 1 "juin 1, 2023" "0.9.31" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants. tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
@ -163,6 +163,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
.br .br
[\-\-nosave] [\-\-nosave]
.br .br
[\-\-noerase]
.br
[\-\-autosave] [\-\-autosave]
.br .br
[\-\-reversesort] [\-\-reversesort]
@ -251,6 +253,8 @@ tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
.br .br
[\-\-save] [\-\-save]
.br .br
[\-\-erase]
.br
[\-\-noautosave] [\-\-noautosave]
.br .br
[\-\-noreversesort] [\-\-noreversesort]
@ -474,6 +478,13 @@ tools, which allows you to override the default spacing of a brush.
Disable or enable (default) the ability to create new Templates from saved Disable or enable (default) the ability to create new Templates from saved
drawings via the Open dialog. drawings via the Open dialog.
.TP 8
.B \-\-noerase \-\-erase
The --noerase option disables Tux Paint's ability to erase files (saved
drawings, via the Open dialog, and exported templates, via the New dialog).
Useful to prevent a user from accidentally erasing their own work, or that
of others (especially used in combination with --saveovernew).
.SH OPTIONS - CONTROLLING TUX PAINT .SH OPTIONS - CONTROLLING TUX PAINT
.l .l
\fItuxpaint\fP accepte les options suivantes pour modifier la manière dont \fItuxpaint\fP accepte les options suivantes pour modifier la manière dont

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2023.05.29 .\" tuxpaint.1 - 2023.06.01
.TH TUXPAINT 1 "29 de Maio de 2023" "0.9.31" "Tux Paint" .TH TUXPAINT 1 " 1 de Xuño de 2023" "0.9.31" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.
@ -163,6 +163,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-nosave] [\-\-nosave]
.br .br
[\-\-noerase]
.br
[\-\-autosave] [\-\-autosave]
.br .br
[\-\-reversesort] [\-\-reversesort]
@ -251,6 +253,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-save] [\-\-save]
.br .br
[\-\-erase]
.br
[\-\-noautosave] [\-\-noautosave]
.br .br
[\-\-noreversesort] [\-\-noreversesort]
@ -464,6 +468,13 @@ tools, which allows you to override the default spacing of a brush.
Disable or enable (default) the ability to create new Templates from saved Disable or enable (default) the ability to create new Templates from saved
drawings via the Open dialog. drawings via the Open dialog.
.TP 8
.B \-\-noerase \-\-erase
The --noerase option disables Tux Paint's ability to erase files (saved
drawings, via the Open dialog, and exported templates, via the New dialog).
Useful to prevent a user from accidentally erasing their own work, or that
of others (especially used in combination with --saveovernew).
.SH OPTIONS - CONTROLLING TUX PAINT .SH OPTIONS - CONTROLLING TUX PAINT
.l .l
\fItuxpaint\fP accepts the following options to alter how you control Tux \fItuxpaint\fP accepts the following options to alter how you control Tux

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2023.05.29 .\" tuxpaint.1 - 2023.06.01
.TH TUXPAINT 1 "2023年5月29日" "0.9.31" "Tux Paint" .TH TUXPAINT 1 "2023年6月 1日" "0.9.31" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.
@ -163,6 +163,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-nosave] [\-\-nosave]
.br .br
[\-\-noerase]
.br
[\-\-autosave] [\-\-autosave]
.br .br
[\-\-reversesort] [\-\-reversesort]
@ -251,6 +253,8 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
.br .br
[\-\-save] [\-\-save]
.br .br
[\-\-erase]
.br
[\-\-noautosave] [\-\-noautosave]
.br .br
[\-\-noreversesort] [\-\-noreversesort]
@ -464,6 +468,13 @@ tools, which allows you to override the default spacing of a brush.
Disable or enable (default) the ability to create new Templates from saved Disable or enable (default) the ability to create new Templates from saved
drawings via the Open dialog. drawings via the Open dialog.
.TP 8
.B \-\-noerase \-\-erase
The --noerase option disables Tux Paint's ability to erase files (saved
drawings, via the Open dialog, and exported templates, via the New dialog).
Useful to prevent a user from accidentally erasing their own work, or that
of others (especially used in combination with --saveovernew).
.SH OPTIONS - CONTROLLING TUX PAINT .SH OPTIONS - CONTROLLING TUX PAINT
.l .l
\fItuxpaint\fP accepts the following options to alter how you control Tux \fItuxpaint\fP accepts the following options to alter how you control Tux

View file

@ -47,9 +47,9 @@
<description> <description>
<p>New Magic tools: Loops, Ribbon, Smooth, and Squiggles.</p> <p>New Magic tools: Loops, Ribbon, Smooth, and Squiggles.</p>
<p>Eraser tool now offers fuzzy erasers.</p> <p>Eraser tool now offers fuzzy erasers.</p>
<p>Turn saved drawings into Templates (found in the New dialog) within Tux Paint (via the Open dialog). <!-- FIXME: These may be deleted from the New dialog) --></p> <p>Turn saved drawings into Templates (found in the New dialog) within Tux Paint (via the Open dialog).<!-- FIXME: These may be deleted from the New dialog) --></p>
<p>Specify UI font, via "uifont" configuration option.</p> <p>Specify UI font, via "uifont" configuration option.</p>
<p>"Erase" option to remove saved drawings from the Open dialog <!-- FIXME: And exported templates from the new dialog --> may be disabled, via "noerase" configuration option.</p> <p>"Erase" option to remove saved drawings from the Open dialog<!-- FIXME: And exported templates from the new dialog --> may be disabled, via "noerase" configuration option.</p>
</description> </description>
</release> </release>
<release version="0.9.30" date="2023-05-14"> <release version="0.9.30" date="2023-05-14">