Lines Matching refs:first
55 catch {%W mark set insert sel.first}
60 catch {%W mark set insert sel.first}
209 %W delete sel.first sel.last
217 %W delete sel.first sel.last
254 %W delete sel.first sel.last
471 set first $cur
474 set first anchor
480 set first [$w index "$cur wordstart"]
483 set first [$w index "anchor wordstart"]
489 set first [$w index "$cur linestart"]
492 set first [$w index "anchor linestart"]
498 $w tag remove sel 0.0 $first
499 $w tag add sel $first $last
523 set first $cur
526 set first anchor
529 $w tag remove sel 0.0 $first
530 $w tag add sel $first $last
620 set first $new
623 set first anchor
626 $w tag remove sel 1.0 $first
627 $w tag add sel $first $last
657 set b [$w index sel.first]
664 $w mark set anchor sel.first
678 $w mark set anchor sel.first
685 $w mark set anchor sel.first
703 if {[$w compare sel.first <= insert]
705 $w delete sel.first sel.last
743 # position in the text (the beginning of a paragraph is the first non-blank
769 # position in the text (the beginning of a paragraph is the first non-blank
871 $w delete sel.first sel.last