]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Checking in IDLE 0.2.
authorGuido van Rossum <guido@python.org>
Sat, 2 Jan 1999 21:28:54 +0000 (21:28 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 2 Jan 1999 21:28:54 +0000 (21:28 +0000)
commit504b0bf066e4fddb21646331e89c2f6836c5c638
treef5454648430eb4818810305325561aabb02cf035
parentf07c328c072e62ada8671ec30392572add22d904
Checking in IDLE 0.2.

Much has changed -- too much, in fact, to write down.
The big news is that there's a standard way to write IDLE extensions;
see extend.txt.  Some sample extensions have been provided, and
some existing code has been converted to extensions.  Probably the
biggest new user feature is a new search dialog with more options,
search and replace, and even search in files (grep).

This is exactly as downloaded from my laptop after returning
from the holidays -- it hasn't even been tested on Unix yet.
38 files changed:
Tools/idle/AutoExpand.py
Tools/idle/AutoIndent.py
Tools/idle/Bindings.py
Tools/idle/ClassBrowser.py
Tools/idle/ColorDelegator.py
Tools/idle/Debugger.py
Tools/idle/Delegator.py
Tools/idle/EditorWindow.py
Tools/idle/FileList.py
Tools/idle/FrameViewer.py
Tools/idle/GrepDialog.py [new file with mode: 0644]
Tools/idle/HelpWindow.py [deleted file]
Tools/idle/History.py
Tools/idle/IOBinding.py
Tools/idle/IdleHistory.py
Tools/idle/OutputWindow.py [new file with mode: 0644]
Tools/idle/PopupMenu.py [deleted file]
Tools/idle/PyShell.py
Tools/idle/README.txt [moved from Tools/idle/README with 61% similarity]
Tools/idle/ReplaceDialog.py [new file with mode: 0644]
Tools/idle/ScriptBinding.py [new file with mode: 0644]
Tools/idle/ScrolledList.py
Tools/idle/SearchBinding.py
Tools/idle/SearchDialog.py [new file with mode: 0644]
Tools/idle/SearchDialogBase.py [new file with mode: 0644]
Tools/idle/SearchEngine.py [new file with mode: 0644]
Tools/idle/StackViewer.py
Tools/idle/UndoDelegator.py
Tools/idle/WindowList.py [new file with mode: 0644]
Tools/idle/ZoomHeight.py [new file with mode: 0644]
Tools/idle/eventparse.py [new file with mode: 0644]
Tools/idle/extend.py [new file with mode: 0644]
Tools/idle/extend.txt [new file with mode: 0644]
Tools/idle/help.txt
Tools/idle/idle.bat [new file with mode: 0644]
Tools/idle/idle.pyw
Tools/idle/idlever.py [new file with mode: 0644]
Tools/idle/keydefs.py [new file with mode: 0644]