Lines Matching refs:first
264 # first start num_context_lines[0] lines back, then
409 if not self.text.index("sel.first"):
413 if self.text.compare(self.text.index("sel.first"), "<",
415 self.text.mark_set("my_anchor", "sel.first") # extend back
418 first = self.text.index(dest)
420 if self.text.compare(first,">",last):
421 first,last = last,first
423 self.text.tag_add("sel", first, last)
489 menubar: Menu widget containing first level menu items.
556 in_selection = (text.compare('sel.first', '<=', newdex) and
609 indx = self.text.index('sel.first')
693 edges_table = ("sel.first+1c", "sel.last-1c")
697 self_text_index("sel.first")
754 name = self.text.get("sel.first", "sel.last").strip()
885 # Update the code context widget first, since its height affects
1299 first = self.text.index("sel.first")
1301 return first, last
1336 first, last = self.get_selection_indices()
1337 if first and last:
1338 text.delete(first, last)
1339 text.mark_set("insert", first)
1385 first, last = self.get_selection_indices()
1388 if first and last:
1389 if index2line(first) != index2line(last):
1391 text.delete(first, last)
1392 text.mark_set("insert", first)
1422 first, last = self.get_selection_indices()
1425 if first and last:
1426 text.delete(first, last)
1427 text.mark_set("insert", first)
1486 # After the first line of a string do not indent at all.
1493 # Line up with the first (if any) element of the
1502 # beyond leftmost =; else to beyond first chunk of
1684 Convert the first keybinding for a given event to a form that
1734 # error if close master window first - timer event, after script