IDLE: Support all python files - task issue
Abierto
@terryjreedy ya está trabajando en esto.
Desde el 29/7/2022.
topic-IDLE
triaged
type-feature
- Lenguaje dominante
- Python
- Estrellas
- 77.2k
- Forks
- 36k
- Métricas de merge de PR
- Métricas de PR pendientes
Descripción
Besides '.py', files with '.pyw' (Windows), '.pyi' (typing stub files), and no extension (especially *nix) may be Python files. Before #89610, IDLE was generallly restricted to '.py' and '.pyw' (mostly).
- Support open, highlight, and save for .pyi stub files.
#89610 - Support browsing .pyw files and anything similar added in the future.
#95411 - Support browsing .pyi files. Would this be useful?
- Support browsing no-extension files. Check current code.
- Support 'Open Module' for non-.py files. (Extra issue here is different extensions with same name.)
Interaction with OS
- Support double click of .pyi on macOS to edit in IDLE.
#95393 - Support double click of any Python file on Windows to edit in IDLE. Currently, one may run with python or edit with Notepad or 'open' with another apps either listed or found by browsing. (Likely difficult.)
- Support right click on .pyi on Windows to Edit with IDLE. See Zoomba's response on #89610 (difficult).
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.