in reply to Editor with Perl
When I was playing with perl Tk a lot (previous job) I built a very simple editor quite quickly using the Tk::Text widget, I think even more sophistication could be achieved using Tk::Text::SuperText Both would be good places to start if you were considering such an endeavour.
You may also want to check this node which suggests the PerlTk text widget is superior to the GTK one.
--
my $chainsaw = 'Perl';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Zigster) Re: Re: Editor with Perl
by zigster (Hermit) on Apr 11, 2001 at 17:41 UTC | |
by Anonymous Monk on Apr 11, 2001 at 17:52 UTC | |
|
Re: Re: Editor with Perl
by stefan k (Curate) on Apr 11, 2001 at 18:12 UTC |