-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ヒストリ(履歴)を扱う機能を追加 #402
Comments
zmatsuo
added a commit
that referenced
this issue
Dec 14, 2024
- common/histroy_store.cpp,h 追加 - broadcastのヒストリの読み込みと保存を差し替え - logダイアログにヒストリ追加 - 実行ファイルが起動してから終了するまでの履歴 - 履歴はini等には保存しない - sendfileダイアログにヒストリを追加 - 実行ファイルが起動してから終了するまでの履歴 - 履歴はini等には保存しない - _AddValueToList (ttset.c) を差し替え - edithistoryのヒストリの保存を差し替え
logダイアログ、sendfileダイアログ のファイル名入力にヒストリ機能を追加します。 |
zmatsuo
added a commit
that referenced
this issue
Dec 21, 2024
- ログファイル名が更新されなかったので修正 - [...] ボタンの位置を調整
zmatsuo
added a commit
that referenced
this issue
Dec 21, 2024
- ログファイル名が更新されなかったので修正 - [...] ボタンの位置を調整
zmatsuo
added a commit
that referenced
this issue
Dec 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ヒストリを簡単に扱えるようファイル(サブルーチン集)を追加する。
これを利用して、次の箇所に組み込みヒストリを使用できるようにする、又は従来のコードを置き換える。
The text was updated successfully, but these errors were encountered: