DESCRIPTION

	Tk::Text::SuperText is a Perl module that extends and in some ways redefines 
	the standard perl/TK Tk::Text widget.
	It adds rectangular selections,selection left/right shift,unlimited undo and
	redo,autoindent,'inline' selection paste,matching paretheses highlight/find,
	commands binded via virtual events.

AUTHOR
	Send comments,suggestions,flames :) to:
	
	Current maintainer is Alexander Becker, L<c a p f a n -at- g m x %dot% d e>.
	
	Originally written by Alessandro Iob.
	
COPYRIGHT
	
	Copyright (c) 2016 Alexander Becker. All rights reserved. 
	This program is free software; you can redistribute it and/or modify it under 
	the same terms as Perl itself.
	
PREREQUISITES

	This module is tested with Perl 5.16.3 and Tk804.03.

HOW TO BUILD AND INSTALL

	Just type:
	
	perl Makefile.PL
	make
	make test
	make install
	
TODO

	Configurable syntax highlighting ( as a separate module???).
