##// END OF EJS Templates
crecord: update downarrowshiftevent() docstring, remove todo...
av6 -
r29081:4abca4cb default
parent child Browse files
Show More
@@ -650,12 +650,10 b' class curseschunkselector(object):'
650
650
651 def downarrowshiftevent(self):
651 def downarrowshiftevent(self):
652 """
652 """
653 if the cursor is already at the bottom chunk, scroll the screen up and
653 select (if possible) the next item on the same level as the currently
654 move the cursor-position to the subsequent chunk. otherwise, only move
654 selected item. otherwise, select (if possible) the next item on the
655 the cursor position down one chunk.
655 same level as the parent item of the currently selected item.
656 """
656 """
657 # todo: update docstring
658
659 currentitem = self.currentselecteditem
657 currentitem = self.currentselecteditem
660 nextitem = currentitem.nextitem()
658 nextitem = currentitem.nextitem()
661 # if there's no next item on this level, try choosing the parent's
659 # if there's no next item on this level, try choosing the parent's
General Comments 0
You need to be logged in to leave comments. Login now