summaryrefslogtreecommitdiffstats
path: root/Tools/idle/ClassBrowser.py
Commit message (Collapse)AuthorAgeFilesLines
* Use a HSeparator between the classes and the items.Guido van Rossum1999-01-111-13/+18
| | | | | Make the list of classes wider by default (40 chars). Bind ESC to close-window.
* Checking in IDLE 0.2.Guido van Rossum1999-01-021-18/+20
| | | | | | | | | | | | 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.
* Fix the class browser to work even when the file is not on sys.path.Guido van Rossum1998-12-181-2/+2
|
* Generalized the scrolled list which is the base for the class andGuido van Rossum1998-10-151-128/+77
| | | | method browser into a separate class in its own module.
* Much improved, much left to do.Guido van Rossum1998-10-131-11/+153
|
* Adding the beginnings of a Class browser. Incomplete, yet.Guido van Rossum1998-10-131-0/+70