예제 #1
0
파일: test.py 프로젝트: philipdexter/vx
 def check_at(s, a, forwards=True):
     check_items(vx.get_linecoloffset_of_str(w, s, int(forwards)), a)
예제 #2
0
파일: prompt.py 프로젝트: philipdexter/vx
 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)
예제 #3
0
파일: prompt.py 프로젝트: tj90241/vx
 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)
예제 #4
0
 def check_at(s, a, forwards=True):
     check_items(vx.get_linecoloffset_of_str(w, s, int(forwards)), a)