Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR の目的
「指定行へジャンプ」ダイアログで行番号に入力できる桁数を増やすのが目的です。
カテゴリ
PR の背景
#1827 で報告された問題に対処をしています。
PR のメリット
ファイルの行数が6桁より大きいファイルで指定行へジャンプ出来るようになる。
PR のデメリット (トレードオフとかあれば)
「指定行へジャンプ」ダイアログの行番号入力箇所の横幅が広くなるので、桁数が小さい場合に広すぎるように感じる。
仕様・動作説明
仕様変更前は行番号入力箇所に6文字までしか入力できませんでした。
仕様変更後は行番号入力箇所に9桁までの数値を入力する事が出来ます。
PR の影響範囲
「指定行へジャンプ」ダイアログのみ
テスト内容
テスト1
手順
関連 issue, PR
#1827