IDLE: Add "selected" section to Statusbar
Offen
@terryjreedy arbeitet bereits daran.
Seit 15.5.2022.
topic-IDLE
type-feature
- Vorherrschende Sprache
- Python
- Sterne
- 77.2k
- Forks
- 36k
- PR-Merge-Kennzahlen
- PR-Kennzahlen ausstehend
Beschreibung
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
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.