in reply to Re: simple text editor
in thread simple text editor

That has inspired me to write a "minimal" Tk editor.

You can probably get somewhat closer to "minimal" (depending on your def'n) using Tk::TextUndo. Something like this will get you most of the way there:

perl -MTk -MTk::TextUndo -e "(tkinit)->Scrolled('TextUndo')->pack;Main +Loop"
Right click for a menu. Some menu items require implementation.

-sauoq
"My two cents aren't worth a dime.";