Download DrPython 3.9.3

Spread the love

DrPython is an Integrated Development Environment, or IDE for short, for the Python programming language. The user interface is clearly laid out and can be adjusted entirely to your own preference. Before starting DrPython, the system must first have at least Python 2.3 and wxPython 2.5.1.5 are installed. Daniel Pozmanter has been busy developing and has recently released version 3.9.3 with the following release notes:

Bug Fixed:

  • FileDialog: Fixed menu title in bookmark menu.
  • Prompt: When running the python interpreter, properly syncs output before continuing.
  • SingleChoiceDialog:
    • Properly handles upper case characters.
    • Updated Documentation.
    • Properly handles situations where the text control at the top has the focus. (Bug Report, Thanks Franz Steinhaulser)
  • Updated GetPluginsDirectory in the Documentation.
  • Removed unused NewWindow method in DrFrame.
  • Editing DrScripts now updates the recent file menu.
  • Changed the second argument in OpenFile to OpenInNewTab.
  • Prompt:
    • Fixed encoding error.
    • The prompt now prints encoding errors to standard output, instead of displaying them in the prompt.
    • Removes duplicate commands from command history.
    • if -> elif in OnKeyDown.
  • Plugins Menu:
    • setup menu: Returns if “default.idx” does not exist.
  • SourceBrowser docusetabs bug fixed.
  • ExecuteWithPython: Removes extra whitespace from the end of commands before running them.

Changes:

  • Plugins now have more control over keyboard shortcuts:
    If a plugin shortcut is found, it will be executed even if an alternative exists in the drpython core.
    A plugin shortcut can alo pre-empt handling in the prompt by returning 1 at the end of the called function.
  • Documentation:
    Added a useful methods section to plugins.html, detailing a few useful DrFrame methods.
  • OpenFile now handles recent files internally.
  • Added constants to drSTC:
    • drSTC.PYTHON_FILE = 0
    • drSTC.CPP_FILE = 1
    • drSTC.HTML_FILE = 2
    • drSTC.TEXT_FILE = 3
  • The Whinge Level for Tab Timmy is now perpetually ‘1’.
    (Set in drSTC).
  • Updated Plugin List.

Version number 3.9.3
Operating systems Windows 9x, Windows NT, Windows 2000, Linux, BSD, Windows XP, macOS, Windows Server 2003
Website DrPython
Download
file size

499.00kB

License type GPL
You might also like
Exit mobile version