Skip to content

Commit

Permalink
Additional settings / "General" タブ のヘルプを別ページに分離した
Browse files Browse the repository at this point in the history
  • Loading branch information
zmatsuo committed May 16, 2024
1 parent e06e9e6 commit b7d357b
Show file tree
Hide file tree
Showing 22 changed files with 332 additions and 302 deletions.
8 changes: 4 additions & 4 deletions doc/en/html/about/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ <h3 id="teraterm_5.3">YYYY.MM.DD (Ver 5.3 not released yet)</h3>
<li>fix left click behavior in the margin of window list.</li>
</ul>
</li>
<li>Default port settings is moved to <a href="../menu/setup-additional.html#Port">General tab</a> of Additional settings dialog.</li>
<li>Default port settings is moved to <a href="../menu/setup-additional-general.html#Port">General tab</a> of Additional settings dialog.</li>
<li>Display lng file information when <a href="../menu/setup-general.html#UILanguageFile">LanguageUI</a> is selected. Remove language setting.</li>
<li>Bracket paste behavior can be adjusted with <a href="../setup/teraterm-misc.html#BracketedSupport">BracketedSupport</a> and <a href="../setup/teraterm-misc.html#BracketedControlOnly">BracketedControlOnly</a> .</li>
<li>Download folder setting is moved to <a href="../menu/setup-additional.html#DownloadFolder">General tab</a> of Additional settings dialog.</li>
<li>Download folder setting is moved to <a href="../menu/setup-additional-general.html#DownloadFolder">General tab</a> of Additional settings dialog.</li>
<li>Modified to <a href="../setup/teraterm-ssh.html#AuthBanner">display SSH authentication banner in VT window</a> regardless of receiving character code.
<li>Keyboard setting dialog is moved to Keyboard tab of Additional setting dialog.</li>
</ul>
Expand Down Expand Up @@ -508,7 +508,7 @@ <h3 id="teraterm_4.100">2018.08.31 (Ver 4.100)</h3>
<li>added support for multiple files' drag&amp;drop.</li>
<li>Functional enhancement: <a href="../usage/mouse.html#dragdropwindow">Confirmation dialog by using drag&amp;drop a file</a>.</li>
<li>Window size is maximized when the title bar is double-clicked if <a href="../menu/setup-terminal.html#TermIsWin">"Term size = win size"</a> setting is on.</li>
<li>added the <a href="../setup/teraterm-win.html#title">Title format configuration</a> on the General tab of the <a href="../menu/setup-additional.html#TitleFormat">Additional settings dialog</a>.</li>
<li>added the <a href="../setup/teraterm-win.html#title">Title format configuration</a> on the General tab of the <a href="../menu/setup-additional-general.html#TitleFormat">Additional settings dialog</a>.</li>
</ul>
</li>

Expand Down Expand Up @@ -631,7 +631,7 @@ <h3 id="teraterm_4.96">2017.08.31 (Ver 4.96)</h3>
</ul></li>
<li>Hidden font set by OS can be selected with font setting dialog.
<ul>
<li>The setting can be configured on the General tab of <a href="../menu/setup-additional.html#ListHiddenFonts">Additional settings dialog</a>.</li>
<li>The setting can be configured on the General tab of <a href="../menu/setup-additional-general.html#ListHiddenFonts">Additional settings dialog</a>.</li>
</ul></li>
<li>When the serial port and named pipe can not be opened, the error message contains reason or error code.</li>
<li>When the <a href="../macro/command/sendlnbroadcast.html">sendlnbroadcast</a> macro command is used, the carriage return is sent one more time after last parameter.</li>
Expand Down
2 changes: 1 addition & 1 deletion doc/en/html/about/qanda.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h2>[Miscellaneous]</h2>

<p id="window_resize_clear">
<span class="qanda">Q.</span> Window content is cleared when window is resized.<br>
<span class="qanda">A.</span> To prevent this behavior, turn off <a href="../menu/setup-additional.html#ClearOnResize">[Setup]-[Additional settings]-[General]-[Clear display when window resized]</a>.
<span class="qanda">A.</span> To prevent this behavior, turn off <a href="../menu/setup-additional-general.html#ClearOnResize">[Setup]-[Additional settings]-[General]-[Clear display when window resized]</a>.
</p>

<p id="logfile_garbled">
Expand Down
2 changes: 1 addition & 1 deletion doc/en/html/menu/file-chdir.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<h1>Change directory ([File] menu)</h1>
<p>
Open <a href="../menu/setup-additional.html#DownloadFolder">General tab</a> of Additional settings dialog.
Open <a href="../menu/setup-additional-general.html#DownloadFolder">General tab</a> of Additional settings dialog.
</p>
</body>
</html>
143 changes: 143 additions & 0 deletions doc/en/html/menu/setup-additional-general.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
<!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 / "General" 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 / "General" Tab ([Setup] Menu)</h1>

<dl>
<dt id="EnableClickableUrl">Enable clickable URL</dt>
<dd>
Launches the web browser by clicking URL string.
</dd>

<dt id="DisableAcceleratorSendBreak">Disable accelerator send break</dt>
<dd>
Disables accelerator key of send break.
</dd>

<dt id="AcceptBroadcast">Accept broadcast</dt>
<dd>
Accept the <a href="control-broadcast.html">broadcast command</a>.<br>
Can be only enabled when the "Realtime mode" is off. However, this option is always ignored when the "Realtime mode" is on.
</dd>

<dt id="MouseWheelScrollLine">Mouse wheel scroll line</dt>
<dd>
Configures the mouse wheel scroll line.
</dd>

<dt id="AutoScrollOnlyInBottomLine">Auto scroll only in bottom line</dt>
<dd>
Stop auto scrolling except when the bottom line is displayed.
</dd>

<dt id="ClearOnResize">Clear display when window resized</dt>
<dd>
The current screen is cleared when the VT window resizes.
</dd>

<dt id="IMERelatedCursor">Change cursor shape with IME state</dt>
<dd>
When the IME is enabled, the caret is gray.
</dd>

<dt id="ListHiddenFonts">List hidden fonts in font dialog</dt>
<dd>
A feature that some fonts can be shown or not on the font list is added on Windows 7 or later.
When this setting is enabled, whole fonts can be selected on the <a href="setup-font.html">Font setting dialog</a>.
</dd>

<dt id="Port">Default port</dt>
<dd>
Default port type (TCP/IP or Serial) to be used when Tera Term is
run without command line parameter.
</dd>

<dt id="TitleFormat">Title format</dt>
<dd>Configures the window title format.
<dl>
<dt>Display host/port name</dt>
<dd>Displays hostname or serial port name</dd>

<dt>Display session number</dt>
<dd>Displays session number</dd>

<dt>Display VT/TEK</dt>
<dd>Displays VT or TEK</dd>

<dt>Swap hostname and title position</dt>
<dd>Swaps the hostname and <a href="setup-window.html#Title">title text</a>, displays hostname first.</dd>

<dt>Display tcp port number</dt>
<dd>Displays tcp port number (TCP/IP connection only)</dd>

<dt>Display serial port speed</dt>
<dd>Displays speed of serial port (serial connection only)</dd>
</dl>
</dd>
</dl>

<h3>Notification</h3>

<p>
Notification area (it was called the Task Tray before Windows XP) settings and test.
</p>

<p>
If notification setting is turn off, no notification such as icons or messages will be displayed.<br>
If sound setting is no sound (mute), no notification sound will be output.<br>
You can check the behavior with test buttons.
</p>

<dl>
<dt id="NotifySound">Notify sound</dt>
<dd>Notification sound(sound can be muted in Windows XP and later)</dd>

<dt>Notify Test button</dt>
<dd>
Test Notification.<br>
The following behaviors can be checked.
<ul>
<li>Icon is displayed in notification area (task tray).</li>
<li>App notification (Windows 10,11) / Balloon notification (Windows 7, 8.1) is displayed. </li>
</ul>
</dd>

<dt>Tray Test button</dt>
<dd>
Icon is displayed in notification area.<br>
The following behaviors can be checked.
<ul>
<li>
Icon is displayed in notification area (task tray).<br>
The icon disappears when messagebox is closed.
</li>
</ul>
When turn off all notifications for Tera Term,
"Tera Term" will not appear in Windows notification settings
and you may not be able to change the settings.

By pushing this button, you can change Windows notification settings
when icon is displayed in notification area.
</dd>
</dl>

<dl>
<dt id="DownloadFolder">Download Folder</dt>
<dd>
Sets directory for file transfer.<br>
Environment variables (ex "%USERPROFILE%\Downloads") are expanded when included.<br>
If not set, <a href="../setup/folder.html#DownloadDir">default download folder</a> is used.<br>
The current folder can be check in <a href="../menu/setup-directory.html">Setup Directory</a>.
</dd>
</dl>

</body>
</html>
131 changes: 1 addition & 130 deletions doc/en/html/menu/setup-additional.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Additional settings([Setup] Menu)</h1>

<h2>tabs</h2>
<ul>
<li><a href="#TabGeneral">"General" Tab</a></li>
<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-visual.html">"Visual" Tab</a></li>
Expand All @@ -24,135 +24,6 @@ <h2>tabs</h2>
<li><a href="setup-additional-theme.html">"Theme" Tab</a></li>
</ul>

<h2 id="TabGeneral">"General" Tab</h2>
<dl>
<dt id="EnableClickableUrl">Enable clickable URL</dt>
<dd>
Launches the web browser by clicking URL string.
</dd>

<dt id="DisableAcceleratorSendBreak">Disable accelerator send break</dt>
<dd>
Disables accelerator key of send break.
</dd>

<dt id="AcceptBroadcast">Accept broadcast</dt>
<dd>
Accept the <a href="control-broadcast.html">broadcast command</a>.<br>
Can be only enabled when the "Realtime mode" is off. However, this option is always ignored when the "Realtime mode" is on.
</dd>

<dt id="MouseWheelScrollLine">Mouse wheel scroll line</dt>
<dd>
Configures the mouse wheel scroll line.
</dd>

<dt id="AutoScrollOnlyInBottomLine">Auto scroll only in bottom line</dt>
<dd>
Stop auto scrolling except when the bottom line is displayed.
</dd>

<dt id="ClearOnResize">Clear display when window resized</dt>
<dd>
The current screen is cleared when the VT window resizes.
</dd>

<dt id="IMERelatedCursor">Change cursor shape with IME state</dt>
<dd>
When the IME is enabled, the caret is gray.
</dd>

<dt id="ListHiddenFonts">List hidden fonts in font dialog</dt>
<dd>
A feature that some fonts can be shown or not on the font list is added on Windows 7 or later.
When this setting is enabled, whole fonts can be selected on the <a href="setup-font.html">Font setting dialog</a>.
</dd>

<dt id="Port">Default port</dt>
<dd>
Default port type (TCP/IP or Serial) to be used when Tera Term is
run without command line parameter.
</dd>

<dt id="TitleFormat">Title format</dt>
<dd>Configures the window title format.
<dl>
<dt>Display host/port name</dt>
<dd>Displays hostname or serial port name</dd>

<dt>Display session number</dt>
<dd>Displays session number</dd>

<dt>Display VT/TEK</dt>
<dd>Displays VT or TEK</dd>

<dt>Swap hostname and title position</dt>
<dd>Swaps the hostname and <a href="setup-window.html#Title">title text</a>, displays hostname first.</dd>

<dt>Display tcp port number</dt>
<dd>Displays tcp port number (TCP/IP connection only)</dd>

<dt>Display serial port speed</dt>
<dd>Displays speed of serial port (serial connection only)</dd>
</dl>
</dd>
</dl>

<h3>Notification</h3>

<p>
Notification area (it was called the Task Tray before Windows XP) settings and test.
</p>

<p>
If notification setting is turn off, no notification such as icons or messages will be displayed.<br>
If sound setting is no sound (mute), no notification sound will be output.<br>
You can check the behavior with test buttons.
</p>

<dl>
<dt id="NotifySound">Notify sound</dt>
<dd>Notification sound(sound can be muted in Windows XP and later)</dd>

<dt>Notify Test button</dt>
<dd>
Test Notification.<br>
The following behaviors can be checked.
<ul>
<li>Icon is displayed in notification area (task tray).</li>
<li>App notification (Windows 10,11) / Balloon notification (Windows 7, 8.1) is displayed. </li>
</ul>
</dd>

<dt>Tray Test button</dt>
<dd>
Icon is displayed in notification area.<br>
The following behaviors can be checked.
<ul>
<li>
Icon is displayed in notification area (task tray).<br>
The icon disappears when messagebox is closed.
</li>
</ul>
When turn off all notifications for Tera Term,
"Tera Term" will not appear in Windows notification settings
and you may not be able to change the settings.

By pushing this button, you can change Windows notification settings
when icon is displayed in notification area.
</dd>
</dl>

<dl>
<dt id="DownloadFolder">Download Folder</dt>
<dd>
Sets directory for file transfer.<br>
Environment variables (ex "%USERPROFILE%\Downloads") are expanded when included.<br>
If not set, <a href="../setup/folder.html#DownloadDir">default download folder</a> is used.<br>
The current folder can be check in <a href="../menu/setup-directory.html">Setup Directory</a>.
</dd>
</dl>

<h2 id="TabControlSequence">"Control Sequence" Tab</h2>
<dl>
<dt id="MouseEventTracking">Accept mouse event tracking</dt>
Expand Down
2 changes: 1 addition & 1 deletion doc/en/html/menu/setup-font.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h3>Note:</h3>
</li>
<li>
Hidden fonts specified by OS can not be shown on font list by default.
Please enable the <a href="setup-additional.html#ListHiddenFonts">List hidden fonts in font dialog</a> setting on the General tab of <a href="setup-additional.html">Additiona settings dialog</a> to select hidden fonts.
Please enable the <a href="setup-additional-general.html#ListHiddenFonts">List hidden fonts in font dialog</a> setting on the General tab of <a href="setup-additional.html">Additiona settings dialog</a> to select hidden fonts.
</li>
<li>
The font quality can be selected by using the <a href="setup-additional-font.html#FontQuality">Font quality</a> on the Visual tab of <a href="setup-additional.html">Additional settings dialog</a>.
Expand Down
8 changes: 4 additions & 4 deletions doc/en/html/setup/folder.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ <h1>Folder to put setup files</h1>
</li>
<li id="DownloadDir">download folder(Priority order, below is used when not set)
<ol>
<li><a href="../menu/setup-additional.html#DownloadFolder">download folder</a></li>
<li><a href="../menu/setup-additional-general.html#DownloadFolder">download folder</a></li>
<li><code>%USERPROFILE%\Downloads</code></li>
</ol>
</li>
<li id="TermLogDir">Terminal log folder(Priority order, below is used when not set)
<ol>
<li><a href="../menu/setup-additional-log.html#LogDefaultPath">Default log save folder</a></li>
<li><a href="../menu/setup-additional.html#DownloadFolder">download folder</a></li>
<li><a href="../menu/setup-additional-general.html#DownloadFolder">download folder</a></li>
<li><code>%LOCALAPPDATA%\teraterm5</code></li>
</ol>
</li>
Expand All @@ -54,14 +54,14 @@ <h1>Folder to put setup files</h1>
</li>
<li>download folder(Priority order, below is used when not set)
<ol>
<li><a href="../menu/setup-additional.html#DownloadFolder">download folder</a></li>
<li><a href="../menu/setup-additional-general.html#DownloadFolder">download folder</a></li>
<li><code>%USERPROFILE%\Downloads</code></li>
</ol>
</li>
<li>Terminal log folder(Priority order, below is used when not set)
<ol>
<li><a href="../menu/setup-additional-log.html#LogDefaultPath">Default log save folder</a></li>
<li><a href="../menu/setup-additional.html#DownloadFolder">download folder</a></li>
<li><a href="../menu/setup-additional-general.html#DownloadFolder">download folder</a></li>
<li>a folder which is exist exe file + <code>\log</code></li>
</ol>
</li>
Expand Down
Loading

0 comments on commit b7d357b

Please sign in to comment.