Group the Source view status numbers and answer the help shortcut - #13228
Merged
Conversation
A source file runs to tens of thousands of lines and characters, so the line, column, selection and subtitle counts in the status line are only readable with thousand separators - grouped in the current culture, as the statistics window already does. The window also answers the configured help shortcut (F1 by default) and opens the Source view help page, which every other dialog already did. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Two small "Source view" follow-ups:
Thousand separators in the status line. A source file runs to tens of thousands of lines and characters, so the line/column, selection and
X lines, Y subtitles, Z error(s)counts are hard to read as bare digits. They are now grouped with"#,##0"in the current culture — the same convention the Statistics window uses, so it renders1,234in en-US and1.234in da-DK.Help shortcut. The window now answers the configured help shortcut (F1 by default, via
UiUtil.IsHelpso a rebound key works too) and opens the Source view help page, which every other dialog already did. The docs page mentions it.🤖 Generated with Claude Code