##// 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 651 def downarrowshiftevent(self):
652 652 """
653 if the cursor is already at the bottom chunk, scroll the screen up and
654 move the cursor-position to the subsequent chunk. otherwise, only move
655 the cursor position down one chunk.
653 select (if possible) the next item on the same level as the currently
654 selected item. otherwise, select (if possible) the next item on the
655 same level as the parent item of the currently selected item.
656 656 """
657 # todo: update docstring
658
659 657 currentitem = self.currentselecteditem
660 658 nextitem = currentitem.nextitem()
661 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