From 0c7b5719cf246d1d47f8d16b708605a32d836678 Mon Sep 17 00:00:00 2001 From: zmatsuo <6488847+zmatsuo@users.noreply.github.com> Date: Wed, 27 Nov 2024 01:09:44 +0900 Subject: [PATCH] =?UTF-8?q?Send=20File=E3=83=80=E3=82=A4=E3=82=A2=E3=83=AD?= =?UTF-8?q?=E3=82=B0=E3=81=AE=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=E8=A8=98=E6=86=B6=20#380?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Send Fileダイアログ - send size を dropdownlist から dropdown に変更した - コントロールを enable/disable するようにした - help/cancel/ok ボタンの順序を修正 - ファイル名長制限をなくした(MAX_PATH を使用しなくなった) - ini ファイルにファイル送信のパラメータを追加 --- doc/en/html/about/history.html | 1 + doc/en/html/menu/file-sendfile.html | 18 ++- doc/en/html/setup/teraterm-ini.html | 32 ++++- doc/en/html/setup/teraterm-trans.html | 19 +++ doc/en/html/setup/teraterm.html | 1 + doc/ja/html/about/history.html | 1 + doc/ja/html/menu/file-sendfile.html | 18 ++- doc/ja/html/setup/teraterm-ini.html | 32 ++++- doc/ja/html/setup/teraterm-trans.html | 20 +++ doc/ja/html/setup/teraterm.html | 1 + installer/release/TERATERM.INI | 12 ++ teraterm/common/i18n.h | 3 +- teraterm/common/i18n_static.c | 48 +++++-- teraterm/common/ttlib_static_cpp.cpp | 10 +- teraterm/common/tttypes.h | 5 + teraterm/teraterm/filesys.cpp | 4 + teraterm/teraterm/sendfiledlg.cpp | 183 ++++++++++++++++---------- teraterm/teraterm/sendfiledlg.h | 19 ++- teraterm/teraterm/ttermpro.rc | 21 +-- teraterm/teraterm/vtwin.cpp | 25 +++- teraterm/ttpset/ttset.c | 23 ++++ 21 files changed, 379 insertions(+), 117 deletions(-) diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html index 5184414ea..246f5ea7b 100644 --- a/doc/en/html/about/history.html +++ b/doc/en/html/about/history.html @@ -51,6 +51,7 @@
diff --git a/doc/en/html/setup/teraterm-ini.html b/doc/en/html/setup/teraterm-ini.html index d23b5acf3..40a72b179 100644 --- a/doc/en/html/setup/teraterm-ini.html +++ b/doc/en/html/setup/teraterm-ini.html @@ -1069,6 +1069,36 @@
+When [File]-[Send file...] is selected, Send file dialog box appears.
+If same options are always used, you can send files only by file selection.
+
+SendfileSkipOptionDialog=on ++ +
+default: +SendfileSkipOptionDialog=off ++ +When [File]-[Send file...] is selected with holding down CTRL key, +You can temporarily switch on/off behavior. +