]> git.saurik.com Git - wxWidgets.git/commit - wxPython/CHANGES.txt
Updated PyCrust contrib from Patrick O'Brian.
authorRobin Dunn <robin@alldunn.com>
Sat, 1 Dec 2001 02:25:39 +0000 (02:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 1 Dec 2001 02:25:39 +0000 (02:25 +0000)
commit1918b6f78959585e7d141aadc49bedfd5d0511f1
tree6dadedf0b62fec608d9537739806c25030e5b432
parent39cc7a0bae66d5b82ce9a9cc71a51f4efda52166
Updated PyCrust contrib from Patrick O'Brian.

Added an enhanced wxEditor from Steve Howell and Adam Feuer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
28 files changed:
wxPython/CHANGES.txt
wxPython/MANIFEST.in
wxPython/demo/wxEditor.py
wxPython/distrib/make_installer.py
wxPython/samples/frogedit/FrogEdit.py [new file with mode: 0644]
wxPython/samples/frogedit/FrogEditor.py [new file with mode: 0644]
wxPython/samples/frogedit/StatusBar.py [new file with mode: 0644]
wxPython/wxPython/lib/PyCrust/PyCrust.py [deleted file]
wxPython/wxPython/lib/PyCrust/PyCrustApp.py [new file with mode: 0755]
wxPython/wxPython/lib/PyCrust/PyFilling.py [deleted file]
wxPython/wxPython/lib/PyCrust/PyFillingApp.py [new file with mode: 0755]
wxPython/wxPython/lib/PyCrust/PyShell.py [deleted file]
wxPython/wxPython/lib/PyCrust/PyShellApp.py [new file with mode: 0755]
wxPython/wxPython/lib/PyCrust/README.txt
wxPython/wxPython/lib/PyCrust/crust.py
wxPython/wxPython/lib/PyCrust/filling.py
wxPython/wxPython/lib/PyCrust/interpreter.py
wxPython/wxPython/lib/PyCrust/introspect.py
wxPython/wxPython/lib/PyCrust/pseudo.py
wxPython/wxPython/lib/PyCrust/shell.py
wxPython/wxPython/lib/PyCrust/version.py
wxPython/wxPython/lib/editor/README.txt
wxPython/wxPython/lib/editor/__init__.py
wxPython/wxPython/lib/editor/editor.py
wxPython/wxPython/lib/editor/images.py [new file with mode: 0644]
wxPython/wxPython/lib/editor/py_editor.py [deleted file]
wxPython/wxPython/lib/editor/selection.py [new file with mode: 0644]
wxPython/wxPython/lib/editor/tokenizer.py [deleted file]