]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Removed ability to configure tabs indent from Options dialog. This 'feature'
authorKurt B. Kaiser <kbk@shore.net>
Mon, 31 Jan 2005 03:34:26 +0000 (03:34 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 31 Jan 2005 03:34:26 +0000 (03:34 +0000)
commitacdef858a51f32d2b2c82f3d47025cb26c2a63ee
treece0c652dcebe1f1a6a129759011fac5f5e86ec81
parentb5646aa3fb1638763715459400f78c098239f0be
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
Lib/idlelib/EditorWindow.py
Lib/idlelib/NEWS.txt
Lib/idlelib/configDialog.py