DrPython is een Integrated Development Environment, of kort weg IDE, voor de programmeertaal Python. De user interface is overzichtelijk opgezet en geheel naar eigen voorkeur aan te passen. Voor het starten van DrPython moet op het systeem eerst minimaal Python 2.3 en wxPython 2.5.1.5 geïnstalleerd zijn. Daniel Pozmanter houdt zich druk bezig met de ontwikkeling en heeft onlangs versie 3.9.3 beschikbaar gesteld met de volgende release notes:
Bugs Fixed:Changes:
- FileDialog: Fixed menu title in bookmark menu.
- Prompt: When running the python interpreter, properly syncs output before continuing.
- SingleChoiceDialog:
- Properly handles uppercase 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:
- setupmenu: Returns if "default.idx" does not exist.
- SourceBrowser docusetabs bug fixed.
- ExecuteWithPython: Removes extra whitespace from the end of commands before running them.
- 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.