summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2005-01-31 03:34:26 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2005-01-31 03:34:26 (GMT)
commitacdef858a51f32d2b2c82f3d47025cb26c2a63ee (patch)
treece0c652dcebe1f1a6a129759011fac5f5e86ec81 /Lib/idlelib/NEWS.txt
parentb5646aa3fb1638763715459400f78c098239f0be (diff)
downloadcpython-acdef858a51f32d2b2c82f3d47025cb26c2a63ee.zip
cpython-acdef858a51f32d2b2c82f3d47025cb26c2a63ee.tar.gz
cpython-acdef858a51f32d2b2c82f3d47025cb26c2a63ee.tar.bz2
Removed ability to configure tabs indent from Options dialog. This 'feature'
has never worked and no one has complained. It is still possible to set a default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on tabs for the current EditorWindow via the Format menu) but IDLE will encourage indentation via spaces. Enable setting the indentation width using the Options dialog. Bug # 783877 Remove some commented out old code from configDialog.py (related to old methods for invoking the HelpBrowser). M EditorWindow.py M NEWS.txt M configHandler.py
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index fd01d33..8804bc1 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,15 @@ What's New in IDLE 1.2a0?
*Release date: XX-XXX-2005*
+- Removed ability to configure tabs indent from Options dialog. This 'feature'
+ has never worked and no one has complained. It is still possible to set a
+ default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on
+ tabs for the current EditorWindow via the Format menu) but IDLE will
+ encourage indentation via spaces.
+
+- Enable setting the indentation width using the Options dialog.
+ Bug # 783877
+
- Add keybindings for del-word-left and del-word-right.
- Discourage using an indent width other than 8 when using tabs to indent