##// END OF EJS Templates
crecord: add a default regex to curseschunkselector...
Jordi Gutiérrez Hermoso -
r52275:ed0b78b2 default
parent child Browse files
Show More
@@ -709,6 +709,8 b' class curseschunkselector:'
709 )
709 )
710 self.operation = operation
710 self.operation = operation
711
711
712 self.regex = None
713
712 def uparrowevent(self):
714 def uparrowevent(self):
713 """
715 """
714 try to select the previous item to the current item that has the
716 try to select the previous item to the current item that has the
General Comments 0
You need to be logged in to leave comments. Login now