Tk::CodeText::None - a Plugin for No syntax highlighting |
Tk::CodeText::None - a Plugin for No syntax highlighting
require Tk::CodeText::None; my $hl = new Tk::CodeText::None; my @line = $hl->highlight($line);
Tk::CodeText::None is some kind of a dummy plugin module. All methods to provide highlighting in a Tk::CodeText widget are there, ready to do nothing.
It only provides those methods, that Tk::CodeText is going to call upon.
The description of the remaining methods is more a description of what they are supposed to do if you write your own plugin. These methods actually do as little as possible.
Hans Jeuken (haje@toneel.demon.nl)
Unknown.
Tk::CodeText::None - a Plugin for No syntax highlighting |