![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveDifference in 8.4/8.5 text widget - Bug or Feature
From: Adrian Davis <adrian@satisoft.com>
Date: Fri Sep 30 2005 - 09:38:10 CEST
I've just noticed a difference in the behaviour between the 8.4 and 8.5
The following code shows the "issue":-
#==(Start of example code)==#
pack .t
# Say I want to indent to the 6th tab...
set indent "[expr {6 * 0.5}]c"
.t tag configure indented -lmargin1 $indent -lmargin2 $indent
.t insert end "LEFT TEXT"
When using 8.5 (tclkit), the text begining "This is some text..." is
Is this a bug or a "feature?"
Many Thanks,
|