/usr/lib/exmh/seditBind.tcl is in exmh 1:2.8.0-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 | # seditBind.tcl
#
# Support routines to define a set of consistent editing bindings for
# Text and Entry widgets
#
# Copyright (c) 1993 Xerox Corporation.
# Use and copying of this software and preparation of derivative works based
# upon this software are permitted. Any distribution of this software or
# derivative works must comply with all applicable United States export
# control laws. This software is made available AS IS, and Xerox Corporation
# makes no warranty about the software, its performance or its conformity to
# any specification.
# Because we override Entry and Text bindings, make sure we load those first
# By auto-loading these procedures we also fault in the global Text and
# Entry bindings done by the Tk library code.
auto_load tkEntryButton1
auto_load tkTextButton1
proc Sedit_BindInit {} {
global sedit exmh
foreach editproc [option get . sedit_editprocs {}] {
set sedit(key,$editproc) [option get . sedit_key_$editproc {}]
}
Preferences_Resource sedit(pasteSetsInsert) sedit_pasteSetsInsert 1
Preferences_Resource sedit(typeKillsSel) sedit_typeKillsSel 1
Preferences_Resource sedit(scrollButton) sedit_scrollButton Middle
# Don't really need sedit-bindings and local.sedit-bindings anymore
# with the use of resources
set sedit(defaultfile) $exmh(library)/sedit-bindings
set sedit(localfile) $exmh(library)/local.sedit-bindings
set sedit(dotfile) ~/.exmh/exmhsedit
SeditReadPref
Sedit_ClassBindings
SeditComposedKeyBindings
}
proc SeditReadPref {} {
global sedit
foreach file {defaultfile localfile dotfile} {
if [file exists $sedit($file)] {
if [catch {uplevel #0 source [glob $sedit($file)]} msg] {
Exmh_Status "Error in $sedit($file): $msg"
}
}
}
}
proc SeditBind { class key body } {
global sedit
if [catch {
foreach seq $sedit(key,$key) {
if {$seq == {}} {
continue
}
bind $class $seq $body
# Double-bind Meta-key and Escape-key
if [regexp {<Meta-(.*)>} $seq match letter] {
bind $class <Escape><$letter> $body
}
# Make leading keystroke harmless
if [regexp {(<.+>)<.+>} $seq match prefix] {
bind $class $prefix break
}
}
} err] {
if ![info exists sedit(key,$key)] {
Exmh_Debug "Bind $class $key: $err"
} else {
Exmh_Debug "Bind $class $key $sedit(key,$key): $err"
}
}
}
proc Sedit_TagBindings { w tag } {
$w tag bind $tag <Button-1> {WidgetTextSelBegin %W %x %y char}
$w tag bind $tag <Double-Button-1> {WidgetTextSelBegin %W %x %y word}
$w tag bind $tag <Triple-Button-1> {WidgetTextSelBegin %W %x %y line}
$w tag bind $tag <Any-B1-Motion> {WidgetTextSelMotion %W %x %y}
$w tag bind $tag <Any-ButtonRelease-1> {WidgetTextSelDone %W}
}
proc SeditTextBindings { draft t } {
global sedit quote
# Define binding tags:
# SeditText - simple editor commands and data entry
# TScroll - drag scrolling
# TSelect - text selection
# $t - send message binding
# toplevel - not used
# all - not used because it has focus-change bindings on <Tab>
bindtags $t [list $t SeditText TSelect TScroll [winfo toplevel $t]]
SeditBind $t sendMsg "SeditSend {$draft} {$t} 0 ; break"
SeditBind Entry sendMsg { }
SeditBind $t abortMsg "SeditAbort {$draft} {$t} ; break"
SeditBind Entry abortMsg { }
SeditBind $t quoteMsg "SeditInsertFile {$draft} {$t} {$quote(filename)} ; break"
SeditBind Entry quoteMsg { }
# redisplay debug loggin
if {[info commands log_dump] == "log_dump"} {
bind $t <Key> {log "Key %A %K"}
bind $t <Enter> {log "Enter %W"}
bind $t <Leave> {log "Leave %W"}
bind $t <ButtonPress> {log "ButtonPress %W"}
bind $t <ButtonRelease> {log "ButtonRelease %W"}
}
}
proc Sedit_ClassBindings { } {
global sedit
foreach class {SeditText Entry} {
foreach b [bind $class] {
bind $class $b ""
}
}
# This is needed because there are no Text bindings at this
# point - they have not been faulted in yet from the library -
# So erasing them now doesn't help. We use an alternate class.
set tclass SeditText
# Modification bindings
bind $tclass <Return> {
SeditKill?Sel %W
Text_Insert %W insert \n; %W yview -pickplace insert
SeditDirty %W
}
bind $tclass <Tab> {
if [%W compare insert <= hlimit] {
Text_MoveInsert %W insert+1line
Text_MoveInsert %W "insert lineend"
} else {
Text_Insert %W insert \t
%W yview -pickplace insert
SeditDirty %W
}
}
bind $tclass <Double-Tab> {
if [%W compare insert <= hlimit] {
Text_MoveInsert %W hlimit+1line
} else {
Text_Insert %W insert %A; %W yview -pickplace insert
SeditDirty %W
}
}
bind $tclass <Control-i> [bind $tclass <Tab>]
# These bindings ensure that unbound control, meta, and escape
# sequences don't do anything.
foreach ignore {<Escape> <Control-Key> <Meta-Key>} {
bind $tclass $ignore { } ;# no-op
bind Entry $ignore { } ;# no-op
}
SeditBind $tclass selpaste {
Text_Yank %W
SeditDirty %W
}
SeditBind Entry selpaste {
if [catch {%W insert insert [selection get]}] {
if [catch {%W insert insert [selection get -selection CLIPBOARD]}] {
catch {%W insert insert [cutbuffer get]}
}
}
}
# When <Dcircumflex_accent> is pressed, wait for one char and insert the
# compose key ^ <letter>
SeditBind $tclass <Dcircumflex_accent> {
bind SeditText <Any-Key> {
if {"%%A" != "{}"} {
SeditComposedKey %%W "^" "%%A"
}
}
}
# When <Ddiaeresis> is pressed, wait for one char and insert the
# compose key " <letter>
SeditBind $tclass <Ddiaeresis> {
bind SeditText <Any-Key> {
if {"%%A" != "{}"} {
SeditComposedKey %%W "\"" "%%A"
}
}
}
# when the compose char is pressed, wait for 2 chars
# (the first may be part of the composechar event)
SeditBind $tclass composechar {
bind SeditText <Any-Key> {
if {"%%A" != "{}"} {
if {"%A" == "{}"} {
bind SeditText <Any-Key> {
if {"%%%%A" != "{}"} {
SeditComposedKey %%%%W "%%A" "%%%%A"
}
}
} else {
SeditComposedKey %%W "%A" "%%A"
}
}
}
}
SeditBind $tclass seldelete {
Text_KillSelection %W
SeditDirty %W
}
SeditBind Entry seldelete {
catch {%W delete sel.first sel.last}
}
SeditBind $tclass backspace {
if ![SeditKill?Sel %W] {
Text_Delete %W insert-1c insert
}
%W yview -pickplace insert
SeditDirty %W
}
SeditBind Entry backspace {
tkEntryBackspace %W
}
SeditBind $tclass openline {
Text_Insert %W insert \n
Text_MoveInsert %W insert-1c
SeditDirty %W
}
SeditBind Entry openline { info library }
SeditBind $tclass deleol {
if {! [SeditKill?Sel %W]} {
if {[%W index insert] == [%W index {insert lineend}]} {
Text_Delete %W insert insert+1c 1
} else {
Text_Delete %W insert "insert lineend" 1
}
}
%W yview -pickplace insert
SeditDirty %W
}
SeditBind Entry deleol {
%W delete insert end
}
SeditBind $tclass delbol {
if {! [SeditKill?Sel %W]} {
if {[%W index insert] == [%W index {insert linestart}]} {
Text_Delete %W insert-1c insert 1
} else {
Text_Delete %W "insert linestart" insert 1
}
}
%W yview -pickplace insert
SeditDirty %W
}
SeditBind Entry delbol {
%W delete 0 insert
}
SeditBind $tclass delwordforw {
if {! [SeditKill?Sel %W]} {
Text_Delete %W insert [Text_NextWord %W insert] 1
}
SeditDirty %W
}
SeditBind Entry delwordforw { }
SeditBind $tclass delwordback {
if {! [SeditKill?Sel %W]} {
Text_Delete %W [Text_PrevWord %W insert] insert 1
}
%W yview -pickplace insert
SeditDirty %W
}
SeditBind Entry delwordback {
%W delete [string wordstart [%W get] [expr [%W index insert] - 1]] \
insert
tkEntrySeeInsert %W
}
SeditBind $tclass delchar {
if {! [SeditKill?Sel %W]} {
Text_Delete %W insert
}
%W yview -pickplace insert
SeditDirty %W
}
SeditBind Entry delchar {
%W delete insert
}
SeditBind $tclass transpose {
Text_TransposeChars %W
SeditDirty %W
}
SeditBind $tclass transemacs {
Text_TransposeCharsEmacs %W
SeditDirty %W
}
SeditBind Entry transpose {
SeditEntryTranspose %W
}
SeditBind Entry transemacs {
SeditEntryTranspose %W emacs
}
SeditBind $tclass transword {
Text_TransposeWords %W
SeditDirty %W
}
SeditBind Entry transword {
}
# Motion bindings
SeditBind $tclass bof {
Text_MoveInsert %W 1.0
}
SeditBind Entry bof { }
SeditBind $tclass eof {
Text_MoveInsert %W end
}
SeditBind Entry eof { }
SeditBind $tclass linestart {
Text_MoveToBOL %W
}
SeditBind Entry linestart {
%W icursor 0
tkEntrySeeInsert %W
}
SeditBind $tclass lineend {
Text_MoveInsert %W "insert lineend"
}
SeditBind Entry lineend {
%W icursor end
tkEntrySeeInsert %W
}
set sedit(lastpos,Text) {}
SeditBind $tclass up1line {
Text_MoveInsert %W insert-1line
}
SeditBind Entry up1line { }
SeditBind $tclass down1line {
Text_MoveInsert %W insert+1line
}
SeditBind Entry down1line { }
SeditBind $tclass backword {
Text_MoveInsert %W [Text_PrevWord %W insert]
}
SeditBind Entry backword {
set string [%W get]
set curs [expr [%W index insert]-1]
if {$curs < 0} return
for {set x $curs} {$x > 0} {incr x -1} {
if {([string first [string index $string $x] " \t"] < 0)
&& ([string first [string index $string [expr $x-1]] " \t"]
>= 0)} {
break
}
}
%W icursor $x
tkEntrySeeInsert %W
}
SeditBind $tclass forwword {
Text_MoveInsert %W [Text_NextWord %W insert]
}
SeditBind Entry forwword {
set string [%W get]
set curs [expr [%W index insert]+1]
set len [string length $string]
if {$curs < 0} return
for {set x $curs} {$x < $len} {incr x} {
if {([string first [string index $string $x] " \t"] < 0)
&& ([string first [string index $string [expr $x+1]] " \t"]
>= 0)} {
break
}
}
%W icursor $x
tkEntrySeeInsert %W
}
SeditBind $tclass backchar {
Text_MoveInsert %W insert-1c
}
SeditBind Entry backchar {
set x [%W index insert]
if {$x > 0} {
incr x -1
%W icursor $x
tkEntrySeeInsert %W
}
}
SeditBind $tclass forwchar {
Text_MoveInsert %W insert+1c
}
SeditBind Entry forwchar {
set x [%W index insert]
incr x
%W icursor $x
tkEntrySeeInsert %W
}
SeditBind $tclass up1page {
Widget_TextPageUp %W
}
SeditBind Entry up1page { } ;# no-op
SeditBind $tclass down1page {
Widget_TextPageDown %W
}
SeditBind Entry down1page { } ;# no-op
bind $tclass <Any-Key> { SeditInsert %W %A }
bind $tclass <Mod2-Key> { SeditInsert %W %A }
if {[info commands kinput_start] == "kinput_start"} {
bind $tclass <Control-backslash> {SeditKinput_start %W}
bind $tclass <Control-Kanji> {SeditKinput_start %W}
bind $tclass <Control-Shift_R> {SeditKinput_start %W}
}
SeditBind SeditText addrexpand {Addr_KeyExpand %W}
SeditBind SeditText format {Sedit_FormatParagraph %W}
SeditBind SeditText highlight { SeditBeautify %W }
foreach cmd [info commands Hook_TextBind*] {
$cmd $tclass
}
# Selection bindings
set tclass TSelect
SeditBind $tclass selcopy {
catch {clipboard clear ; clipboard append [Text_Selection]}
cutbuffer set [Text_Selection]
}
SeditBind Entry selcopy {
catch {clipboard clear ; clipboard append [Text_Selection]}
cutbuffer set [Text_Selection]
}
SeditBind $tclass selclear { Text_LoseSelection %W }
SeditBind Entry selclear { %W select clear }
SeditBind $tclass selstart {
Text_LoseSelection %W; WidgetTextSelStart %W insert char
}
SeditBind Entry selstart {
%W select clear ; %W select from insert
}
SeditBind $tclass selforw {
Text_SelectTo %W insert
Text_SelectionEnd %W 1
}
SeditBind Entry selforw {
set x [%W index insert]
incr x
%W icursor $x
%W select to insert
}
SeditBind $tclass selback {
Text_SelectTo %W insert
Text_SelectionEnd %W 1
}
SeditBind Entry selback {
set x [%W index insert]
incr x -1
%W icursor $x
%W select to insert
}
SeditBind $tclass selextend {
Text_SelectTo %W insert
Text_SelectionEnd %W 1
Text_SelectionEnd %W 1
}
SeditBind Entry selextend {
%W select to insert
}
bind $tclass <Button-1> {WidgetTextSelBegin %W %x %y char}
bind $tclass <Double-Button-1> {WidgetTextSelBegin %W %x %y word}
bind $tclass <Triple-Button-1> {WidgetTextSelBegin %W %x %y line}
bind $tclass <B1-Motion> {WidgetTextSelMotion %W %x %y}
bind $tclass <ButtonRelease-1> {WidgetTextSelDone %W}
bind $tclass <Shift-Button-1> {WidgetTextSelAgain %W %x %y}
bind $tclass <Shift-B1-Motion> {WidgetTextSelMotion %W %x %y}
bind $tclass <Shift-ButtonRelease-1> {WidgetTextSelDone %W}
bind $tclass <Control-Button-1> {Text_MoveInsert %W @%x,%y noclear}
bind Entry <Any-Key> {SeditEntryInsert %W %A}
bind Entry <Mod2-Key> {SeditEntryInsert %W %A}
bind Entry <Button-1> {SeditEntrySelect %W %x}
bind Entry <Shift-Button-1> {SeditEntryShiftSelect %W %x}
bind Entry <B1-Motion> {SeditEntryDrag %W %x}
bind Entry <Shift-B1-Motion> {SeditEntryDrag %W %x}
bind Entry <Double-Button-1> {SeditEntryWordSelect %W %x}
bind Entry <Triple-Button-1> {SeditEntryLineSelect %W %x}
# Hack. This has been here all the time as part of the default
# entry class bindings. Should be settable though.
bind Entry <Control-u> {%W delete 0 end}
# Scroll bindings
set tclass TScroll
# Clear default scroll bindings
foreach seq {<Button-2> <B2-Motion>} {
bind $tclass $seq {}
bind Entry $seq {}
}
global exwin
switch -- $sedit(scrollButton) {
Middle { set b 2 }
Right { set b 3 }
ShiftMiddle { set b shift2 }
None { set b {} }
}
# focus debug hack
if {([info command log_dump] == "log_dump")} {
bind $tclass <Double-Escape> {
if [catch {
if ![info exists logID] {set logID 0}
while {[file exists /tmp/log$logID]} {
incr logID
}
log SEDIT "/tmp/log$logID"
set out [open /tmp/log$logID w]
puts $out [log_dump]
close $out
Exmh_Status "Debug log in /tmp/log$logID"
incr logID
} err] {
Exmh_Status $err
}
}
}
if {$b == 2 || $b == 3} {
bind $tclass <Button-$b> {
WidgetTextMark %W %y
}
bind $tclass <B$b-Motion> {
WidgetTextDragto %W %y $exwin(scrollSpeed)
}
bind $tclass <Shift-Button-$b> {
WidgetTextMark %W %y
set widgetText(%W,paste?) 0
}
bind $tclass <Shift-B$b-Motion> {
WidgetTextDragto %W %y [expr $exwin(scrollAccel)*$exwin(scrollSpeed)]
}
bind Entry <Button-$b> {%W scan mark %x}
bind Entry <B$b-Motion> {%W scan dragto %x}
} elseif {$b == "shift2"} {
set b 2
bind $tclass <Shift-Button-$b> {WidgetTextMark %W %y}
bind $tclass <Shift-B$b-Motion> \
{WidgetTextDragto %W %y $exwin(scrollSpeed)}
bind Entry <Shift-Button-$b> {%W scan mark %x}
bind Entry <Shift-B$b-Motion> {%W scan dragto %x}
}
bind $tclass <Button-2> {+
set widgetText(%W,time) %t
set widgetText(%W,paste?) 1
set widgetText(%W,x) %x
set widgetText(%W,y) %y
}
bind $tclass <ButtonRelease-2> {
if [info exists widgetText(%W,paste?)] {
if {$widgetText(%W,paste?) &&
(%t - $widgetText(%W,time)) < 500 &&
(abs(%x - $widgetText(%W,x)) < 3) &&
(abs(%y - $widgetText(%W,y)) < 3)} {
catch {
if $sedit(pasteSetsInsert) {
Text_MoveInsert %W @%x,%y noclear
}
Text_Yank %W
SeditDirty %W
}
}
}
}
bind Entry <Button-2> {+
set widgetText(%W,time) %t
set widgetText(%W,paste?) 1
set widgetText(%W,x) %x
set widgetText(%W,y) %y
}
bind Entry <ButtonRelease-2> {
if [info exists widgetText(%W,paste?)] {
if {$widgetText(%W,paste?) &&
(%t - $widgetText(%W,time)) < 500 &&
(abs(%x - $widgetText(%W,x)) < 3) &&
(abs(%y - $widgetText(%W,y)) < 3)} {
if [catch {
%W insert insert [selection get]
}] {
if [catch {%W insert insert [cutbuffer get]}] {
# catch {%W insert insert $sedit(killbuf)}
}
}
}
}
}
}
proc SeditEntryInsert { w a } {
global sedit
if {$a != ""} {
if {$sedit(typeKillsSel)} {
catch {$w delete sel.first sel.last}
}
$w insert insert $a
tkEntrySeeInsert $w
}
}
proc SeditEntrySelect { w x } {
global sedit
set sedit(selectmode,$w) char
$w icursor @$x
$w select from @$x
set sedit(anchor,$w) [$w index @$x]
if {[lindex [$w config -state] 4] == "normal"} {focus $w}
}
proc SeditEntryShiftSelect { w x } {
global sedit
if ![info exists sedit(selectmode,$w)] {
return
}
if {$sedit(selectmode,$w) == "word"} {
set nx [$w index @$x]
set ix [SeditEntryFindWord $w $x [expr {$nx >= $sedit(anchor,$w)}]]
} else {
set ix [$w index @$x]
}
$w select adjust $ix
}
proc SeditEntryDrag { w x } {
global sedit
if ![info exists sedit(selectmode,$w)] {
return
}
if {$sedit(selectmode,$w) == "word"} {
set nx [$w index @$x]
set ix [SeditEntryFindWord $w $x [expr {$nx >= $sedit(anchor,$w)}]]
} else {
set ix [$w index @$x]
}
$w select to $ix
}
proc SeditEntryWordSelect { w x } {
global sedit
set sedit(selectmode,$w) word
set ix [SeditEntryFindWord $w $x 0]
$w select from $ix
$w icursor $ix
tkEntrySeeInsert $w
$w select to [SeditEntryFindWord $w $x 1]
set sedit(anchor,$w) $ix
}
proc SeditEntryFindWord { w x {forw 1} } {
set string [$w get]
set ix [$w index @$x]
set start 1
set char [string index $string $ix]
if {$forw} {
while {[string length $char] && ![regexp {[ ]} $char]} {
incr ix
set char [string index $string $ix]
set start 0
}
} else {
while {[string length $char] && ![regexp {[ ]} $char]} {
incr ix -1
set char [string index $string $ix]
set start 0
}
}
if {! $start} {
if {$forw} {
incr ix -1
} else {
incr ix 1
}
}
return $ix
}
proc SeditEntryLineSelect { w x } {
global sedit
set sedit(selectmode,$w) char ;# yes, char
$w select from 0
$w select to end
$w icursor 0
tkEntrySeeInsert $w
}
proc SeditEntryTranspose { w {how ""} } {
set _x [$w index insert]
if {$how == "emacs"} {
# Transpose two characters around insert and advance insert
incr _x -1
if {$_x < 0} {set _x 0}
set _c [string index [$w get] $_x]
$w delete $_x
$w icursor [expr [$w index insert] +1]
$w insert insert $_c
} else {
# Transpose two characters before insert
incr _x -2
if {$_x < 0} {set _x 0}
set _c [string index [$w get] $_x]
$w delete $_x
incr _x
$w insert $_x $_c
}
tkEntrySeeInsert $w
}
proc SeditKill?Sel { w } {
global sedit
if $sedit(typeKillsSel) {
return [Text_KillSelection $w]
} else {
return 0
}
}
proc SeditInsert { w a } {
global sedit
if {"X$a" != "X"} {
if $sedit(typeKillsSel) {
Text_KillSelection $w
}
scan $a %c X
if {$X > 127} {
set sedit($w,8bit) 1
}
if {[string compare $sedit($w,format) "OnType"] == 0} {
set i [SeditCount $w insert]
if {$i >= $sedit(lineLength)} {
if [$w compare insert <= hlimit] {
set stuff "\n "
} else {
set stuff \n
}
if [catch {$w insert wordbreak $stuff}] {
$w insert insert $stuff
}
$w mark unset wordbreak
}
$w insert insert $a
if [regexp $sedit(wordbreakpat) $a] {
$w mark set wordbreak insert
$w mark gravity wordbreak left
}
} else {
$w insert insert $a
}
$w yview -pickplace insert
set sedit($w,dirty) 1
}
}
proc SeditCount {w mark} {
set string [$w get "$mark linestart" $mark]
set i 0
foreach c [split $string {}] {
if {"$c" == "\t"} {
set i [expr $i/8 + 8]
} else {
incr i
}
}
return $i
}
proc SeditMarkClean { t } {
global sedit
set sedit($t,dirty) 0
}
proc SeditDirty { t } {
global sedit
set sedit($t,dirty) 1
}
proc SeditIsDirty { t } {
global sedit
return $sedit($t,dirty)
}
proc Sedit_Pref {} {
global sedit
if [Exwin_Toplevel .seditpref "Simple Edit Preferences" Pref] {
Widget_AddBut .seditpref.but save "Save" {SeditPrefSave}
Widget_AddBut .seditpref.but help "Help" {SeditPrefHelp}
Widget_AddBut .seditpref.but event "Events" {SeditEventHelp}
Widget_Label .seditpref.but label {left fill} \
-text "Text and Entry class bindings"
set f2 [Widget_Frame .seditpref tog]
pack $f2 -padx 10 -pady 4 -fill none
$f2 configure -bd 2
Widget_Label $f2 label {left padx 10} -text "Options"
Widget_CheckBut $f2 type "Type Kills SEL" sedit(typeKillsSel) {left padx 4}
Widget_CheckBut $f2 paste "Paste Sets Insert" sedit(pasteSetsInsert) {left padx 4}
set f2 [Widget_Frame .seditpref tog2 Frame {top expand fillx padx 10 pady 4}]
$f2 configure -bd 2
pack $f2 -padx 10 -pady 4 -fill none
Widget_Label $f2 label {left padx 10} -text "Scroll Button"
Widget_RadioBut $f2 but2 "Middle" sedit(scrollButton) {left padx 4}
Widget_RadioBut $f2 but3 "Right" sedit(scrollButton) {left padx 4}
Widget_RadioBut $f2 shift2 "Shift-Middle" sedit(scrollButton) {left padx 4}
Widget_RadioBut $f2 none "None" sedit(scrollButton) {left padx 4}
set f [Widget_Frame .seditpref p Dialog]
$f configure -bd 10
set lr [Widget_SplitFrame $f Left Right]
set left [lindex $lr 0]
set right [lindex $lr 1]
set width 0
foreach item [array names sedit] {
if [regexp ^key $item] {
set name [lindex [split $item ,] 1]
set w [string length $name]
if {$w > $width} { set width $w }
}
}
set size 0
if [info exists sedit(key,delword)] {
lappend sedit(key,delwordforw) $sedit(key,delword)
unset sedit(key,delword)
}
foreach item [lsort [array names sedit]] {
if [regexp ^key $item] {
set name [lindex [split $item ,] 1]
incr size
set keystroke $sedit($item)
set frame [lindex $lr [expr {$size % 2}]]
SeditPrefItem $frame $width $name $keystroke
}
}
}
}
proc SeditPrefItem { frame width name keystroke } {
global sedit
Widget_Frame $frame $name Preference
Widget_Label $frame.$name label {left} -text $name -width $width
Widget_Entry $frame.$name entry {right expand fill}
set sedit(entry,$name) $frame.$name.entry
$frame.$name.entry insert 0 $keystroke
}
proc SeditPrefHelp {} {
Help Seditpref "Simple Edit Bindings Help"
}
proc SeditPrefSave { } {
global sedit
# Save it
set out [open $sedit(dotfile) w]
foreach item [array names sedit] {
if [regexp ^key $item match] {
set name [lindex [split $item ,] 1]
set entry $sedit(entry,$name)
set keystrokes [$entry get]
puts $out [list set sedit($match,$name) $keystrokes]
}
}
puts $out "set sedit(pasteSetsInsert) $sedit(pasteSetsInsert)"
puts $out "set sedit(typeKillsSel) $sedit(typeKillsSel)"
puts $out "set sedit(scrollButton) $sedit(scrollButton)"
close $out
Exwin_Dismiss .seditpref
# Apply it to current session
SeditReadPref
Sedit_ClassBindings
}
proc SeditKinput_start { w } {
global sedit
# modified by k.furukawa, jan.1995. for automatic iso-2022-jp detection.
# sedit($window, Acharset) is initialized with {} in Sedit_Start.
# once kinput2 is used, the message header will have "charset=iso-2022-jp"
# if you set "on" for "specify charset ..." in sedit preference.
if [catch {kinput_start $w over} msg] {
Exmh_Status "kinput2 failed: $msg"
return
}
set sedit($w,Acharset) iso-2022-jp
}
proc SeditEventHelp {} {
set t .seditevent.text
if [Exwin_Toplevel .seditevent "Event Helper" Pref] {
Widget_SimpleText .seditevent text {expand fill} -width 40 -height 10
bind $t <Key> {SeditEventFeedback %W %K %A ; break}
}
$t delete 1.0 end
$t insert 1.0 "Type into this window to see what events\nare generated by your keyboard\n***\n"
}
proc SeditEventFeedback {t keysym char} {
$t insert end "Keysym $keysym "
if {[string length $char] == 0} {
switch -glob -- $keysym {
Control* {set mod Control}
Alt* {set mod Meta}
Shift* {set mod Shift}
}
if [info exists mod] {
$t insert end "Modifier $mod"
}
$t insert end \n
} else {
$t insert end "Char \"$char\"\n"
}
$t yview -pickplace end
}
|