Re: Text widget and undo
- From: Alan Anderson <aranders@xxxxxxxxxxxxx>
- Date: Tue, 08 Aug 2006 07:39:00 -0400
"Sam" <baudinm@xxxxxxxxx> wrote:
Hi,
I don't know if this is a bug, but I am experiencing a problem with the
Tk's text widget. I create an empty text widget, press the "Suppr" key
on my keyboard, undo the delete and read the modified flag. What is
strange is that the text remains modifed !
It sounds like you expect [.t edit modified] to tell you whether or not
the text matches what it was when you started. I understand it
differently, as a flag that "something" has been done to the text,
specifically an insert or delete. If a string of "somethings" happens
to return the text to its original value, it still has been modified.
.
- Follow-Ups:
- Re: Text widget and undo
- From: Sam
- Re: Text widget and undo
- References:
- Text widget and undo
- From: Sam
- Text widget and undo
- Prev by Date: Re: puts to file and screen
- Next by Date: Re: puts to file and screen
- Previous by thread: Text widget and undo
- Next by thread: Re: Text widget and undo
- Index(es):
Relevant Pages
|