IDLE: Add "selected" section to Statusbar
Open
@terryjreedy is already working on this.
Since May 15, 2022.
topic-IDLE
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
Add "selected" section to IDLE Statusbar
IDLE statusbar shows the current line-column info of cursor. This is helpful for quickly finding out where the cursor is. It would also be helpful to show number of characters selected in the editor, in the statusbar. Modern text editors like vscode also show how many characters are selected in the editor. Add this feature to IDLE.
- This label should be hidden if no character is selected.
- This should be updated everytime the line-col info updates
Example

Linked PRs
- gh-92823
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.