summaryrefslogtreecommitdiffstats
path: root/Tools/idle/EditorWindow.py
Commit message (Expand)AuthorAgeFilesLines
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-3/+3
* Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smartGuido van Rossum2002-01-231-1/+1
* Remove legacy support for the BrowserControl module; the webbrowserFred Drake2001-04-181-7/+3
* Implemented new os.startfile function, unique to Windows, exposing aTim Peters2000-09-221-2/+3
* Fix typo (newtabwith).Guido van Rossum2000-09-201-1/+1
* Update to use the new standard webbrowser module if available, otherwiseFred Drake2000-07-091-2/+8
* Rename the "browser" module to "BrowserControl", since Guido did notFred Drake2000-05-101-2/+2
* EditorWindow.python_docs():Fred Drake2000-05-101-5/+8
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-071-4/+4
* migrate to use of IdleConf and config files to set optionsJeremy Hylton2000-03-031-28/+13
* Add primitive customization of window size and font.Guido van Rossum2000-02-171-3/+19
* Support for Moshe's status bar.Guido van Rossum2000-02-151-2/+20
* Find the help.txt file relative to __file__ or ".", not in sys.path.Guido van Rossum1999-08-261-8/+14
* Add _close() method that does the actual cleanup (close() asks theGuido van Rossum1999-06-251-10/+26
* Tim Peters smart.patch:Guido van Rossum1999-06-111-1/+21
* Added abstraction get_selection_index() (Mark Hammond). AlsoGuido van Rossum1999-06-101-14/+23
* New offerings by Tim Peters; he writes:Guido van Rossum1999-06-031-0/+19
* Change by Mark Hammond to allow using IDLE extensions in PythonWin asGuido van Rossum1999-06-021-0/+5
* 1. Catch NameError on import (could be raised by case mismatch on Windows).Guido van Rossum1999-06-011-8/+2
* Much improved autoindent and handling of tabs,Guido van Rossum1999-05-211-6/+10
* Tim Peters writes:Guido van Rossum1999-05-031-0/+2
* 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