[Idle-dev] CVS: idle configHandler.py,1.22,1.22.2.1
Stephen M. Gava
elguavas@users.sourceforge.net
Sun, 21 Jul 2002 19:23:04 -0700
Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv17720
Modified Files:
Tag: DS_RPC_BRANCH
configHandler.py
Log Message:
Modify autoindent and new config system indent handling
to make user prompting consistent.
Index: configHandler.py
===================================================================
RCS file: /cvsroot/idlefork/idle/configHandler.py,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -C2 -r1.22 -r1.22.2.1
*** configHandler.py 2 Mar 2002 07:12:54 -0000 1.22
--- configHandler.py 22 Jul 2002 02:23:01 -0000 1.22.2.1
***************
*** 521,525 ****
'<<find>>': ['<Control-f>'],
'<<replace>>': ['<Control-h>'],
! '<<goto-line>>': ['<Alt-g>'] }
if keySetName:
for event in keyBindings.keys():
--- 521,537 ----
'<<find>>': ['<Control-f>'],
'<<replace>>': ['<Control-h>'],
! '<<goto-line>>': ['<Alt-g>'],
! '<<smart-backspace>>': ['<Key-BackSpace>'],
! '<<newline-and-indent>>': ['<Key-Return> <Key-KP_Enter>'],
! '<<smart-indent>>': ['<Key-Tab>'],
! '<<indent-region>>': ['<Control-Key-bracketright>'],
! '<<dedent-region>>': ['<Control-Key-bracketleft>'],
! '<<comment-region>>': ['<Alt-Key-3>'],
! '<<uncomment-region>>': ['<Alt-Key-4>'],
! '<<tabify-region>>': ['<Alt-Key-5>'],
! '<<untabify-region>>': ['<Alt-Key-6>'],
! '<<toggle-tabs>>': ['<Alt-Key-t>'],
! '<<change-indentwidth>>': ['<Alt-Key-u>']
! }
if keySetName:
for event in keyBindings.keys():