summaryrefslogtreecommitdiffstats
path: root/Tools/idle/EditorWindow.py
Commit message (Expand)AuthorAgeFilesLines
* Provide full arguments to __import__ so it works in packagized IDLE.Guido van Rossum1999-04-231-1/+1
* Color preferences code by Loren Luke (massaged by me somewhat)Guido van Rossum1999-04-201-1/+7
* Add PathBrowser to File moduleGuido van Rossum1999-03-101-0/+7
* After all, we don't need to call the callbacks ourselves!Guido van Rossum1999-02-171-1/+0
* Fix up the Windows menu via the new callback mechanism instead ofGuido van Rossum1999-02-171-2/+4
* Make sure the Tcl variables are shared between windows.Guido van Rossum1999-01-281-9/+8
* Move menu/key binding code from Bindings.py to EditorWindow.py,Guido van Rossum1999-01-281-8/+107
* Only deiconify when iconic.Guido van Rossum1999-01-181-2/+4
* Hack to close a window that is colorizing.Guido van Rossum1999-01-121-7/+8
* Set the cursor to a watch when opening the class browser (which mayGuido van Rossum1999-01-111-7/+23
* Allow tearing off of the Windows menu.Guido van Rossum1999-01-091-1/+0
* Checking in IDLE 0.2.Guido van Rossum1999-01-021-34/+287
* Support underlining of menu labelsGuido van Rossum1998-11-271-4/+5
* Get rid of conflicting ^X binding. Use ^W.Guido van Rossum1998-10-161-0/+1
* Clarify 'Open Module' dialog textGuido van Rossum1998-10-161-1/+2
* Add new command, "Open module". You select or type a module name,Guido van Rossum1998-10-131-0/+31
* Generalize menu creation.Guido van Rossum1998-10-121-20/+15
* Added a menu bar to every window.Guido van Rossum1998-10-121-1/+45
* Initial checking of Tk-based Python IDE.Guido van Rossum1998-10-101-0/+175