<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I have just completed and uploaded to the Tkinter 
wiki a "Fixed" version of the Tk Text widget called EnhancedText.  This new 
widget (subclassed from Text) is intended to fix some of the quirks of the 
Text widget involving cursor movement.  Namely, in Text, the cursor moves 
by paragraph rather than display-line when using the Up and Down arrow keys and 
it jumps to the beginning and end of a paragraph when using the 'Home' and 'End' 
keys.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>EnhancedText rewrites all the event handling of the 
Text widget.  With EnhancedText, Up, Down, Home and End now move according 
to display lines rather than Paragraphs.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>This widget can be found here <A 
href="http://tkinter.unpythonic.net/wiki/EnhancedText">http://tkinter.unpythonic.net/wiki/EnhancedText</A>.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks for any comments, bug reports, 
etc.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Ron Longo</FONT></DIV></BODY></HTML>