Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asb-capfan/tk-text-supertext

Improved Text Widget for Perl/Tk
https://github.com/asb-capfan/tk-text-supertext

gui perl tk ui-components

Last synced: 9 days ago
JSON representation

Improved Text Widget for Perl/Tk

Awesome Lists containing this project

README

        

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, auto-indent, 'inline' selection paste, matching parentheses highlight/find,
commands bound via virtual events.

AUTHOR

Send comments,suggestions,flames :) to:

Current maintainer is Alexander Becker.

Originally written by Alessandro Iob.

COPYRIGHT

Copyright (c) 2016-2021 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???).