python / python/cpython

IDLE: Add "selected" section to Statusbar

Open
#92,822 5 comments 0 reactions 1 assignee View on GitHub

@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

image

Linked PRs
  • gh-92823

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.