class: Tools::CodeNavigationService
authorClaus Gittinger <cg@exept.de>
Thu, 17 Jan 2013 11:35:48 +0100
changeset 12105 44e930e29b99
parent 12104 ef5283010b5f
child 12106 0dd284890b62
class: Tools::CodeNavigationService changed: #keyPress:x:y:in:
Tools__CodeNavigationService.st
--- a/Tools__CodeNavigationService.st	Thu Jan 17 11:35:08 2013 +0100
+++ b/Tools__CodeNavigationService.st	Thu Jan 17 11:35:48 2013 +0100
@@ -243,6 +243,9 @@
      If the method returns true, it has eaten the event and it will not be processed
      by the view."
 
+    <resource: #keyboard (#Control_L #Ctrl 
+                          #CursorRight #CursorDown #CursorLeft #CursorUp)>
+
     |ev p|
 
     (view ==  textView) ifTrue:[
@@ -599,9 +602,10 @@
 !CodeNavigationService class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.18 2012-08-11 22:20:22 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.19 2013-01-17 10:35:48 cg Exp $'
 !
 
 version_SVN
     ^ '§Id: Tools__CodeNavigationService.st 7788 2011-06-17 07:57:48Z vranyj1 §'
 ! !
+