python / python/cpython

IDLE: Add "selected" section to Statusbar

Aperta
#92,822 5 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@terryjreedy ci sta già lavorando.

Dal 15/5/2022.

topic-IDLE type-feature
Lingua principale
Python
Stelle
77.2k
Fork
36k
Metriche di merge delle PR
Metriche PR in attesa

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.