update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / drpython / DESCR
1 DrPython is a highly customizable cross-platform ide to aid programming in
2 Python. It was developed with teaching in mind, and has a clean, simple
3 interface. It is written in Python, using wxPython as the gui.
4
5 Features:
6 * Cross Platform - works anywhere wxPython works
7 * Highly Customizable - customize Look and Feel, Behavior, Shortcuts and more
8 * Clean, Simple Interface
9 * Built In Prompt
10 * Quick Access to Python Documentation
11 * Switcheroo - switch all occurances of X with Y, and Y with X.
12 * DrScript - write custom python scripts with access to DrPython
13   internals, and access them from the menu.
14 * Themes
15 * Bookmarks
16 * Python Debugger Support
17 * Class Browser
18 * Printing
19 * Built using wxStyledTextControl (Scintilla) - Syntax Highlighting and
20   Styling Built In Folding, Drag and Drop, Brace Matching
21 * Uses a Custom FindReplace Dialog that supports (beyond the default
22   wxWindows dialogs): In Selection, From Cursor, Prompt on Replace, Regular
23   Expressions