Skip to content

Commit

Permalink
コピーと貼り付け(Copy and Paste)タブのヘルプを別ファイルに分離
Browse files Browse the repository at this point in the history
- menu/setup-additional-copy-and-paste.html に分離
  • Loading branch information
zmatsuo committed Jul 31, 2024
1 parent 267636f commit 36b7464
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 143 deletions.
82 changes: 82 additions & 0 deletions doc/en/html/menu/setup-additional-copy-and-paste.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Additional settings / "Copy and Paste" tab ([Setup] Menu)</title>
<META http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../style.css" type="text/css">
</head>

<body>
<h1>Additional settings / "Copy and Paste" tab ([Setup] Menu)</h1>

<h2 id="TabCopyAndPaste">"Copy and Paste" Tab</h2>
<dl>
<dt id="EnableContinuedLineCopy">Enable continued line copy</dt>
<dd>
Concatenates current line with the next line including word
characters when the whole line is stepped over.<br>
This is also effective for double clicking the left button and dragging after double clicking the left button.<br>
Please refer to <a href="../usage/mouse.html">mouse</a> page.
</dd>

<dt id="DisablePasteMouseRButton">Disable mouse R button paste</dt>
<dd>
Disables pasting clipboard data when mouse right button is clicked.
</dd>

<dt id="ConfirmPasteMouseRButton">Confirm mouse R button paste</dt>
<dd>
Displays popup menu and confirm pasting clipboard data when mouse
right button is clicked.
</dd>

<dt id="SelectOnlyByLButton">Select only by L button</dt>
<dd>
Enable selection by mouse drag only with left button.
</dd>

<dt id="TrimTrailingNL">Trim trailing new line character when pasting</dt>
<dd>
Remove trailing new line character when pasting.
</dd>

<dt id="ConfirmChangePaste">Confirm change paste</dt>
<dd>
When the Clipboard includes CR/LF, the confirmation
dialog can be shown to paste by right-click or Alt+V.
This is a foolproof way.
</dd>

<dt id="ConfirmChangePasteStringFile">String file</dt>
<dd>
When the Clipboard includes any strings in the specified file,
the confirmation dialog can be shown to paste by right-click or Alt+V.
This is a foolproof way.<br>
This function works when the ConfirmChangePaste is enabled.
</dd>

<dt id="DelimiterChar">Delimiter characters</dt>
<dd>
Includes delimiter characters for the word selection.
</dd>

<dt id="PasteDelayPerLine">Paste delay per line</dt>
<dd>
A user can delay to send a line data to the remote host when the user pastes multiple lines. The delay time can be specified by this option on the millisecond time scale.
</dd>

<dt id="SelectOnActivate">Disabling text selection when the window is activated</dt>
<dd>
When an inactive window is activated by clicking the text area with the mouse, the text selection is disabled.
</dd>

<dt id="AutoTextCopy">Copy to windows clipboard when text is selected</dt>
<dd>
Automatic copy to windows clipboard when text is selected.
</dd>

</dl>
</body>
</html>
71 changes: 1 addition & 70 deletions doc/en/html/menu/setup-additional.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>tabs</h2>
<ul>
<li><a href="setup-additional-general.html">"General" Tab</a></li>
<li><a href="#TabControlSequence">"Control Sequence" Tab</a></li>
<li><a href="#TabCopyAndPaste">"Copy and Paste" Tab</a></li>
<li><a href="setup-additional-copy-and-paste.html">"Copy and Paste" Tab</a></li>
<li><a href="setup-additional-visual.html">"Visual" Tab</a></li>
<li><a href="setup-additional-log.html">"Log" Tab</a></li>
<li><a href="#TabCygwin">"Cygwin" Tab</a></li>
Expand Down Expand Up @@ -163,75 +163,6 @@ <h2 id="TabControlSequence">"Control Sequence" Tab</h2>
</dl>


<h2 id="TabCopyAndPaste">"Copy and Paste" Tab</h2>
<dl>
<dt id="EnableContinuedLineCopy">Enable continued line copy</dt>
<dd>
Concatenates current line with the next line including word
characters when the whole line is stepped over.<br>
This is also effective for double clicking the left button and dragging after double clicking the left button.<br>
Please refer to <a href="../usage/mouse.html">mouse</a> page.
</dd>

<dt id="DisablePasteMouseRButton">Disable mouse R button paste</dt>
<dd>
Disables pasting clipboard data when mouse right button is clicked.
</dd>

<dt id="ConfirmPasteMouseRButton">Confirm mouse R button paste</dt>
<dd>
Displays popup menu and confirm pasting clipboard data when mouse
right button is clicked.
</dd>

<dt id="SelectOnlyByLButton">Select only by L button</dt>
<dd>
Enable selection by mouse drag only with left button.
</dd>

<dt id="TrimTrailingNL">Trim trailing new line character when pasting</dt>
<dd>
Remove trailing new line character when pasting.
</dd>

<dt id="ConfirmChangePaste">Confirm change paste</dt>
<dd>
When the Clipboard includes CR/LF, the confirmation
dialog can be shown to paste by right-click or Alt+V.
This is a foolproof way.
</dd>

<dt id="ConfirmChangePasteStringFile">String file</dt>
<dd>
When the Clipboard includes any strings in the specified file,
the confirmation dialog can be shown to paste by right-click or Alt+V.
This is a foolproof way.<br>
This function works when the ConfirmChangePaste is enabled.
</dd>

<dt id="DelimiterChar">Delimiter characters</dt>
<dd>
Includes delimiter characters for the word selection.
</dd>

<dt id="PasteDelayPerLine">Paste delay per line</dt>
<dd>
A user can delay to send a line data to the remote host when the user pastes multiple lines. The delay time can be specified by this option on the millisecond time scale.
</dd>

<dt id="SelectOnActivate">Disabling text selection when the window is activated</dt>
<dd>
When an inactive window is activated by clicking the text area with the mouse, the text selection is disabled.
</dd>

<dt id="AutoTextCopy">Copy to windows clipboard when text is selected</dt>
<dd>
Automatic copy to windows clipboard when text is selected.
</dd>

</dl>


<h2 id="TabCygwin">"Cygwin" tab</h2>
<dl>
<dt id="CygwinDirectory">Cygwin install path</dt>
Expand Down
2 changes: 1 addition & 1 deletion doc/en/teraterm.hhc
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Copy and Paste tab">
<param name="Local" value="html\menu\setup-additional.html#TabCopyAndPaste">
<param name="Local" value="html\menu\setup-additional-copy-and-paste.html">
<param name="ImageNumber" value="11">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
Expand Down
1 change: 1 addition & 0 deletions doc/en/teraterm.hhp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ HlpMenuSetupSshkeygen=html\menu\setup-sshkeygenerator.html
HlpMenuSetupTcpip=html\menu\setup-tcpip.html
HlpMenuSetupAdditional=html\menu\setup-additional.html
HlpMenuSetupAdditionalGeneral=html\menu\setup-additional-general.html
HlpMenuSetupAdditionalCopyAndPaste=html\menu\setup-additional-copy-and-paste.html
HlpMenuSetupAdditionalCoding=html\menu\setup-additional-coding.html
HlpMenuSetupAdditionalLog=html\menu\setup-additional-log.html
HlpMenuSetupAdditionalVisual=html\menu\setup-additional-visual.html
Expand Down
82 changes: 82 additions & 0 deletions doc/ja/html/menu/setup-additional-copy-and-paste.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<title>Additional settings / "Copy and Paste" タブ ([Setup] メニュー)</title>
<META http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../style.css" type="text/css">
</head>

<body>
<h1>Additional settings / "Copy and Paste" タブ ([Setup] メニュー)</h1>

<h2 id="TabCopyAndPaste">"Copy and Paste" タブ</h2>
<dl>
<dt id="EnableContinuedLineCopy">Enable continued line copy</dt>
<dd>
継続している行を改行せずにコピーする機能を有効にします。<br>
ダブルクリックでワードを選択する時、ダブルクリック後のドラッグでも有効です。<br>
<a href="../usage/mouse.html">マウスの使い方</a>を参照ください。
</dd>

<dt id="DisablePasteMouseRButton">Disable mouse R button paste</dt>
<dd>
右クリックでクリップボードの内容を貼り付ける機能を無効にします。
</dd>

<dt id="ConfirmPasteMouseRButton">Confirm mouse R button paste</dt>
<dd>
右クリックでクリップボードの内容を貼り付けるとき、
ポップアップメニューで確認する機能を有効にします。
</dd>

<dt id="SelectOnlyByLButton">Select only by L button</dt>
<dd>
マウスドラッグによる選択を、左ボタンでのみ有効にする。
</dd>

<dt id="TrimTrailingNL">Trim trailing new line character when pasting</dt>
<dd>
貼り付け時に末尾の改行を削除する。
</dd>

<dt id="ConfirmChangePaste">Confirm change paste</dt>
<dd>
クリップボードに改行コード(CR/LF)を含む場合、マウスの右クリックおよびAlt+Vで
Tera Termウィンドウへ貼り付けようとするタイミングで、確認ダイアログを表示させることができます。
誤操作により、端末へ予期せぬコマンド投入を防ぐことができます。
</dd>

<dt id="ConfirmChangePasteStringFile">String file</dt>
<dd>
クリップボードに、この設定で指定したファイル内に存在するテキストが含まれる場合、マウスの右クリックおよびAlt+Vで
Tera Termウィンドウへ貼り付けようとするタイミングで、確認ダイアログを表示させることができます。
誤操作により、端末へ予期せぬコマンド投入を防ぐことができます。<br>
この設定は、ConfirmChangePasteの設定が有効な場合に作用します。
</dd>

<dt id="DelimiterChar">Delimiter characters</dt>
<dd>
単語選択の区切り文字を設定します。
</dd>

<dt id="PasteDelayPerLine">Paste delay per line</dt>
<dd>
複数行のデータを貼り付けるとき、改行が現れるごとにデータの送信を遅延させることができます。遅延する時間をミリ秒で設定します。
</dd>

<dt id="SelectOnActivate">Disabling text selection when the window is activated</dt>
<dd>
非選択状態のウィンドウを、文字領域をマウスでクリックすることで
選択するとき、文字の選択を禁止します。
</dd>

<dt id="AutoTextCopy">Copy to windows clipboard when text is selected</dt>
<dd>
マウスで文字列を選択したとき、クリップボードへコピーします。
</dd>

</dl>
</body>
</html>
71 changes: 1 addition & 70 deletions doc/ja/html/menu/setup-additional.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ul>
<li><a href="setup-additional-general.html">"General" タブ</a></li>
<li><a href="#TabControlSequence">"Control Sequence" タブ</a></li>
<li><a href="#TabCopyAndPaste">"Copy and Paste" タブ</a></li>
<li><a href="setup-additional-copy-and-paste.html">"Copy and Paste" タブ</a></li>
<li><a href="setup-additional-visual.html">"Visual" タブ</a></li>
<li><a href="setup-additional-log.html">"Log" タブ</a></li>
<li><a href="#TabCygwin">"Cygwin" タブ</a></li>
Expand Down Expand Up @@ -162,75 +162,6 @@
</dl>


<h2 id="TabCopyAndPaste">"Copy and Paste" タブ</h2>
<dl>
<dt id="EnableContinuedLineCopy">Enable continued line copy</dt>
<dd>
継続している行を改行せずにコピーする機能を有効にします。<br>
ダブルクリックでワードを選択する時、ダブルクリック後のドラッグでも有効です。<br>
<a href="../usage/mouse.html">マウスの使い方</a>を参照ください。
</dd>

<dt id="DisablePasteMouseRButton">Disable mouse R button paste</dt>
<dd>
右クリックでクリップボードの内容を貼り付ける機能を無効にします。
</dd>

<dt id="ConfirmPasteMouseRButton">Confirm mouse R button paste</dt>
<dd>
右クリックでクリップボードの内容を貼り付けるとき、
ポップアップメニューで確認する機能を有効にします。
</dd>

<dt id="SelectOnlyByLButton">Select only by L button</dt>
<dd>
マウスドラッグによる選択を、左ボタンでのみ有効にする。
</dd>

<dt id="TrimTrailingNL">Trim trailing new line character when pasting</dt>
<dd>
貼り付け時に末尾の改行を削除する。
</dd>

<dt id="ConfirmChangePaste">Confirm change paste</dt>
<dd>
クリップボードに改行コード(CR/LF)を含む場合、マウスの右クリックおよびAlt+Vで
Tera Termウィンドウへ貼り付けようとするタイミングで、確認ダイアログを表示させることができます。
誤操作により、端末へ予期せぬコマンド投入を防ぐことができます。
</dd>

<dt id="ConfirmChangePasteStringFile">String file</dt>
<dd>
クリップボードに、この設定で指定したファイル内に存在するテキストが含まれる場合、マウスの右クリックおよびAlt+Vで
Tera Termウィンドウへ貼り付けようとするタイミングで、確認ダイアログを表示させることができます。
誤操作により、端末へ予期せぬコマンド投入を防ぐことができます。<br>
この設定は、ConfirmChangePasteの設定が有効な場合に作用します。
</dd>

<dt id="DelimiterChar">Delimiter characters</dt>
<dd>
単語選択の区切り文字を設定します。
</dd>

<dt id="PasteDelayPerLine">Paste delay per line</dt>
<dd>
複数行のデータを貼り付けるとき、改行が現れるごとにデータの送信を遅延させることができます。遅延する時間をミリ秒で設定します。
</dd>

<dt id="SelectOnActivate">Disabling text selection when the window is activated</dt>
<dd>
非選択状態のウィンドウを、文字領域をマウスでクリックすることで
選択するとき、文字の選択を禁止します。
</dd>

<dt id="AutoTextCopy">Copy to windows clipboard when text is selected</dt>
<dd>
マウスで文字列を選択したとき、クリップボードへコピーします。
</dd>

</dl>


<h2 id="TabCygwin">"Cygwin" タブ</h2>
<dl>
<dt id="CygwinDirectory">Cygwin install path</dt>
Expand Down
2 changes: 1 addition & 1 deletion doc/ja/teraterm.hhc
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Copy and Paste �^�u">
<param name="Local" value="html\menu\setup-additional.html#TabCopyAndPaste">
<param name="Local" value="html\menu\setup-additional-copy-and-paste.html">
<param name="ImageNumber" value="11">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
Expand Down
1 change: 1 addition & 0 deletions doc/ja/teraterm.hhp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ HlpMenuSetupSshkeygen=html\menu\setup-sshkeygenerator.html
HlpMenuSetupTcpip=html\menu\setup-tcpip.html
HlpMenuSetupAdditional=html\menu\setup-additional.html
HlpMenuSetupAdditionalGeneral=html\menu\setup-additional-general.html
HlpMenuSetupAdditionalCopyAndPaste=html\menu\setup-additional-copy-and-paste.html
HlpMenuSetupAdditionalCoding=html\menu\setup-additional-coding.html
HlpMenuSetupAdditionalLog=html\menu\setup-additional-log.html
HlpMenuSetupAdditionalVisual=html\menu\setup-additional-visual.html
Expand Down
1 change: 1 addition & 0 deletions teraterm/common/helpid.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
#define HlpMenuSetupAdditionalKeyboard 43026
#define HlpMenuSetupAdditionalMouse 43027
#define HlpMenuSetupAdditionalGeneral 43028
#define HlpMenuSetupAdditionalCopyAndPaste 43029
#define HlpMenuSetupSave 43013
#define HlpMenuSetupRestore 43014
#define HlpMenuSetupDir 43016
Expand Down
2 changes: 1 addition & 1 deletion teraterm/teraterm/addsetting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ void CCopypastePropPageDlg::OnOK()

void CCopypastePropPageDlg::OnHelp()
{
PostMessage(HVTWin, WM_USER_DLGHELP2, HlpMenuSetupAdditional, 0);
PostMessage(HVTWin, WM_USER_DLGHELP2, HlpMenuSetupAdditionalCopyAndPaste, 0);
}

// CVisualPropPageDlg ダイアログ
Expand Down

0 comments on commit 36b7464

Please sign in to comment.