Side-by-side file editing
A much requested feature has been the ability of view and edit more than one files in the editor simultaneously. This feature has been implemented in version control and will be made available in the…
Turbocharge your Python development with the latest release of PyScripter!
A much requested feature has been the ability of view and edit more than one files in the editor simultaneously. This feature has been implemented in version control and will be made available in the…
PyScripter 2.3.4 has sorted a couple of problems with portability: It will now locate the Python help file in a more robust way to provide context sensitive help. It will look for custom skins in…
Starting from PyScripter 2.3.4, without the –PYTHONDLLPATH command-line option, PyScripter will only use registered Python versions. So it will ignore loose pythonxx.dll found on the system path. To use with non-registered Python versions you need…
PyScripter version 2.3.4 was released at http://pyscripter.googlecode.com. New features: Compatibility with Python 3.1.3rc, 3.2a4 Add watches by dragging and dropping text Ctrl + Mouse scroll scrolls whole pages in print preview Search for custom skins…
There was a question at the PyScripter newsgroup about how to setup code completion for PyQt4. Have a look at the answer given there, since it may also be applicable to code completion of other…