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.

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.

This widget can be found here http://tkinter.unpythonic.net/wiki/EnhancedText.

Thanks for any comments, bug reports, etc.

Ron Longo
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to