Artifact 704bad2f7fe7ae14876aa24ca029f402363720ed:
- File SCENARIO — part of check-in [5f3ab55c4a] at 2014-02-26 00:38:52 on branch origin/devel — Harmonize file headers, indent and whitespace in all files (user: quentin@minster.io, size: 935) [annotate] [blame] [check-ins using]
YOU TYPE: YOU GET:
=== SCENARIO 1 ===
puts $<tab> puts $
+ a list of all variables ...
puts $t<tab> puts $t
+ a list of all variables
beginning with t ...
puts $tcl_pl<tab> puts $tcl_platform(
+ a list of all array names of
tcl_platform
puts $tcl_platform(b<tab> puts $tcl_platform(byteOrder)
=== SCENARIO 2 ===
button .b button .b
.b co<tab> .b configure
.b co<tab><tab> .b configure
+ a list of all button options ...
.b co<tab><tab>-r<tab> .b configure -relief
.b co<tab><tab>-r<tab>g<tab> .b configure -relief groove