Exemple #1
0
 def check_at(s, a, forwards=True):
     check_items(vx.get_linecoloffset_of_str(w, s, int(forwards)), a)
Exemple #2
0
 def dosearch(self, window, search_for, forwards):
     l, c, o = vx.get_linecoloffset_of_str(window, search_for, forwards)
     return l, c, o, len(search_for)
Exemple #3
0
 def dosearch(self, window, search_for, forwards):
     l, c, o = vx.get_linecoloffset_of_str(window, search_for, forwards)
     return l, c, o, len(search_for)
Exemple #4
0
 def check_at(s, a, forwards=True):
     check_items(vx.get_linecoloffset_of_str(w, s, int(forwards)), a)