OSDN Git Service

opentween/open-tween.git
2 years agoFont, Color, Brushインスタンスの管理をThemeManagerクラスに分離
Kimura Youichi [Thu, 7 Apr 2022 23:18:50 +0000 (08:18 +0900)]
Font, Color, Brushインスタンスの管理をThemeManagerクラスに分離

2 years agoアイコンの初期化処理をIconAssetsManagerクラスに分離
Kimura Youichi [Mon, 4 Apr 2022 05:28:00 +0000 (14:28 +0900)]
アイコンの初期化処理をIconAssetsManagerクラスに分離

2 years agoDisposableLazy<T> を追加
Kimura Youichi [Mon, 4 Apr 2022 01:37:23 +0000 (10:37 +0900)]
DisposableLazy<T> を追加

2 years agoImageCacheの初期化をApplicationContainerに移動
Kimura Youichi [Mon, 4 Apr 2022 01:09:56 +0000 (10:09 +0900)]
ImageCacheの初期化をApplicationContainerに移動

2 years ago静的フィールドに対する設定値の適用をSettingManagerに移動
Kimura Youichi [Mon, 4 Apr 2022 00:51:04 +0000 (09:51 +0900)]
静的フィールドに対する設定値の適用をSettingManagerに移動

2 years agoTwitterクラスの初期化をApplicationContainerに移動
Kimura Youichi [Mon, 4 Apr 2022 00:32:47 +0000 (09:32 +0900)]
Twitterクラスの初期化をApplicationContainerに移動

2 years agoTraceFlagの初期化をApplicationEventsに移動
Kimura Youichi [Mon, 4 Apr 2022 00:13:57 +0000 (09:13 +0900)]
TraceFlagの初期化をApplicationEventsに移動

2 years ago設定値の検証処理をTweenMainの外に移動
Kimura Youichi [Mon, 4 Apr 2022 00:06:05 +0000 (09:06 +0900)]
設定値の検証処理をTweenMainの外に移動

2 years agoSettingManager, TabInformations の初期化をTweenMainの外へ移動
Kimura Youichi [Sun, 3 Apr 2022 23:17:49 +0000 (08:17 +0900)]
SettingManager, TabInformations の初期化をTweenMainの外へ移動

2 years agoTweenMain_Loadメソッドの処理をコンストラクタに移動
Kimura Youichi [Sun, 3 Apr 2022 22:34:08 +0000 (07:34 +0900)]
TweenMain_Loadメソッドの処理をコンストラクタに移動

2 years ago起動時の依存関係を解決するApplicationContainerクラスを追加
Kimura Youichi [Sun, 3 Apr 2022 22:14:55 +0000 (07:14 +0900)]
起動時の依存関係を解決するApplicationContainerクラスを追加

2 years agoSettingManagerをSingletonクラスに変更
Kimura Youichi [Sun, 3 Apr 2022 22:11:29 +0000 (07:11 +0900)]
SettingManagerをSingletonクラスに変更

2 years agoUIカルチャの初期化処理をCultureServiceクラスに分離
Kimura Youichi [Sun, 3 Apr 2022 17:00:04 +0000 (02:00 +0900)]
UIカルチャの初期化処理をCultureServiceクラスに分離

2 years agoアプリケーションの多重起動の抑制処理をApplicationInstanceMutexクラスに分離
Kimura Youichi [Sun, 3 Apr 2022 15:31:50 +0000 (00:31 +0900)]
アプリケーションの多重起動の抑制処理をApplicationInstanceMutexクラスに分離

2 years ago起動要件のチェック処理をApplicationPreconditionsクラスに分離
Kimura Youichi [Sun, 3 Apr 2022 14:41:07 +0000 (23:41 +0900)]
起動要件のチェック処理をApplicationPreconditionsクラスに分離

2 years agoコマンドライン引数のパース処理をCommandLineArgsクラスに分離
Kimura Youichi [Sun, 3 Apr 2022 13:44:19 +0000 (22:44 +0900)]
コマンドライン引数のパース処理をCommandLineArgsクラスに分離

2 years agoハンドルされない例外の処理をErrorReportHandlerクラスに分離
Kimura Youichi [Sun, 3 Apr 2022 13:10:35 +0000 (22:10 +0900)]
ハンドルされない例外の処理をErrorReportHandlerクラスに分離

2 years agoMerge pull request #132 from opentween/skip-ci-for-topic-branches
upsilon [Sun, 3 Apr 2022 00:53:57 +0000 (09:53 +0900)]
Merge pull request #132 from opentween/skip-ci-for-topic-branches

AppVeyorでの重複したビルドタスクを抑制

2 years agoAppVeyorでの重複したビルドタスクを抑制
Kimura Youichi [Sun, 3 Apr 2022 00:38:20 +0000 (09:38 +0900)]
AppVeyorでの重複したビルドタスクを抑制

2 years agoMerge pull request #131 from opentween/memoryimage
upsilon [Sun, 3 Apr 2022 00:46:24 +0000 (09:46 +0900)]
Merge pull request #131 from opentween/memoryimage

MemoryImage.Clone() で内部の byte[] をコピーせずに再利用する

2 years agoプロフィール画像の描画に失敗した場合に画像を再取得しない
Kimura Youichi [Sun, 6 Feb 2022 00:09:28 +0000 (09:09 +0900)]
プロフィール画像の描画に失敗した場合に画像を再取得しない

2 years agoMemoryImage.Clone() で内部の byte[] をコピーせずに再利用する
Kimura Youichi [Sat, 5 Feb 2022 23:57:10 +0000 (08:57 +0900)]
MemoryImage.Clone() で内部の byte[] をコピーせずに再利用する

2 years agoMerge pull request #130 from opentween/csharp10
upsilon [Tue, 29 Mar 2022 18:08:06 +0000 (03:08 +0900)]
Merge pull request #130 from opentween/csharp10

C# 10.0 に移行

2 years ago定数文字列に string interpolation を使用する
Kimura Youichi [Tue, 29 Mar 2022 17:44:11 +0000 (02:44 +0900)]
定数文字列に string interpolation を使用する

2 years agoレコード型を使用する
Kimura Youichi [Tue, 29 Mar 2022 16:05:39 +0000 (01:05 +0900)]
レコード型を使用する

2 years agoMemberNotNullAttributeを追加
Kimura Youichi [Sun, 27 Mar 2022 11:09:56 +0000 (20:09 +0900)]
MemberNotNullAttributeを追加

2 years agoパターンマッチングを使用する
Kimura Youichi [Sun, 27 Mar 2022 10:50:17 +0000 (19:50 +0900)]
パターンマッチングを使用する

2 years agoenumのドキュメントコメントの手前に空行を入れる (SA1514)
Kimura Youichi [Sun, 27 Mar 2022 09:43:49 +0000 (18:43 +0900)]
enumのドキュメントコメントの手前に空行を入れる (SA1514)

2 years agovarを使用する (IDE0007)
Kimura Youichi [Sun, 27 Mar 2022 09:45:16 +0000 (18:45 +0900)]
varを使用する (IDE0007)

2 years agoout var によるインライン変数宣言を使用する(IDE0018)
Kimura Youichi [Sun, 27 Mar 2022 08:58:53 +0000 (17:58 +0900)]
out var によるインライン変数宣言を使用する(IDE0018)

2 years ago匿名型のメンバー名を簡素化 (IDE0037)
Kimura Youichi [Sun, 27 Mar 2022 09:00:12 +0000 (18:00 +0900)]
匿名型のメンバー名を簡素化 (IDE0037)

2 years agoローカル関数を使用する (IDE0039)
Kimura Youichi [Sun, 27 Mar 2022 09:03:40 +0000 (18:03 +0900)]
ローカル関数を使用する (IDE0039)

2 years agoフィールドをreadonlyにする (IDE0044)
Kimura Youichi [Sun, 27 Mar 2022 09:08:24 +0000 (18:08 +0900)]
フィールドをreadonlyにする (IDE0044)

2 years ago不要な代入を削除 (IDE0059)
Kimura Youichi [Sun, 27 Mar 2022 09:11:31 +0000 (18:11 +0900)]
不要な代入を削除 (IDE0059)

2 years agousing var を使用する (IDE0063)
Kimura Youichi [Sun, 27 Mar 2022 09:13:07 +0000 (18:13 +0900)]
using var を使用する (IDE0063)

2 years agoswitch式を使用する (IDE0066)
Kimura Youichi [Sun, 27 Mar 2022 09:29:22 +0000 (18:29 +0900)]
switch式を使用する (IDE0066)

2 years ago簡略化した new 式を使用する (IDE0090)
Kimura Youichi [Sun, 27 Mar 2022 08:22:33 +0000 (17:22 +0900)]
簡略化した new 式を使用する (IDE0090)

2 years ago値のスワップにタプルを使用する (IDE0180)
Kimura Youichi [Sun, 27 Mar 2022 09:30:45 +0000 (18:30 +0900)]
値のスワップにタプルを使用する (IDE0180)

2 years agoC# の言語バージョンを C# 10.0 に変更
Kimura Youichi [Sun, 27 Mar 2022 08:22:02 +0000 (17:22 +0900)]
C# の言語バージョンを C# 10.0 に変更

2 years agoMerge pull request #129 from opentween/fix-reltab
upsilon [Sun, 27 Mar 2022 00:09:29 +0000 (09:09 +0900)]
Merge pull request #129 from opentween/fix-reltab

関連発言表示によって内部の未読状態と未読表示が一致しない状態になる不具合を修正 (thx @wal_san!)

2 years ago関連発言表示によって内部の未読状態と未読表示が一致しない状態になる不具合を修正 (thx @wal_san!)
Kimura Youichi [Sat, 26 Mar 2022 23:48:53 +0000 (08:48 +0900)]
関連発言表示によって内部の未読状態と未読表示が一致しない状態になる不具合を修正 (thx @wal_san!)

https://twitter.com/wal_san/status/1489886234990178304

Fixes: a53f5b1a ("PostClass.Cloneメソッドを廃止")

2 years agoMerge pull request #128 from opentween/reply-all
upsilon [Sat, 26 Mar 2022 23:00:26 +0000 (08:00 +0900)]
Merge pull request #128 from opentween/reply-all

リプライ機能に関する仕様変更・機能追加

2 years ago発言のダブルクリック時の動作に Reply All を追加
Kimura Youichi [Sat, 26 Mar 2022 22:49:13 +0000 (07:49 +0900)]
発言のダブルクリック時の動作に Reply All を追加

2 years ago発言のダブルクリック時の動作を列挙体ListItemDoubleClickActionTypeで定義
Kimura Youichi [Sat, 26 Mar 2022 22:20:24 +0000 (07:20 +0900)]
発言のダブルクリック時の動作を列挙体ListItemDoubleClickActionTypeで定義

2 years ago発言一覧上でEnterキーを押した時の動作をダブルクリック時と同じとする
Kimura Youichi [Sat, 26 Mar 2022 21:59:13 +0000 (06:59 +0900)]
発言一覧上でEnterキーを押した時の動作をダブルクリック時と同じとする

2 years agoリプライ時に投稿欄に入力するテキストの生成処理を整理
Kimura Youichi [Sat, 26 Mar 2022 21:46:34 +0000 (06:46 +0900)]
リプライ時に投稿欄に入力するテキストの生成処理を整理

2 years agoMerge pull request #127 from opentween/profile-image-resolution
upsilon [Sat, 26 Mar 2022 18:59:36 +0000 (03:59 +0900)]
Merge pull request #127 from opentween/profile-image-resolution

画面上に表示する解像度に応じたプロフィール画像の取得に対応

2 years ago画面上に表示する解像度に応じたプロフィール画像の取得に対応
Kimura Youichi [Sat, 26 Mar 2022 18:48:15 +0000 (03:48 +0900)]
画面上に表示する解像度に応じたプロフィール画像の取得に対応

2 years agoプロフィール画像URLの生成を Twitter.CreateProfileImageUrl メソッドに移動
Kimura Youichi [Sat, 26 Mar 2022 17:07:14 +0000 (02:07 +0900)]
プロフィール画像URLの生成を Twitter.CreateProfileImageUrl メソッドに移動

2 years agoMerge pull request #126 from opentween/paste-multiple-files
upsilon [Sat, 26 Mar 2022 17:00:16 +0000 (02:00 +0900)]
Merge pull request #126 from opentween/paste-multiple-files

クリップボード経由での複数枚の画像ファイル添付に対応

2 years agoクリップボード経由での複数枚の画像ファイル添付に対応
Kimura Youichi [Sat, 26 Mar 2022 16:11:29 +0000 (01:11 +0900)]
クリップボード経由での複数枚の画像ファイル添付に対応

2 years agoMerge pull request #125 from opentween/fix-detail-box-bg
upsilon [Sat, 26 Mar 2022 14:14:58 +0000 (23:14 +0900)]
Merge pull request #125 from opentween/fix-detail-box-bg

等幅フォント表示を有効にした場合に背景色の設定が全面に適用されない不具合を修正 (thx @StoutAmmo!)

2 years ago発言詳細欄の背景色をWebBrowser初期化直後の状態から適用する
Kimura Youichi [Sat, 26 Mar 2022 14:07:58 +0000 (23:07 +0900)]
発言詳細欄の背景色をWebBrowser初期化直後の状態から適用する

2 years ago等幅フォント表示を有効にした場合に背景色の設定が全面に適用されない不具合を修正 (thx @StoutAmmo!)
Kimura Youichi [Sat, 26 Mar 2022 13:33:57 +0000 (22:33 +0900)]
等幅フォント表示を有効にした場合に背景色の設定が全面に適用されない不具合を修正 (thx @StoutAmmo!)

https://twitter.com/StoutAmmo/status/1490698422113865734

Fixes: 741290c4 ("発言詳細部のCSSを整理")

2 years agoMerge pull request #124 from opentween/link-to-profile
upsilon [Fri, 18 Mar 2022 21:54:11 +0000 (06:54 +0900)]
Merge pull request #124 from opentween/link-to-profile

発言詳細欄の名前ラベルやアイコンからのプロフィールの表示に対応

2 years ago発言詳細欄の名前ラベルやアイコンのクリックによるプロフィールの表示に対応
Kimura Youichi [Fri, 18 Mar 2022 21:21:25 +0000 (06:21 +0900)]
発言詳細欄の名前ラベルやアイコンのクリックによるプロフィールの表示に対応

2 years agoMerge pull request #118 from opentween/cleanup-operation-menu
upsilon [Fri, 18 Mar 2022 20:20:33 +0000 (05:20 +0900)]
Merge pull request #118 from opentween/cleanup-operation-menu

発言一覧のメニュー内にあるユーザーに関する項目を整理

2 years agoRT元ユーザーに対する「リスト管理」のメニュー項目を追加
Kimura Youichi [Fri, 18 Mar 2022 19:55:06 +0000 (04:55 +0900)]
RT元ユーザーに対する「リスト管理」のメニュー項目を追加

2 years ago操作メニューから「Favを開く」を削除
Kimura Youichi [Sun, 13 Feb 2022 08:11:11 +0000 (17:11 +0900)]
操作メニューから「Favを開く」を削除

2 years ago発言一覧のコンテキストメニュー内にあるユーザーに関する項目を整理
Kimura Youichi [Fri, 18 Mar 2022 18:34:13 +0000 (03:34 +0900)]
発言一覧のコンテキストメニュー内にあるユーザーに関する項目を整理

2 years agoMerge pull request #123 from opentween/update-appveyor-image
upsilon [Fri, 18 Mar 2022 17:44:49 +0000 (02:44 +0900)]
Merge pull request #123 from opentween/update-appveyor-image

AppVeyorでのビルドに使用する環境をVS2022に更新

2 years agoAppVeyorでのビルドに使用する環境をVS2022に更新
Kimura Youichi [Fri, 18 Mar 2022 17:13:56 +0000 (02:13 +0900)]
AppVeyorでのビルドに使用する環境をVS2022に更新

2 years agoMerge pull request #122 from opentween/warn-as-error-in-ci
upsilon [Mon, 28 Feb 2022 15:15:20 +0000 (00:15 +0900)]
Merge pull request #122 from opentween/warn-as-error-in-ci

`/warnaserror` オプションをAppVeyorでのビルド時のみ有効にする

2 years ago`/warnaserror` オプションをAppVeyorでのビルド時のみ有効にする
Kimura Youichi [Mon, 28 Feb 2022 15:05:21 +0000 (00:05 +0900)]
`/warnaserror` オプションをAppVeyorでのビルド時のみ有効にする

2 years agoMerge pull request #121 from opentween/fix-refresh-owl
upsilon [Mon, 28 Feb 2022 13:50:16 +0000 (22:50 +0900)]
Merge pull request #121 from opentween/fix-refresh-owl

InnerStorageTabTypeに含まれる発言のIsOwlの更新に対応

2 years agoInnerStorageTabTypeに含まれる発言のIsOwlの更新に対応 (thx @Hawklaver!)
Kimura Youichi [Mon, 28 Feb 2022 13:44:38 +0000 (22:44 +0900)]
InnerStorageTabTypeに含まれる発言のIsOwlの更新に対応 (thx @Hawklaver!)

2 years agoMerge pull request #119 from kzrnm/feature/status_url
upsilon [Mon, 28 Feb 2022 12:04:17 +0000 (21:04 +0900)]
Merge pull request #119 from kzrnm/feature/status_url

Twitter API ステータスページを変更

2 years agoChangeLog更新
Kimura Youichi [Mon, 28 Feb 2022 12:01:13 +0000 (21:01 +0900)]
ChangeLog更新

e1907819b7beb9b1ca03dbf077ad87cc446eea91 の変更を反映

2 years agoMerge pull request #120 from opentween/stylecop
upsilon [Mon, 28 Feb 2022 11:45:39 +0000 (20:45 +0900)]
Merge pull request #120 from opentween/stylecop

StyleCop.Analyzerを導入

2 years ago「警告をエラーとして扱う」を有効化
Kimura Youichi [Sun, 27 Feb 2022 23:49:56 +0000 (08:49 +0900)]
「警告をエラーとして扱う」を有効化

2 years agoファイル名とクラス名の不一致を修正 (SA1649)
Kimura Youichi [Sun, 27 Feb 2022 23:32:04 +0000 (08:32 +0900)]
ファイル名とクラス名の不一致を修正 (SA1649)

2 years agoブロックの括弧を追加 (SA1519, SA1520)
Kimura Youichi [Sun, 27 Feb 2022 23:11:59 +0000 (08:11 +0900)]
ブロックの括弧を追加 (SA1519, SA1520)

2 years agoメソッド・プロパティの前後に空行を追加 (SA1516)
Kimura Youichi [Sun, 27 Feb 2022 23:09:31 +0000 (08:09 +0900)]
メソッド・プロパティの前後に空行を追加 (SA1516)

2 years ago余分な空行を削除 (SA1505, SA1507, SA1508, SA1509)
Kimura Youichi [Sun, 27 Feb 2022 22:43:06 +0000 (07:43 +0900)]
余分な空行を削除 (SA1505, SA1507, SA1508, SA1509)

2 years agoブロックの括弧を独立した行に書く (SA1500, SA1501, SA1502)
Kimura Youichi [Sun, 27 Feb 2022 22:28:20 +0000 (07:28 +0900)]
ブロックの括弧を独立した行に書く (SA1500, SA1501, SA1502)

2 years agoValueTupleの各要素に名前を付ける (SA1414)
Kimura Youichi [Sun, 27 Feb 2022 22:26:59 +0000 (07:26 +0900)]
ValueTupleの各要素に名前を付ける (SA1414)

2 years agoオブジェクト初期化子の行末にカンマを付ける (SA1413)
Kimura Youichi [Sun, 27 Feb 2022 22:23:19 +0000 (07:23 +0900)]
オブジェクト初期化子の行末にカンマを付ける (SA1413)

2 years agoアクセス修飾子を省略しない (SA1400)
Kimura Youichi [Sun, 27 Feb 2022 22:16:09 +0000 (07:16 +0900)]
アクセス修飾子を省略しない (SA1400)

2 years agoフィールド名にアンダーバーを入れない (SA1310)
Kimura Youichi [Sun, 27 Feb 2022 21:16:00 +0000 (06:16 +0900)]
フィールド名にアンダーバーを入れない (SA1310)

2 years ago識別子をcamelCaseにする (SA1306, SA1309, SA1312, SA1313)
Kimura Youichi [Sun, 27 Feb 2022 20:32:14 +0000 (05:32 +0900)]
識別子をcamelCaseにする (SA1306, SA1309, SA1312, SA1313)

2 years ago識別子をPascalCaseにする (SA1300, SA1303, SA1307, SA1309, SA1311)
Kimura Youichi [Sun, 27 Feb 2022 20:13:28 +0000 (05:13 +0900)]
識別子をPascalCaseにする (SA1300, SA1303, SA1307, SA1309, SA1311)

2 years agousingの順序を揃える (SA1208, SA1210)
Kimura Youichi [Sun, 27 Feb 2022 19:53:57 +0000 (04:53 +0900)]
usingの順序を揃える (SA1208, SA1210)

2 years ago修飾子の順序を揃える (SA1206)
Kimura Youichi [Sun, 27 Feb 2022 19:52:51 +0000 (04:52 +0900)]
修飾子の順序を揃える (SA1206)

2 years agoクラス内の要素の順序を揃える (SA1201)
Kimura Youichi [Sun, 27 Feb 2022 19:31:26 +0000 (04:31 +0900)]
クラス内の要素の順序を揃える (SA1201)

2 years agoインデントを揃える (SA1137)
Kimura Youichi [Sun, 27 Feb 2022 19:23:41 +0000 (04:23 +0900)]
インデントを揃える (SA1137)

2 years ago属性を独立した行に書く (SA1133, SA1134)
Kimura Youichi [Sun, 27 Feb 2022 19:21:33 +0000 (04:21 +0900)]
属性を独立した行に書く (SA1133, SA1134)

2 years agoコンストラクタ初期化子を独立した行に書く (SA1128)
Kimura Youichi [Sun, 27 Feb 2022 19:15:41 +0000 (04:15 +0900)]
コンストラクタ初期化子を独立した行に書く (SA1128)

2 years agoGenericsの制約を独立した行に書く (SA1127)
Kimura Youichi [Sun, 27 Feb 2022 19:13:12 +0000 (04:13 +0900)]
Genericsの制約を独立した行に書く (SA1127)

2 years ago余分な括弧を削除 (SA1119)
Kimura Youichi [Sun, 27 Feb 2022 19:01:16 +0000 (04:01 +0900)]
余分な括弧を削除 (SA1119)

2 years agoパラメータの途中で改行しない (SA1118)
Kimura Youichi [Sun, 27 Feb 2022 18:54:42 +0000 (03:54 +0900)]
パラメータの途中で改行しない (SA1118)

2 years agoパラメータの行を揃える (SA1117)
Kimura Youichi [Sun, 27 Feb 2022 18:44:56 +0000 (03:44 +0900)]
パラメータの行を揃える (SA1117)

2 years ago行中・行末の余分なスペースを削除 (SA1025, SA1028)
Kimura Youichi [Sun, 27 Feb 2022 17:26:52 +0000 (02:26 +0900)]
行中・行末の余分なスペースを削除 (SA1025, SA1028)

2 years agoカッコの内側にスペースを入れる (SA1012, SA1013)
Kimura Youichi [Sun, 27 Feb 2022 17:23:58 +0000 (02:23 +0900)]
カッコの内側にスペースを入れる (SA1012, SA1013)

2 years ago同一行に複数の文を並べない (SA1107)
Kimura Youichi [Sun, 13 Feb 2022 13:44:18 +0000 (22:44 +0900)]
同一行に複数の文を並べない (SA1107)

2 years ago明示的に `this` を付ける (SA1101)
Kimura Youichi [Sun, 13 Feb 2022 12:30:55 +0000 (21:30 +0900)]
明示的に `this` を付ける (SA1101)

2 years ago行末の余分なスペースを除去 (SA1028)
Kimura Youichi [Sun, 13 Feb 2022 12:15:39 +0000 (21:15 +0900)]
行末の余分なスペースを除去 (SA1028)

2 years ago`new` と `[]` の間にスペースを入れない (SA1026)
Kimura Youichi [Sun, 13 Feb 2022 11:24:49 +0000 (20:24 +0900)]
`new` と `[]` の間にスペースを入れない (SA1026)

2 years ago行頭以外に連続するスペースを入れない (SA1025)
Kimura Youichi [Sun, 13 Feb 2022 11:23:14 +0000 (20:23 +0900)]
行頭以外に連続するスペースを入れない (SA1025)

2 years ago`{`, `}` の前後にスペースを入れる (SA1012, SA1013)
Kimura Youichi [Sun, 13 Feb 2022 11:20:42 +0000 (20:20 +0900)]
`{`, `}` の前後にスペースを入れる (SA1012, SA1013)

2 years agoコメントの先頭にスペースを入れる (SA1005)
Kimura Youichi [Sun, 13 Feb 2022 11:01:12 +0000 (20:01 +0900)]
コメントの先頭にスペースを入れる (SA1005)