Releases: ColdGrub1384/Pyto
Releases · ColdGrub1384/Pyto
Pyto 10.0
Pyto 9.0
- You can now run scripts from the Notification Center
- Matplotlib figures are now shown in the console (that also fixes some crashes)
- Auto indentation on the editor
- Search bar on the editor
- Errors are now shown in red
- Stopping a script raises now
SystemExit
and ^C raisesKeyboardInterrupt
so it can be handled - Bug fixes
Pyto 7.0
- Browse objects in your scripts with an object inspector
- API changes: Words in functions are now separated by an underscore instead of being separated by an uppercase character.
- Basic code completion on REPL
- Improved code completion
- Code between multiline comments is now highlighted correctly
- Auto save scripts
- Insert two spaces quickly with a button
- Bug fixes
Pyto 6.0
- Choose between multiple themes
- Preview and edit Markdown files
- Scripts can now import "wsgiref"
Pyto 5.0
- New design
- Smarter code completion
- Pass arguments to scripts
- Numpy 1.14.6
- Install pure Python modules from PyPi with pip
- You can now stop running scripts. Also, "sys.exit" or "raise SystemExit" now only stops the currently running script and not the entire app (except in the REPL).
Pyto 5.0 beta 1
- New design
- Smarter code completion
- Numpy 1.14.6
- Install pure Python modules from PyPi with pip.
- You can now stop running scripts. Also, "sys.exit" or "raise SystemExit" now only stops the currently running script and not the entire app (except in the REPL).
Pyto 4.0
3.7
Pyto 3.0
Update samples
Pyto 1.1
- You can now import packages and modules from the Documents directory
- Fixed crashes after interacting with alerts and the file picker.