| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PyEditorV1.1.exe | 2026-02-07 | 10.1 MB | |
| 1.1 source code.tar.gz | 2026-02-07 | 1.5 kB | |
| 1.1 source code.zip | 2026-02-07 | 1.9 kB | |
| README.md | 2026-02-07 | 853 Bytes | |
| Totals: 4 Items | 10.1 MB | 0 | |
Changelog
Version 1.1 Fixed Run — Fixed bug where Run did nothing (wrong editor reference). Run — Runs in background thread so UI stays responsive. Run — Saves unsaved code to a temp file, runs saved .py files directly. New Undo/Redo — Ctrl+Z and Ctrl+Y. Bracket matching — Highlights matching (), [], {}. Find — Find Next and Find All (highlights all matches). Replace — Replace selection and Replace All. Close tab — Ctrl+W with confirmation when there are unsaved changes. Run shortcut — F5 to run code. Improvements Auto-indent — Adds 4 spaces after lines ending with :. Status bar — Shows line, column, and total line count. Run output — Separate window, stderr in red, unbuffered output. Run — UTF-8 output, 60s timeout, no console flash on Windows. Toolbar — Run button labeled "Run (F5)"