IDLE: add a token browser
Nessuno ha ancora preso questa issue.
- Lingua principale
- Python
- Stelle
- 77.2k
- Fork
- 35.9k
- Metriche di merge delle PR
- Metriche PR in attesa
Descrizione
Seeing how source is split into tokens helps in learning how Python's tokenizer works and in debugging tokenizer-dependent behavior, but IDLE offers no way to inspect the token stream.
I propose a Token Browser added as an extension on the Tools menu (Shell and editor). It shows the output of tokenize for the current window in a ttk.Treeview — one row per token with its type, string, and range.
Interaction:
- Selecting a row highlights the corresponding source in the editor.
- Double-clicking a row moves the editor cursor to that token.
- The browser follows the editor: a selection selects every overlapping token row, and the cursor alone selects the single token containing it.
- Scope is the editor selection if there is one, else the Shell's current input, else the whole window.
A PR will follow.
Linked PRs
- gh-152946
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia con l'output di tokenize di Python e il punto di ingresso delle estensioni di IDLE nel menu Tools per la Shell e l'editor. Esamina come un ttk.Treeview possa rappresentare il tipo di token, la stringa e l'intervallo, quindi verifica il comportamento di selezione, doppio clic, cursore e ambito descritto nell'issue. Il lavoro è completato quando il browser segue la finestra corrente e associa le righe dei token alle posizioni nel codice sorgente; gh-152946 è collegato come PR successivo.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- desktop, tooling
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 30/100