News

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…

Read more
News

More portable than ever!

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…

Read more
News

Where on earth is pythonxx.dll? (3)

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…

Read more
News

PyScripter v2.3.4 released

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…

Read more
News

Code completion for PyQt4

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…

Read more