wasm-demo/demo/ermis-f/python_m/cur/0962

25 lines
554 B
Plaintext

From: cjw at connection.com (Colin J. Williams)
Date: Thu, 15 Apr 1999 06:34:17 -0400
Subject: Pythonw IDLE Tab setting
Message-ID: <3715C0A9.D57546B@connection.com>
X-UID: 962
The program AutoIndent.py has:
prefertabs = 0
spaceindent = 4*" "
Should spaceindent be changed to 2 if one wishes the tabs to have
that value?
Currently I use PythonWin which permits the user to change the Tab
value (incidentally, it also provides for breakpoints).
Any advice would be appreciated.
Colin W.