diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-06-06 01:29:22 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-06-06 01:29:22 (GMT) |
commit | 4d5bc6031ca883201f87e0e3c94e5746f9f91439 (patch) | |
tree | bebdc12778178ff31a076a6e6709e705531fc7c7 /Lib/idlelib/NEWS.txt | |
parent | cfa157d808d387551e3973c6e4e8e5eebca3b051 (diff) | |
download | cpython-4d5bc6031ca883201f87e0e3c94e5746f9f91439.zip cpython-4d5bc6031ca883201f87e0e3c94e5746f9f91439.tar.gz cpython-4d5bc6031ca883201f87e0e3c94e5746f9f91439.tar.bz2 |
Noam Raphel: Further developemt of CodeContext feature.
The visibility state of the code context pane is now persistent between
sessions and the pane does not appear in the shell window.
M CodeContext.py
M EditorWindow.py
M NEWS.txt
M PyShell.py
M config-extensions.def
M configHandler.py
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index ba66bf6..921c8b7 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,8 +1,16 @@ What's New in IDLE 1.1a0? -=================================== +========================= *Release date: XX-XXX-2004* +- CodeContext hint pane visibility state is now persistent across sessions. + The pane no longer appears in the shell window. Added capability to limit + extensions to shell window or editor windows. Noam Raphael addition + to Patch 936169. + +- Paragraph reformat width is now a configurable parameter in the + Options GUI. + - New Extension: CodeContext. Provides block structuring hints for code which has scrolled above an edit window. Patch 936169 Noam Raphael. @@ -52,7 +60,7 @@ What's New in IDLE 1.1a0? What's New in IDLE 1.0? -=================================== +======================= *Release date: 29-Jul-2003* @@ -61,7 +69,7 @@ What's New in IDLE 1.0? What's New in IDLE 1.0 release candidate 2? -=================================== +=========================================== *Release date: 24-Jul-2003* @@ -69,7 +77,7 @@ What's New in IDLE 1.0 release candidate 2? What's New in IDLE 1.0 release candidate 1? -=================================== +=========================================== *Release date: 18-Jul-2003* @@ -90,7 +98,7 @@ What's New in IDLE 1.0 release candidate 1? What's New in IDLE 1.0b2? -=================================== +========================= *Release date: 29-Jun-2003* @@ -131,7 +139,7 @@ What's New in IDLE 1.0b2? What's New in IDLEfork 0.9b1? -=================================== +============================= *Release date: 02-Jun-2003* |