Abbreviations
CodeCompletion
Codemarks
CopyCutPasteExtend
CTags
DocumentationBookmarksMenu
DocList
FindAll
FindAutoComplete
FindFiles
FullScreen
IncrementalSearch
InsertMenu
KeyboardMacros
ListShortCuts
PositionMarker
PyCheckerSupport
RedirectOutput
RunFromBuffer
SearchInFiles
Sessions
ShellMenu
Switcheroo
ToDoList
TracebackMenu
Quickmarker
0.0.2
Franz Steinhausler
Abbreviations as in Scite (Also supports Scite abbreviation files).
0.2.1
Daniel Pozmanter, Tom De Muer
Provides possible completions for modules using a list of their functions generated on the fly. Also provides calltips for function. Uses keybindings set in the Shortcuts Dialog. Dynamically updates the namespace. (Originally Calltips by Tom, AutoComplete by Dan).
0.0.5
Daniel Pozmanter
Mark lines in your code, and return to that line when you activate the codemark. Uses the side panels.
1.0.8
Franz Steinhausler
Functions extending the behaviour of Copy, Cut, and Paste. Includes Mutiple Clipboards, the capability to append to the clipboard, and to copy an entire line.
0.0.2
Franz Steinhausler
C/C++ Utility Functions
1.0.2
Daniel Pozmanter
Access helpful documentation from the DrPython Menu.
0.1.0
Franz Steinhausler
Functions for manipulating document positions, and access to documents.
0.0.8
Daniel Pozmanter
Find all occurances of X, and display them in a side panel of your choice. Activating an occurance sends you to that occurance.
0.1.0
Franz Steinhausler
AutoComplete for the Find/Replace Dialog.
0.0.9
Franz Steinhausler
Utility for Locating Files.
0.0.0
Daniel Pozmanter
Adds a Menu Item for Toggling FullScreen Mode.
0.0.1
Franz Steinhausler
Incremental Search, implementing some ideas from Scite and Multi-Edit.
0.0.1
Daniel Pozmanter
Adds a Menu for inserting a document's filename, path, or a bookmark.
0.0.9
Franz Steinhausler
Record and Run Keyboard Macros.
0.0.1
Franz Steinhausler
A dialog for viewing all keyboard shortcuts.
0.0.2
Franz Steinhausler
Set and Go to Multiple Points in a document.
1.0.1
Nathan Jones
Support for PyChecker.
0.0.1
Daniel Pozmanter
Redirects Standard Output to a wxPython dialog.
0.0.2
Daniel Pozmanter
Run documents without saving.
1.3.0
Franz Steinhausler, Daniel Pozmanter
Search in Files: double clicking a matched file opens that file in DrPython, and automatically performs a Find Operation in that file. Replace in Files lets you find and replace text in files. An in program undo feature lets the user restore the files to their pre-Replace Operation state. When you select "Prompt On Replace", a pop up dialog lets you select which matches you wish to run the replace operation on. (The in program undo feature keeps track of your selections). (As of Filename 1.1.0: By Franz Steinhausler)
1.0.9
Franz Steinhausler, Daniel Pozmanter
Save Open Files, and Program Arguments and Folding Information for each document.
1.0.0
Daniel Pozmanter
Run shell commands in the prompt, or completely detached from DrPython.
1.0.4
Daniel Pozmanter
Switch all occurances of X with Y, and Y with X.
0.2.0
Christophe Zwerschke
A To Do List for DrPython.
1.0.2
Daniel Pozmanter
Provides functions to: Insert marked Traceback statements after every except statement in your document, Remove the marked Traceback statements, and Insert a single marked Traceback statement at the current position.
0.0.5
Franz Steinhausler
Quickly save a single position, and return to it when needed.