Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/asb-capfan/tk-text-supertext
- Owner: asb-capfan
- Created: 2016-02-05T13:46:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T22:06:32.000Z (2 months ago)
- Last Synced: 2024-11-26T23:19:53.139Z (2 months ago)
- Topics: gui, perl, tk, ui-components
- Language: Perl
- Homepage: https://metacpan.org/pod/Tk::Text::SuperText
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
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.
PREREQUISITESThis 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
TODOConfigurable syntax highlighting (as a separate module???).