summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/EditorWindow.py
Commit message (Collapse)AuthorAgeFilesLines
* tracking python idle changes:Steven M. Gava2002-04-221-4/+12
| | | | Patch #540583: Open MS Help Docs if available.
* further work on new config system;Steven M. Gava2002-03-271-1/+70
| | | | recent files menu
* further work on new config system;Steven M. Gava2002-03-271-7/+30
| | | | user defined help items
* further work on dynamic reconfiguration;Steven M. Gava2002-03-181-0/+33
| | | | keybindings
* further work on dynamic config changes;Steven M. Gava2002-03-121-1/+15
| | | | editor font
* First work on making config changes dynamic,Steven M. Gava2002-03-021-0/+10
| | | | dynamic theme changes
* bugfix for the problem where EditorWindow instancesSteven M. Gava2002-02-261-2/+5
| | | | | would appear to freeze for a few seconds on closing in some cases when running under X
* further work on config systemSteven M. Gava2002-02-181-1/+1
|
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-191-11/+2
|
* loading core keybindings via new config system plusSteven M. Gava2002-01-041-1/+0
| | | | further devel of highlight handling
* move core functionality of SearchBindings.py into EditorWindow.py properSteven M. Gava2002-01-041-0/+41
| | | | | adjust configuration sources accordingly move SearchBindings.py into the attic now
* moving to new config systemSteven M. Gava2002-01-031-15/+19
|
* back in harness on new config systemSteven M. Gava2001-11-211-1/+6
|
* merged status bar packing patchSteven M. Gava2001-10-071-2/+4
|
* support for help menu changesSteven M. Gava2001-08-111-0/+5
|
* A more lightweight (and read only) way to view help textSteven M. Gava2001-07-311-38/+4
| | | | | until the new help system is implemented. Removed some commented cruft.
* activate new about dialog for testingSteven M. Gava2001-07-311-5/+7
|
* updated about info for 0.8.1 releaseSteven M. Gava2001-07-211-3/+3
|
* minor tidy-ups ready for 0.8.1 alpha tarball releaseSteven M. Gava2001-07-191-7/+15
|
* py-cvs-2000_07_13 (Rev 1.38) mergeKurt B. Kaiser2001-07-141-7/+3
| | | | | | "Remove legacy support for the BrowserControl module; the webbrowser module has been included since Python 2.0, and that is the preferred interface." --fdrake
* py-cvs-rel2_1 (Rev 1.33 - 1.37) mergeKurt B. Kaiser2001-07-131-14/+16
| | | | | | | | | | | VP IDLE version depended on VP's ExecBinding.py and spawn.py to get the path to the Windows Doc directory (relative to python.exe). Removed this conflicting code in favor of py-cvs updates which on Windows use a hard coded path relative to the location of this module. py-cvs updates include support for webbrowser.py. Module still has BrowserControl.py for 1.5.2 support. At this point, the differences wrt py-cvs relate to menu functionality.
* Initial revisionDavid Scherer2000-08-151-0/+749