Skip to content

Commit

Permalink
Merge pull request #264 from hkanou/ttpmacro_listbox_enhancement
Browse files Browse the repository at this point in the history
TeraTerm Menu ドキュメント修正 #261
  • Loading branch information
zmatsuo authored Jul 28, 2024
2 parents dbf030f + e69e965 commit 267636f
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 336 deletions.
2 changes: 1 addition & 1 deletion doc/en/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1 class="center">Tera Term Help Index</h1>
<LI><A HREF="usage/ssh.html">SSH connection</A></LI>
<LI><A HREF="usage/cygwin.html">Cygwin connection</A></LI>
<LI><A HREF="usage/proxy.html">Proxy connection</A></LI>
<LI><A HREF="usage/TTMenu/TTMenu.html">Tera Term Menu</A></LI>
<LI><A HREF="usage/TTMenu/TTMenu.html">TeraTerm Menu</A></LI>
<LI><A HREF="usage/unicode.html">Unicode</A></LI>
<LI><A HREF="usage/transparent.html">Change look and feel</A></LI>
<LI><A HREF="usage/tips/index.html">Tips</A></LI>
Expand Down
2 changes: 1 addition & 1 deletion doc/en/html/reference/sourcecode.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ <h2 id="configuration">Reading and Writing Configuration File</h2>

CygTerm programsincluded in Tera Term package store their configurations in the local file. <br>

Unlike other applications, Tera Term Menu stores its configuration in Registry, but if current directory contains "ttpmenu.ini" file, it will try to read configuration from this file even if the file is empty (0 bytes in size). Note that the tool does not migrate settings from Registry to .ini file, so you may need to re-create them if you decide to use .ini file. <br>
Unlike other applications, TeraTerm Menu stores its configuration in Registry, but if current directory contains "ttpmenu.ini" file, it will try to read configuration from this file even if the file is empty (0 bytes in size). Note that the tool does not migrate settings from Registry to .ini file, so you may need to re-create them if you decide to use .ini file. <br>
<br>

When new entry is added to TERATERM.INI file it can be read with ReadIniFile()#ttset.c
Expand Down
2 changes: 1 addition & 1 deletion doc/en/html/uninstall.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>Manual uninstallation</h2>

<p>
Delete all Tera Term files in the Tera Term directory and remove the "Tera Special" font from "Fonts" in Control Panel.<br>
If a user uses the Tera Term Menu, delete the HKEY_CURRENT_USER\Software\ShinpeiTools\TTermMenu registry.
If a user uses the TeraTerm Menu, delete the HKEY_CURRENT_USER\Software\ShinpeiTools\TTermMenu registry.
</p>

</BODY>
Expand Down
18 changes: 9 additions & 9 deletions doc/en/html/usage/TTMenu/TTMenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../../style.css" type="text/css">
<title>Tera Term Menu Tutorial</title>
<title>TeraTerm Menu Tutorial</title>
</head>

<body>

<h1>Tera Term Menu Tutorial</h1>
<h1>TeraTerm Menu Tutorial</h1>

<h2 id="whatis">1. About Tera Term Menu</h2>
<h2 id="whatis">1. About TeraTerm Menu</h2>

<p>
Tera Term Menu(ttpmenu.exe) is a launcher tool which can kick the Tera Term easily.
Tera Term Menu copyright belongs to S.Hayakawa, however the Tera Term Menu is currently maintained by TeraTerm Project and this is included into the Tera Term installation package.
TeraTerm Menu(ttpmenu.exe) is a launcher tool which can kick the Tera Term easily.
TeraTerm Menu copyright belongs to S.Hayakawa, however the TeraTerm Menu is currently maintained by TeraTerm Project and this is included into the Tera Term installation package.
</p>

<b>
Expand All @@ -28,7 +28,7 @@ <h2 id="whatis">1. About Tera Term Menu</h2>
<h2 id="registry">2. Registry</h2>

<p>
Tera Term Menu configuration is recorded into the registry(HKEY_CURRENT_USER\Software\ShinpeiTools\TTermMenu).
TeraTerm Menu configuration is recorded into the registry(HKEY_CURRENT_USER\Software\ShinpeiTools\TTermMenu).
If the ini file wants to be used instead of the registry, please put the "ttpmenu.ini"(empty size) in the "ttpmenu.exe" directory in advance.<br>
<b>
NOTE: The registry database can not be exported into the ini file automatically. Please use the <a href="https://github.com/TeraTermProject/teraterm/tree/main/installer/ttpmenu" target="_blank">converting script</a>.<br>
Expand All @@ -40,7 +40,7 @@ <h2 id="registry">2. Registry</h2>
<h2 id="launch">3. How to launch</h2>

<p>
When the Tera Term Menu is launched, the application be shown on the tasktray. When the tasktray icon is clicked by the left mouse button, a user can kick the Tera Term from the menulist. And when the icon is clicked by the right mouse button, the user can register the menu list and configure the behavior of the Tera Term Menu.
When the TeraTerm Menu is launched, the application be shown on the tasktray. When the tasktray icon is clicked by the left mouse button, a user can kick the Tera Term from the menulist. And when the icon is clicked by the right mouse button, the user can register the menu list and configure the behavior of the TeraTerm Menu.
</p>

<div class="img"><img class="block" width="176" height="26" src="tasktray.png" alt="tasktray"></div>
Expand All @@ -49,7 +49,7 @@ <h2 id="launch">3. How to launch</h2>
<h2 id="configuration">4. Configuration</h2>

<p>
When a user uses the Tera Term Menu for the first time, the menu list is empty. First, please make the menu list. Click the tasktray icon by the right mouse button, and select the "List Configuration". Next, input some entries on the "Configuration" and push the left arrow button. So, your menu list will be registered on the "List Item" at the left side.
When a user uses the TeraTerm Menu for the first time, the menu list is empty. First, please make the menu list. Click the tasktray icon by the right mouse button, and select the "List Configuration". Next, input some entries on the "Configuration" and push the left arrow button. So, your menu list will be registered on the "List Item" at the left side.
</p>

<div class="img"><img class="block" width="455" height="443" src="menulist1.png" alt="Menu list"></div>
Expand All @@ -75,7 +75,7 @@ <h2 id="configuration">4. Configuration</h2>
</code></pre>

<p>
When the menu list is completely registered, a user can click the Tera Term Menu icon by the left mouse button and then the menu list will be shown. At the result, the user can launch the Tera Term easily.
When the menu list is completely registered, a user can click the TeraTerm Menu icon by the left mouse button and then the menu list will be shown. At the result, the user can launch the Tera Term easily.
</p>

<div class="img"><img class="block" width="129" height="105" src="menulist3.png" alt="Menu list"></div>
Expand Down
Binary file modified doc/en/html/usage/TTMenu/menulist1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/en/teraterm.hhc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<param name="ImageNumber" value="11">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Tera Term Menu">
<param name="Name" value="TeraTerm Menu">
<param name="Local" value="html\usage\TTMenu\TTMenu.html">
<param name="ImageNumber" value="11">
</OBJECT>
Expand Down
2 changes: 1 addition & 1 deletion doc/ja/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<LI><A HREF="usage/ssh.html">SSH 接続</A></LI>
<LI><A HREF="usage/cygwin.html">Cygwin接続</A></LI>
<LI><A HREF="usage/proxy.html">Proxy 接続</A></LI>
<LI><A HREF="usage/TTMenu/TTMenu.html">Tera Term Menu</A></LI>
<LI><A HREF="usage/TTMenu/TTMenu.html">TeraTerm Menu</A></LI>
<LI><A HREF="usage/unicode.html">Unicode設定</A></LI>
<LI><A HREF="usage/transparent.html">look and feelの変更</A></LI>
<LI><A HREF="usage/tips/index.html">ヒント</A></LI>
Expand Down
2 changes: 1 addition & 1 deletion doc/ja/html/uninstall.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<p>
Tera Term ディレクトリにある Tera Term 関係のファイルをすべて削除し、コントロールパネルの「フォント」から "Tera Special" フォントを削除してください。<br>
Tera Term Menuを使用していた場合は、レジストリ HKEY_CURRENT_USER\Software\ShinpeiTools\TTermMenu を削除してください。
TeraTerm Menuを使用していた場合は、レジストリ HKEY_CURRENT_USER\Software\ShinpeiTools\TTermMenu を削除してください。
</p>

</BODY>
Expand Down
18 changes: 9 additions & 9 deletions doc/ja/html/usage/TTMenu/TTMenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../../style.css" type="text/css">
<title>Tera Term Menu Tutorial</title>
<title>TeraTerm Menu Tutorial</title>
</head>

<body>

<h1>Tera Term Menu Tutorial</h1>
<h1>TeraTerm Menu Tutorial</h1>

<h2 id="whatis">1. Tera Term Menuとは</h2>
<h2 id="whatis">1. TeraTerm Menuとは</h2>

<p>
Tera Term Menu(ttpmenu.exe)とは、Tera Termをボタン一発で起動することができるランチャーツールです。
Tera Term Menuは早川信平氏による著作物ですが、現在ではTeraTerm Projectによりメンテナンスされており、Tera Termのインストールパッケージにも含まれています。
TeraTerm Menu(ttpmenu.exe)とは、Tera Termをボタン一発で起動することができるランチャーツールです。
TeraTerm Menuは早川信平氏による著作物ですが、現在ではTeraTerm Projectによりメンテナンスされており、Tera Termのインストールパッケージにも含まれています。
</p>

<b>
Expand All @@ -27,7 +27,7 @@ <h1>Tera Term Menu Tutorial</h1>
<h2 id="registry">2. レジストリ</h2>

<p>
Tera Term Menuの設定情報は、レジストリ(HKEY_CURRENT_USER\Software\ShinpeiTools\TTermMenu)に記録されます。
TeraTerm Menuの設定情報は、レジストリ(HKEY_CURRENT_USER\Software\ShinpeiTools\TTermMenu)に記録されます。
レジストリではなく、iniファイルを使いたい場合は、あらかじめ"ttpmenu.exe"があるディレクトリに"ttpmenu.ini"(0バイトで可)を設置しておきます。<br>
<b>
NOTE: レジストリデータは自動的にiniファイルにエクスポートされません。
Expand All @@ -40,7 +40,7 @@ <h1>Tera Term Menu Tutorial</h1>
<h2 id="launch">3. 起動方法</h2>

<p>
Tera Term Menuを起動すると、アプリケーションがタスクトレイに常駐します。タスクトレイのアイコンを左クリックすると、メニューリストからランチャーを起動することができます。右クリックすると、メニューリストの登録やTera Term Menuの動作設定を行うことができます。
TeraTerm Menuを起動すると、アプリケーションがタスクトレイに常駐します。タスクトレイのアイコンを左クリックすると、メニューリストからランチャーを起動することができます。右クリックすると、メニューリストの登録やTeraTerm Menuの動作設定を行うことができます。
</p>

<div class="img"><img class="block" width="176" height="26" src="tasktray.png" alt="tasktray"></div>
Expand All @@ -49,7 +49,7 @@ <h1>Tera Term Menu Tutorial</h1>
<h2 id="configuration">4. 設定</h2>

<p>
初めてTera Term Menuを使う場合、何もランチャーが登録されていないので、まずはメニューリストの作成から行います。タスクトレイのアイコンを右クリックして、"List Configuration"を選びます。次に、右側にある"Configuration"において、項目を入力し、←ボタンを押下すると、左側の"List Item"にメニュー登録されます。
初めてTeraTerm Menuを使う場合、何もランチャーが登録されていないので、まずはメニューリストの作成から行います。タスクトレイのアイコンを右クリックして、"List Configuration"を選びます。次に、右側にある"Configuration"において、項目を入力し、←ボタンを押下すると、左側の"List Item"にメニュー登録されます。
</p>

<div class="img"><img class="block" width="455" height="443" src="menulist1.png" alt="Menu list"></div>
Expand All @@ -74,7 +74,7 @@ <h1>Tera Term Menu Tutorial</h1>
</code></pre>

<p>
メニューリストの登録が完了すると、Tera Term Menuのアイコンを左クリックすることで、メニューリストが表示されるようになり、Tera Termが容易に起動できるようになります。
メニューリストの登録が完了すると、TeraTerm Menuのアイコンを左クリックすることで、メニューリストが表示されるようになり、Tera Termが容易に起動できるようになります。
</p>

<div class="img"><img class="block" width="129" height="105" src="menulist3.png" alt="Menu list"></div>
Expand Down
Binary file modified doc/ja/html/usage/TTMenu/menulist1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/ja/teraterm.hhc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<param name="ImageNumber" value="11">
</OBJECT>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Tera Term Menu">
<param name="Name" value="TeraTerm Menu">
<param name="Local" value="html\usage\TTMenu\TTMenu.html">
<param name="ImageNumber" value="11">
</OBJECT>
Expand Down
6 changes: 6 additions & 0 deletions installer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ install(
RENAME KEYBOARD.CNF
)

install(
FILES ../ttpmenu/readme.txt
DESTINATION .
RENAME ttmenu_readme-j.txt
)

# Inno Setup
# Create setup.exe
if(CMAKE_HOST_SYSTEM_NAME MATCHES "Windows")
Expand Down
1 change: 1 addition & 0 deletions installer/makearchive.bat
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ xcopy /s /e /y /i /exclude:archive-exclude.txt release\plugin %dst%\plugin
xcopy /s /e /y /i /exclude:archive-exclude.txt release\lang %dst%\lang
xcopy /s /e /y /i /exclude:archive-exclude.txt release\lang_utf16le %dst%\lang_utf16le
del /f %dst%\lang\English.lng
copy /y ..\ttpmenu\readme.txt %dst%\ttmenu_readme-j.txt

perl setini.pl release\TERATERM.INI > %dst%\TERATERM.INI

Expand Down
Loading

0 comments on commit 267636f

Please sign in to comment.