-
The Standard ML language uses the global 'it' variable for the same purpose. Note also that these should be considered to be features of tclsh/wish and not the Tcl language.
2010-01-07 14:35:10 UTC in Tcl
-
Something is making things pitch out of the iteration early; I suspect that the problem is that the insert is moving the lastMetricUpdateLine backward. The bit on line 2907 (HEAD of tkTextDisp.c) seems fishy. Some of the calcs in TextInvalidateLineMetrics seem fishy too.
2010-01-06 23:10:59 UTC in Tk Toolkit
-
That's a fair-sized patch, and it's not at all clear whether this can be fixed while keeping 1847002 fixed. Commenting to promote this in the mind of the only person likely understand what's been changed...
2010-01-06 21:58:32 UTC in Tk Toolkit
-
dkf committed patchset 5605 of module tk to the Tk Toolkit CVS repository, changing 7 files.
2010-01-06 18:37:35 UTC in Tk Toolkit
-
dkf committed patchset 5607 of module tk to the Tk Toolkit CVS repository, changing 7 files.
2010-01-06 18:37:35 UTC in Tk Toolkit
-
I can only duplicate with Arial, not Courier.
2010-01-06 16:14:14 UTC in Tk Toolkit
-
Examination indicates that a cheap hack won't fix it; to do the job right, we'd need to do the placement of the text ourselves character by character (rotating the character metrics and adding them as doubles). You'll need to find someone to do that for you as I'm not very good at hacking Windows (nor do I have good access to a Windows system to do this).
2010-01-06 15:54:54 UTC in Tk Toolkit
-
Fixed for HEAD. It's a bit of an intrusive fix though (needed a change to the global TkDisplay structure) so I'm not going to backport. (DAS: if you want to backport, note that you want CGPostMouseEvent and not CGWarpMouseCursorPosition; odd things happen if you use the wrong one.)
2010-01-06 15:02:28 UTC in Tk Toolkit
-
dkf committed patchset 5604 of module tk to the Tk Toolkit CVS repository, changing 8 files.
2010-01-06 14:58:29 UTC in Tk Toolkit
-
dkf committed patchset 5606 of module tk to the Tk Toolkit CVS repository, changing 8 files.
2010-01-06 14:58:29 UTC in Tk Toolkit