ParenMatching Missing AutoIndent module
Status: Beta
Brought to you by:
kbk
Three problems:
1. There is no access to ParenMatching from the
"Configure Idle" pannel.
2. One need to edit both the global configuration file
in idlelib or idleforklib, and the local configuration
file (in .idlerc, under linux) in order to enable this
option.
3. When ParenMatching is enabled, python complains
about missing AutoIndent module. I solved this problem
by copying AutoIndent.py from the idle directory.
Nadav.
Logged In: YES
user_id=756090
Re point 3.
ParenMatch should be using EditorWindow, not
AutoIndent. See patch
Logged In: YES
user_id=149084
Patch 735527 fixed item 3.
Lowering priority and changed to RFE for
items 1 and 2. No current plans to enhance
the Configuration GUI.
Only of config-extension.def or
~/.idlerc/config-extension.cfg need to be
modified to turn on an extension. Cf. extend.txt.