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).
The text was updated successfully, but these errors were encountered:
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).
#89610
#95411
Interaction with OS
#95393
The text was updated successfully, but these errors were encountered: