[prev in list] [next in list] [prev in thread] [next in thread] 

List:       python-idle-dev
Subject:    [Idle-dev] CVS: idle ExecBinding.py,1.2,1.3 FormatParagraph.py,1.3,1.4 ParenMatch.py,1.3,1.4 ScriptB
From:       elguavas () users ! sourceforge ! net (Stephen M !  Gava)
Date:       2002-01-19 10:41:53
Message-ID: E16Rswb-0004jx-00 () usw-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

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

Modified Files:
	ExecBinding.py FormatParagraph.py ParenMatch.py 
	ScriptBinding.py ZoomHeight.py 
Log Message:
changeover to new keybinding configuration implementation


Index: ExecBinding.py
===================================================================
RCS file: /cvsroot/idlefork/idle/ExecBinding.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ExecBinding.py	2001/07/04 03:15:10	1.2
--- ExecBinding.py	2002/01/19 10:41:51	1.3
***************
*** 46,54 ****
  
  class ExecBinding:
-     keydefs = {
-         '<<run-complete-script>>': ['<F5>'],
-         '<<stop-execution>>': ['<Cancel>'],   #'<Control-c>'
-     }
-     
      menudefs = [
          ('run', [None,
--- 46,49 ----

Index: FormatParagraph.py
===================================================================
RCS file: /cvsroot/idlefork/idle/FormatParagraph.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** FormatParagraph.py	2001/07/13 04:12:02	1.3
--- FormatParagraph.py	2002/01/19 10:41:51	1.4
***************
*** 26,37 ****
      ]
  
-     keydefs = {
-         '<<format-paragraph>>': ['<Alt-q>'],
-     }
- 
-     unix_keydefs = {
-         '<<format-paragraph>>': ['<Meta-q>'],
-     }
- 
      def __init__(self, editwin):
          self.editwin = editwin
--- 26,29 ----

Index: ParenMatch.py
===================================================================
RCS file: /cvsroot/idlefork/idle/ParenMatch.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ParenMatch.py	2001/07/13 19:49:27	1.3
--- ParenMatch.py	2002/01/19 10:41:51	1.4
***************
*** 44,60 ****
      so I haven't bothered.
      """
- 
      menudefs = []
- 
-     keydefs = {
-         '<<flash-open-paren>>' : ('<KeyRelease-parenright>',
-                                   '<KeyRelease-bracketright>',
-                                   '<KeyRelease-braceright>'),
-         '<<check-restore>>' : ('<KeyPress>',),
-     }
- 
-     windows_keydefs = {}
-     unix_keydefs = {}
- 
      iconf = idleconf.getsection('ParenMatch')
      STYLE = iconf.getdef('style', 'default')
--- 44,48 ----

Index: ScriptBinding.py
===================================================================
RCS file: /cvsroot/idlefork/idle/ScriptBinding.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ScriptBinding.py	2001/07/12 06:46:53	1.3
--- ScriptBinding.py	2002/01/19 10:41:51	1.4
***************
*** 36,45 ****
  class ScriptBinding:
  
-     keydefs = {
-         '<<check-module>>': ['<Alt-F5>', '<Meta-F5>'],
-         '<<import-module>>': ['<F5>'],
-         '<<run-script>>': ['<Control-F5>'],
-     }
- 
      menudefs = [
          ('edit', [None,
--- 36,39 ----

Index: ZoomHeight.py
===================================================================
RCS file: /cvsroot/idlefork/idle/ZoomHeight.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ZoomHeight.py	2001/07/04 03:15:10	1.2
--- ZoomHeight.py	2002/01/19 10:41:51	1.3
***************
*** 11,22 ****
           ])
      ]
! 
!     windows_keydefs = {
!         '<<zoom-height>>': ['<Alt-F2>'],
!     }
!     unix_keydefs = {
!         '<<zoom-height>>': ['<Control-x><Control-z>'],
!     }
! 
      def __init__(self, editwin):
          self.editwin = editwin
--- 11,15 ----
           ])
      ]
!  
      def __init__(self, editwin):
          self.editwin = editwin



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic