PyScripter is a free and open-source Python Integrated Development Environment 
(IDE) created with the ambition to become competitive in functionality with 
commercial Windows-based IDEs available for other languages.  It is 
feature-rich, but also light-weight. 

New features: 
- Improved compatibility with venv virtual environments
- Restore code folding state when you start PyScripter (#973)
- Syntax for adding and removing parameters (#971). $[proc=?Question] adds 
parameter proc and $[proc=] removes it
- Improved DPI scaling
- Highlighters and styles are now installed under ProgramData to better support 
multiple users on the same computer
- Two new styles added (Calypso and Stellar)
Issues addressed: 
- #948, #962, #966, #967, #968, #972

See: 
Announcement: https://pyscripter.blogspot.com/ 
Project home: https://github.com/pyscripter/pyscripter/ 
Features: https://github.com/pyscripter/pyscripter/wiki/Features 
Downloads: https://sourceforge.net/projects/pyscripter/files
--
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to