From: Takashi Sawanaka Date: Mon, 21 Jun 2021 15:17:39 +0000 (+0900) Subject: Improve plugin system (#797) (5) X-Git-Tag: v2.16.13~7 X-Git-Url: http://git.osdn.net/view?p=winmerge-jp%2Fwinmerge-jp.git;a=commitdiff_plain;h=f964e82f27ed4890cbf9c47f684c8cc6f3556ec5 Improve plugin system (#797) (5) --- diff --git a/Docs/Manual/EN/Plugins.xml b/Docs/Manual/EN/Plugins.xml index babd607b9..2db60947a 100644 --- a/Docs/Manual/EN/Plugins.xml +++ b/Docs/Manual/EN/Plugins.xml @@ -157,6 +157,14 @@ + Remove Duplicate Lines + + + + Count Duplicate Lines + + + Sort Lines Ascending @@ -169,6 +177,14 @@ + Tokenize... + + + + Trim Spaces + + + Insert Date @@ -284,8 +300,8 @@
Applying prediffer plugins in the Folder Compare window - With prediffer plugins, you set the mode (Auto - prediffer or No prediffer) for + With prediffer plugins, you set the mode (<Automatic> + or <None>) or the plugin name for individual files. (Contrast this with unpacker plugins, where you set the mode for all files.) That is, some files in the same folder have different prediffer modes. @@ -299,12 +315,12 @@ - Auto Prediffer selects the first + <Automatic> selects the first prediffer plugin available for the file type. - No prediffer means that no prediffer + <None> means that no prediffer plugin is used. @@ -313,7 +329,7 @@ When you open a subfolder during a non-recursive compare, the mode - is always reset to No prediffer. + is always reset to <None>. When you open a file from the Folder Compare window, your prediffer @@ -767,6 +783,16 @@ + Remove Duplicate Lines remove duplicate lines in the selection. + + + + + Count Duplicate Lines remove duplicate lines in the selection and insert the number of duplicate lines on the right. + + + + Sort Lines Ascending sort the selection in ascending order. @@ -781,6 +807,16 @@ with the output of the specified filter command. Specifying %1 in the argument of the filter command replaces it with the filename of the active pane. + + + Tokenize... TBD + + + + + Trim Spaces TBD + + diff --git a/Docs/Manual/JP/Plugins.xml b/Docs/Manual/JP/Plugins.xml index 7a2161f06..1114d6c1a 100644 --- a/Docs/Manual/JP/Plugins.xml +++ b/Docs/Manual/JP/Plugins.xml @@ -148,23 +148,39 @@ - MakeUpper + Make Uppercase - MakeLower + Make Lowercase - SortAscending + Remove Duplicate Lines - SortDescending + Count Duplicate Lines - ExecFilterCommand + Sort Lines Ascending + + + + Sort Lines Descending + + + + Apply Filter Command... + + + + Tokenize... + + + + Trim Spaces @@ -281,8 +297,8 @@
フォルダ比較ウインドウでの比較前処理プラグインの適用 - 比較前処理プラグインでは、モード(自動比較前処理または - 比較前処理なし)を個々のファイルに設定します。 + 比較前処理プラグインでは、モード(<Automatic>または + <None>)またはプラグイン名を個々のファイルに設定します。 (これをすべてのファイルのモードを設定する展開プラグインと比較してください。) つまり、同じフォルダー内のいくつかのファイルには異なる比較前処理モードがあります。 @@ -296,13 +312,13 @@ - 自動 は、 + <Automatic> は、 指定したファイルのタイプに使用できる比較前処理プラグインの最初のものを選択します。 - 使用しないは、 + <None>は、 比較前処理プラグインを使用しません。 @@ -311,7 +327,7 @@ 非再帰比較中にサブフォルダーを開くと、モードは常に - なしにリセットされます。 + <None>にリセットされます。 フォルダ比較ウィンドウからファイルを開くと、 @@ -815,6 +831,16 @@ + 重複行を削除 remove duplicate lines in the selection. + + + + + 重複行をカウント remove duplicate lines in the selection and insert the number of duplicate lines on the right. + + + + 昇順にソート sort the selection in ascending order. @@ -829,6 +855,16 @@ with the output of the specified filter command. Specifying %1 in the argument of the filter command replaces it with the filename of the active pane. + + + トークン分割... TBD + + + + + 行頭行末の空白を削除 TBD + +