[Idle-dev] CVS: idle configHandler.py,1.23,1.24

Kurt B. Kaiser kbk@users.sourceforge.net
Fri, 13 Sep 2002 20:17:04 -0700


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv30392

Modified Files:
	configHandler.py 
Log Message:
MERGE DS_RPC_BRANCH into MAIN
configHandler.py
    AutoIndent merged 21Jul


Index: configHandler.py
===================================================================
RCS file: /cvsroot/idlefork/idle/configHandler.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** configHandler.py	11 Jun 2002 04:45:32 -0000	1.23
--- configHandler.py	14 Sep 2002 03:17:01 -0000	1.24
***************
*** 522,526 ****
              '<<find>>': ['<Control-f>'],
              '<<replace>>': ['<Control-h>'],
!             '<<goto-line>>': ['<Alt-g>'] }
          if keySetName:
              for event in keyBindings.keys():
--- 522,538 ----
              '<<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():