Commit 60e337d
committed
FormMain.csのnostrEvent.Content処理を改善、他の修正
- `FormMain.cs` に `using System.Text.RegularExpressions;` を追加
- `nostrEvent.Content` に `nostr:npub1` が含まれる場合のユーザー名取得と置換処理を追加
- `nostr:` に続く英数字を `(citations omitted)` に置換する処理を追加
- `dataGridViewNotes.Rows.Insert` メソッドで `nostrEvent.Content` を `editedContent` に置換
- `SSTPHeader` 辞書の `"Script"` の値を `content` から `editedContent` に変更
- `FormSetting.Designer.cs` のUI要素の位置とタブインデックスを調整
- `kakoi.csproj` のバージョンを `0.4.8` から `0.4.9` に更新
- `readme.txt` に `nokakoienc.exe` の説明を追加し、更新履歴に `v0.4.9` の変更点を追加1 parent d7550a7 commit 60e337d
4 files changed
Lines changed: 55 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
472 | 473 | | |
473 | 474 | | |
474 | 475 | | |
475 | | - | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
476 | 494 | | |
477 | 495 | | |
478 | 496 | | |
| |||
527 | 545 | | |
528 | 546 | | |
529 | 547 | | |
530 | | - | |
| 548 | + | |
| 549 | + | |
531 | 550 | | |
532 | 551 | | |
533 | 552 | | |
| |||
554 | 573 | | |
555 | 574 | | |
556 | 575 | | |
557 | | - | |
| 576 | + | |
558 | 577 | | |
559 | 578 | | |
560 | 579 | | |
| |||
564 | 583 | | |
565 | 584 | | |
566 | 585 | | |
567 | | - | |
| 586 | + | |
568 | 587 | | |
569 | 588 | | |
570 | 589 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
38 | 48 | | |
39 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
40 | 55 | | |
41 | 56 | | |
42 | 57 | | |
| |||
0 commit comments