Tools__CodeNavigationService.st
changeset 12105 44e930e29b99
parent 11741 3b6f1c31139f
child 12353 9d725076871b
child 12401 4714b9640528
--- 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 §'
 ! !
+