Pyscripter version 3.2.2 released
This is a hotfix release. It restores compatibility with Python 3.7a, which was broken due to some changes to the C API. It is available at Sourceforge.
Turbocharge your Python development with the latest release of PyScripter!
This is a hotfix release. It restores compatibility with Python 3.7a, which was broken due to some changes to the C API. It is available at Sourceforge.
This is a hotfix release. It addresses a regression due to which, in some situations, Unix line breaks were converted to Windows line breaks upon saving files. It also includes optimizations that significantly reduce the…
The new version of PyScripter is DPI Aware. This means that by default on high DPI screens PyScripter will do its own scaling and will not rely on the scaling carried out by the operating…
PyScripter 3.2.0 is now available at Sourceforge. The major change in this version, is that now PyScripter is DPI Aware. For those of you working with high DPI screens, such as those found in modern…
I came across this nice introduction to the use of File Templates in PyScripter.https://epjmorris.wordpress.com/2016/02/08/working-with-script-templates-in-pyscripter/
Since version 3.0, PyScripter ships with many great looking editor themes (editor syntax coloring), both dark and light. You can also select dark or light styles for the application user interface through the View, Select…
A much requested new feature in PyScripter 3.1 is support for code folding. Before I explain how to use it let me make it clear that if you believe that code folding is an unwanted…