From 9b74f2a25e511cc34fbb81e8e13e94709fc4d6e1 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Tue, 11 Apr 2023 22:26:53 -0700 Subject: [PATCH] Sync MAGIC-API; sync OPTIONS for "nomagicsizes" --- docs/en/MAGIC-API.txt | 2 +- docs/en/OPTIONS.txt | 12 ++++++++++++ docs/en/html/MAGIC-API.html | 2 +- docs/en/html/OPTIONS.html | 11 +++++++++++ docs/es_ES.UTF-8/MAGIC-API.txt | 2 +- docs/es_ES.UTF-8/OPTIONS.txt | 12 ++++++++++++ docs/es_ES.UTF-8/html/MAGIC-API.html | 2 +- docs/es_ES.UTF-8/html/OPTIONS.html | 11 +++++++++++ docs/fr_FR.UTF-8/MAGIC-API.txt | 2 +- docs/fr_FR.UTF-8/OPTIONS.txt | 12 ++++++++++++ docs/fr_FR.UTF-8/html/MAGIC-API.html | 2 +- docs/fr_FR.UTF-8/html/OPTIONS.html | 11 +++++++++++ docs/gl_ES.UTF-8/MAGIC-API.txt | 2 +- docs/gl_ES.UTF-8/OPTIONS.txt | 12 ++++++++++++ docs/gl_ES.UTF-8/html/MAGIC-API.html | 2 +- docs/gl_ES.UTF-8/html/OPTIONS.html | 11 +++++++++++ docs/ja_JP.UTF-8/MAGIC-API.txt | 2 +- docs/ja_JP.UTF-8/OPTIONS.txt | 11 +++++++++++ docs/ja_JP.UTF-8/html/MAGIC-API.html | 2 +- docs/ja_JP.UTF-8/html/OPTIONS.html | 11 +++++++++++ 20 files changed, 124 insertions(+), 10 deletions(-) diff --git a/docs/en/MAGIC-API.txt b/docs/en/MAGIC-API.txt index 2eb05a0e7..ea16632f5 100644 --- a/docs/en/MAGIC-API.txt +++ b/docs/en/MAGIC-API.txt @@ -191,7 +191,7 @@ Magic Tool Plugin API Documentation features relevant to Magic tools which have been disabled in this session. Test using the C bitwise 'and' operator, '&'. The features are defined in tp_magic_api.h: - * MAGIC_FEATURE_SIZE: Magic tool size (Magic tool size) + * MAGIC_FEATURE_SIZE: Magic tool size (--nomagicsizes) Your Magic tool(s) may wish to react differently depending on whether one or more features have been disabled. (For example, the "Brick" Magic tool always offered two tool variations: large and diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt index 7f88d7556..84135659e 100644 --- a/docs/en/OPTIONS.txt +++ b/docs/en/OPTIONS.txt @@ -435,6 +435,18 @@ Simplification "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols". + nomagicsizes=yes + + Some Magic tools offer various size settings. This option disables + the sizing control, and only provides the tools' default sizes. + (Some plugins may offer additional variations of a Magic tool, to + make a few sizes possible, e.g. "Bricks" and "Googly Eyes". + + ⚙ Note: If used in a system-wide configuration file, may be + overridden by the user's configuration file using + "nomagicsizes=no" or "magicsizes=yes". In both cases, may be + overridden by the command-line option "--magicsizes". + noshapecontrols=yes Disable the control buttons shown when using the Shapes tool that diff --git a/docs/en/html/MAGIC-API.html b/docs/en/html/MAGIC-API.html index d1429795c..4f51c6f18 100644 --- a/docs/en/html/MAGIC-API.html +++ b/docs/en/html/MAGIC-API.html @@ -290,7 +290,7 @@

The disabled_features value contains bits set for any Tux Paint features relevant to Magic tools which have been disabled in this session. Test using the C bitwise 'and' operator, '&'. The features are defined in tp_magic_api.h:

Your Magic tool(s) may wish to react differently depending on whether one or more features have been disabled. (For example, the "Brick" Magic tool always offered two tool variations: large and small. With the addition of the size feature, only one tool is necessary. However, with the size option disabled, the plugin is able to revert back to providing two separate tools.)

diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html index e2600929d..8711e7cb8 100644 --- a/docs/en/html/OPTIONS.html +++ b/docs/en/html/OPTIONS.html @@ -665,6 +665,17 @@ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".

+
+ nomagicsizes=yes +
+ +
+

+ Some Magic tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes".

+

+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagicsizes=no" or "magicsizes=yes". In both cases, may be overridden by the command-line option "--magicsizes".

+
+
noshapecontrols=yes
diff --git a/docs/es_ES.UTF-8/MAGIC-API.txt b/docs/es_ES.UTF-8/MAGIC-API.txt index 6ea98e1fc..c48d82995 100644 --- a/docs/es_ES.UTF-8/MAGIC-API.txt +++ b/docs/es_ES.UTF-8/MAGIC-API.txt @@ -191,7 +191,7 @@ Magic Tool Plugin API Documentation features relevant to Magic tools which have been disabled in this session. Test using the C bitwise 'and' operator, '&'. The features are defined in tp_magic_api.h: - * MAGIC_FEATURE_SIZE: Magic tool size (Magic tool size) + * MAGIC_FEATURE_SIZE: Magic tool size (--nomagicsizes) Your Magic tool(s) may wish to react differently depending on whether one or more features have been disabled. (For example, the "Brick" Magic tool always offered two tool variations: large and diff --git a/docs/es_ES.UTF-8/OPTIONS.txt b/docs/es_ES.UTF-8/OPTIONS.txt index 3b1e5570a..489170932 100644 --- a/docs/es_ES.UTF-8/OPTIONS.txt +++ b/docs/es_ES.UTF-8/OPTIONS.txt @@ -435,6 +435,18 @@ Simplification "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols". + nomagicsizes=yes + + Some Magic tools offer various size settings. This option disables + the sizing control, and only provides the tools' default sizes. + (Some plugins may offer additional variations of a Magic tool, to + make a few sizes possible, e.g. "Bricks" and "Googly Eyes". + + ⚙ Note: If used in a system-wide configuration file, may be + overridden by the user's configuration file using + "nomagicsizes=no" or "magicsizes=yes". In both cases, may be + overridden by the command-line option "--magicsizes". + noshapecontrols=yes Disable the control buttons shown when using the Shapes tool that diff --git a/docs/es_ES.UTF-8/html/MAGIC-API.html b/docs/es_ES.UTF-8/html/MAGIC-API.html index 3e3454fd1..300f4876b 100644 --- a/docs/es_ES.UTF-8/html/MAGIC-API.html +++ b/docs/es_ES.UTF-8/html/MAGIC-API.html @@ -290,7 +290,7 @@

The disabled_features value contains bits set for any Tux Paint features relevant to Magic tools which have been disabled in this session. Test using the C bitwise 'and' operator, '&'. The features are defined in tp_magic_api.h:

Your Magic tool(s) may wish to react differently depending on whether one or more features have been disabled. (For example, the "Brick" Magic tool always offered two tool variations: large and small. With the addition of the size feature, only one tool is necessary. However, with the size option disabled, the plugin is able to revert back to providing two separate tools.)

diff --git a/docs/es_ES.UTF-8/html/OPTIONS.html b/docs/es_ES.UTF-8/html/OPTIONS.html index 805effbcd..dfad1b16d 100644 --- a/docs/es_ES.UTF-8/html/OPTIONS.html +++ b/docs/es_ES.UTF-8/html/OPTIONS.html @@ -665,6 +665,17 @@ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".

+
+ nomagicsizes=yes +
+ +
+

+ Some Magic tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes".

+

+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagicsizes=no" or "magicsizes=yes". In both cases, may be overridden by the command-line option "--magicsizes".

+
+
noshapecontrols=yes
diff --git a/docs/fr_FR.UTF-8/MAGIC-API.txt b/docs/fr_FR.UTF-8/MAGIC-API.txt index 845507ff7..5ebbb160f 100644 --- a/docs/fr_FR.UTF-8/MAGIC-API.txt +++ b/docs/fr_FR.UTF-8/MAGIC-API.txt @@ -191,7 +191,7 @@ Magic Tool Plugin API Documentation features relevant to Magic tools which have been disabled in this session. Test using the C bitwise 'and' operator, '&'. The features are defined in tp_magic_api.h: - * MAGIC_FEATURE_SIZE: Magic tool size (Magic tool size) + * MAGIC_FEATURE_SIZE: Magic tool size (--nomagicsizes) Your Magic tool(s) may wish to react differently depending on whether one or more features have been disabled. (For example, the "Brick" Magic tool always offered two tool variations: large and diff --git a/docs/fr_FR.UTF-8/OPTIONS.txt b/docs/fr_FR.UTF-8/OPTIONS.txt index 7b472b05d..5b911b650 100644 --- a/docs/fr_FR.UTF-8/OPTIONS.txt +++ b/docs/fr_FR.UTF-8/OPTIONS.txt @@ -454,6 +454,18 @@ Simplification "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols". + nomagicsizes=yes + + Some Magic tools offer various size settings. This option disables + the sizing control, and only provides the tools' default sizes. + (Some plugins may offer additional variations of a Magic tool, to + make a few sizes possible, e.g. "Bricks" and "Googly Eyes". + + ⚙ Note: If used in a system-wide configuration file, may be + overridden by the user's configuration file using + "nomagicsizes=no" or "magicsizes=yes". In both cases, may be + overridden by the command-line option "--magicsizes". + noshapecontrols=yes Désactive les boutons de contrôle affichés lors de l'utilisation diff --git a/docs/fr_FR.UTF-8/html/MAGIC-API.html b/docs/fr_FR.UTF-8/html/MAGIC-API.html index 1fd9f5f2d..b17eaf89f 100644 --- a/docs/fr_FR.UTF-8/html/MAGIC-API.html +++ b/docs/fr_FR.UTF-8/html/MAGIC-API.html @@ -290,7 +290,7 @@

The disabled_features value contains bits set for any Tux Paint features relevant to Magic tools which have been disabled in this session. Test using the C bitwise 'and' operator, '&'. The features are defined in tp_magic_api.h:

Your Magic tool(s) may wish to react differently depending on whether one or more features have been disabled. (For example, the "Brick" Magic tool always offered two tool variations: large and small. With the addition of the size feature, only one tool is necessary. However, with the size option disabled, the plugin is able to revert back to providing two separate tools.)

diff --git a/docs/fr_FR.UTF-8/html/OPTIONS.html b/docs/fr_FR.UTF-8/html/OPTIONS.html index 6f9d0a2ae..7ecc90cc7 100644 --- a/docs/fr_FR.UTF-8/html/OPTIONS.html +++ b/docs/fr_FR.UTF-8/html/OPTIONS.html @@ -665,6 +665,17 @@ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".

+
+ nomagicsizes=yes +
+ +
+

+ Some Magic tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes".

+

+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagicsizes=no" or "magicsizes=yes". In both cases, may be overridden by the command-line option "--magicsizes".

+
+
noshapecontrols=yes
diff --git a/docs/gl_ES.UTF-8/MAGIC-API.txt b/docs/gl_ES.UTF-8/MAGIC-API.txt index f98996a64..98e70d68a 100644 --- a/docs/gl_ES.UTF-8/MAGIC-API.txt +++ b/docs/gl_ES.UTF-8/MAGIC-API.txt @@ -191,7 +191,7 @@ Magic Tool Plugin API Documentation features relevant to Magic tools which have been disabled in this session. Test using the C bitwise 'and' operator, '&'. The features are defined in tp_magic_api.h: - * MAGIC_FEATURE_SIZE: Magic tool size (Magic tool size) + * MAGIC_FEATURE_SIZE: Magic tool size (--nomagicsizes) Your Magic tool(s) may wish to react differently depending on whether one or more features have been disabled. (For example, the "Brick" Magic tool always offered two tool variations: large and diff --git a/docs/gl_ES.UTF-8/OPTIONS.txt b/docs/gl_ES.UTF-8/OPTIONS.txt index 1579385ab..a4fd32c82 100644 --- a/docs/gl_ES.UTF-8/OPTIONS.txt +++ b/docs/gl_ES.UTF-8/OPTIONS.txt @@ -447,6 +447,18 @@ Simplificación "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols". + nomagicsizes=yes + + Some Magic tools offer various size settings. This option disables + the sizing control, and only provides the tools' default sizes. + (Some plugins may offer additional variations of a Magic tool, to + make a few sizes possible, e.g. "Bricks" and "Googly Eyes". + + ⚙ Note: If used in a system-wide configuration file, may be + overridden by the user's configuration file using + "nomagicsizes=no" or "magicsizes=yes". In both cases, may be + overridden by the command-line option "--magicsizes". + noshapecontrols=yes Desactivar os botóns de control que se amosan cando se usa a diff --git a/docs/gl_ES.UTF-8/html/MAGIC-API.html b/docs/gl_ES.UTF-8/html/MAGIC-API.html index 5c942a570..1d3844c4b 100644 --- a/docs/gl_ES.UTF-8/html/MAGIC-API.html +++ b/docs/gl_ES.UTF-8/html/MAGIC-API.html @@ -290,7 +290,7 @@

The disabled_features value contains bits set for any Tux Paint features relevant to Magic tools which have been disabled in this session. Test using the C bitwise 'and' operator, '&'. The features are defined in tp_magic_api.h:

Your Magic tool(s) may wish to react differently depending on whether one or more features have been disabled. (For example, the "Brick" Magic tool always offered two tool variations: large and small. With the addition of the size feature, only one tool is necessary. However, with the size option disabled, the plugin is able to revert back to providing two separate tools.)

diff --git a/docs/gl_ES.UTF-8/html/OPTIONS.html b/docs/gl_ES.UTF-8/html/OPTIONS.html index 99fddee73..6616f1cc9 100644 --- a/docs/gl_ES.UTF-8/html/OPTIONS.html +++ b/docs/gl_ES.UTF-8/html/OPTIONS.html @@ -665,6 +665,17 @@ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagiccontrols=no" or "magiccontrols=yes". In both cases, may be overridden by the command-line option "--magiccontrols".

+
+ nomagicsizes=yes +
+ +
+

+ Some Magic tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes".

+

+ Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "nomagicsizes=no" or "magicsizes=yes". In both cases, may be overridden by the command-line option "--magicsizes".

+
+
noshapecontrols=yes
diff --git a/docs/ja_JP.UTF-8/MAGIC-API.txt b/docs/ja_JP.UTF-8/MAGIC-API.txt index a7351a993..59260e006 100644 --- a/docs/ja_JP.UTF-8/MAGIC-API.txt +++ b/docs/ja_JP.UTF-8/MAGIC-API.txt @@ -191,7 +191,7 @@ Magic Tool Plugin API Documentation features relevant to Magic tools which have been disabled in this session. Test using the C bitwise 'and' operator, '&'. The features are defined in tp_magic_api.h: - * MAGIC_FEATURE_SIZE: Magic tool size (Magic tool size) + * MAGIC_FEATURE_SIZE: Magic tool size (--nomagicsizes) Your Magic tool(s) may wish to react differently depending on whether one or more features have been disabled. (For example, the "Brick" Magic tool always offered two tool variations: large and diff --git a/docs/ja_JP.UTF-8/OPTIONS.txt b/docs/ja_JP.UTF-8/OPTIONS.txt index 3f9fa163b..12bda3208 100644 --- a/docs/ja_JP.UTF-8/OPTIONS.txt +++ b/docs/ja_JP.UTF-8/OPTIONS.txt @@ -350,6 +350,17 @@ Windows のユーザー を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--magiccontrols" で変更できます。 + nomagicsizes=yes + + Some Magic tools offer various size settings. This option disables + the sizing control, and only provides the tools' default sizes. + (Some plugins may offer additional variations of a Magic tool, to + make a few sizes possible, e.g. "Bricks" and "Googly Eyes". + + ⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nomagicsizes=no" または + "magicsizes=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの + "--magicsizes" で変更できます。 + noshapecontrols=yes 「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として図形を拡大するか、マウスをクリックした箇所をコーナーとして図形を拡大するか-を選択するボタンを無効にします。 diff --git a/docs/ja_JP.UTF-8/html/MAGIC-API.html b/docs/ja_JP.UTF-8/html/MAGIC-API.html index 4a9c457ed..aa35c574e 100644 --- a/docs/ja_JP.UTF-8/html/MAGIC-API.html +++ b/docs/ja_JP.UTF-8/html/MAGIC-API.html @@ -290,7 +290,7 @@

The disabled_features value contains bits set for any Tux Paint features relevant to Magic tools which have been disabled in this session. Test using the C bitwise 'and' operator, '&'. The features are defined in tp_magic_api.h:

Your Magic tool(s) may wish to react differently depending on whether one or more features have been disabled. (For example, the "Brick" Magic tool always offered two tool variations: large and small. With the addition of the size feature, only one tool is necessary. However, with the size option disabled, the plugin is able to revert back to providing two separate tools.)

diff --git a/docs/ja_JP.UTF-8/html/OPTIONS.html b/docs/ja_JP.UTF-8/html/OPTIONS.html index b160d8a8f..98c330b8f 100644 --- a/docs/ja_JP.UTF-8/html/OPTIONS.html +++ b/docs/ja_JP.UTF-8/html/OPTIONS.html @@ -665,6 +665,17 @@ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nomagiccontrols=no" または "magiccontrols=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--magiccontrols" で変更できます。

+
+ nomagicsizes=yes +
+ +
+

+ Some Magic tools offer various size settings. This option disables the sizing control, and only provides the tools' default sizes. (Some plugins may offer additional variations of a Magic tool, to make a few sizes possible, e.g. "Bricks" and "Googly Eyes".

+

+ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "nomagicsizes=no" または "magicsizes=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--magicsizes" で変更できます。

+
+
noshapecontrols=yes