Commented calls to findPreviousVariableFromCursor/findNextVariableFromCursor... jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 02 Jul 2013 01:07:51 +0100
branchjv
changeset 13179 b5d9725e479a
parent 13178 c9bf900fe729
child 13180 64a4186ddfce
Commented calls to findPreviousVariableFromCursor/findNextVariableFromCursor... ...as there's no implementor
Tools__CodeNavigationService.st
--- a/Tools__CodeNavigationService.st	Mon Jul 01 22:15:23 2013 +0100
+++ b/Tools__CodeNavigationService.st	Tue Jul 02 01:07:51 2013 +0100
@@ -351,9 +351,9 @@
 
         view sensor metaDown ifTrue:[
             (key == #CursorRight or:[key == #CursorDown]) ifTrue:[
-                view sensor pushUserEvent:#findNextVariableFromCursor for:self.
+"/                view sensor pushUserEvent:#findNextVariableFromCursor for:self.
             ] ifFalse:[(key == #CursorLeft or:[key == #CursorUp]) ifTrue:[
-                view sensor pushUserEvent:#findPreviousVariableFromCursor for:self.
+"/                view sensor pushUserEvent:#findPreviousVariableFromCursor for:self.
             ]].
         ] ifFalse:[
             (key == #CursorRight