]> granicus.if.org Git - python/commit
Initial checking of Tk-based Python IDE.
authorGuido van Rossum <guido@python.org>
Sat, 10 Oct 1998 18:48:31 +0000 (18:48 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 10 Oct 1998 18:48:31 +0000 (18:48 +0000)
commit3b4ca0ddad8d1e224f71e89f4c7fbc8de5c6edc4
tree1a66ed7c7eec87f31d61a2a083096e5cad89a39c
parentdc1adabcb86ee0813c9bae2d5cc59be5cad1ff31
Initial checking of Tk-based Python IDE.
Features: text editor with syntax coloring and undo;
subclassed into interactive Python shell which adds history.
23 files changed:
Tools/idle/AutoExpand.py [new file with mode: 0644]
Tools/idle/AutoIndent.py [new file with mode: 0644]
Tools/idle/Bindings.py [new file with mode: 0644]
Tools/idle/ColorDelegator.py [new file with mode: 0644]
Tools/idle/Delegator.py [new file with mode: 0644]
Tools/idle/EditorWindow.py [new file with mode: 0644]
Tools/idle/FileList.py [new file with mode: 0644]
Tools/idle/FrameViewer.py [new file with mode: 0644]
Tools/idle/HelpWindow.py [new file with mode: 0644]
Tools/idle/History.py [new file with mode: 0644]
Tools/idle/IOBinding.py [new file with mode: 0644]
Tools/idle/IdleHistory.py [new file with mode: 0644]
Tools/idle/Outline.py [new file with mode: 0644]
Tools/idle/Percolator.py [new file with mode: 0644]
Tools/idle/PopupMenu.py [new file with mode: 0644]
Tools/idle/PyShell.py [new file with mode: 0644]
Tools/idle/README [new file with mode: 0644]
Tools/idle/SearchBinding.py [new file with mode: 0644]
Tools/idle/StackViewer.py [new file with mode: 0644]
Tools/idle/UndoDelegator.py [new file with mode: 0644]
Tools/idle/WidgetRedirector.py [new file with mode: 0644]
Tools/idle/help.txt [new file with mode: 0644]
Tools/idle/idle.pyw [new file with mode: 0644]