sakura-editor / sakura

SAKURA Editor (Japanese text editor for MS Windows)
https://sakura-editor.github.io/
Other
1.24k stars 162 forks source link

指定桁縦線の指定できる数を増やす #1945

Closed kurages closed 5 months ago

kurages commented 5 months ago

PR の目的

指定桁縦線の指定できる数を増やす

PR対象

カテゴリ

PR の背景

システム間連携の固定長フォーマットファイル(全銀協フォーマットの様なものです)を開く際に 項目の区切り位置に指定桁縦線を設定しています。 項目数が10を超えるフォーマットもたくさんあるので、指定できる線の数を増やしたい要望になります。

使用しているファイルの中で項目数が多いフォーマットで170前後のため、 とりあえず200まで増やしています。

イメージ image

仕様・動作説明

指定桁縦線の指定可能な数を10から200に増やします

PR の影響範囲

テスト内容

GitHub Actionsでビルドされた成果物(Release Win32, Release x64)で動作の確認はしました。

関連 issue, PR

参考資料

AppVeyorBot commented 5 months ago

:white_check_mark: Build sakura 1.0.4330 completed (commit https://github.com/sakura-editor/sakura/commit/7409016b8f by @kurages)

kurages commented 5 months ago

レニューありがとうございます! ご指摘の内容について反映しました。

kurages commented 5 months ago

不要な差分が発生していたので戻しました

sonarcloud[bot] commented 5 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
C Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

AppVeyorBot commented 5 months ago

:white_check_mark: Build sakura 1.0.4331 completed (commit https://github.com/sakura-editor/sakura/commit/808570253d by @kurages)

AppVeyorBot commented 5 months ago

:white_check_mark: Build sakura 1.0.4332 completed (commit https://github.com/sakura-editor/sakura/commit/e32adc8df7 by @kurages)

AppVeyorBot commented 5 months ago

:white_check_mark: Build sakura 1.0.4333 completed (commit https://github.com/sakura-editor/sakura/commit/cceb31bcec by @kurages)

kengoide commented 5 months ago

問題があれば適宜 revert する前提でマージしてみました。ありがとうございました。