Curses::UI::TextEditor

Curses::UI::TextEditor module can create and manipulate texteditor widgets.
Download

Curses::UI::TextEditor Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marcus Thiesen
  • Publisher web site:
  • http://search.cpan.org/~mdxi/Curses-UI-0.9601/lib/Curses/UI/Buttonbox.pm

Curses::UI::TextEditor Tags


Curses::UI::TextEditor Description

Curses::UI::TextEditor module can create and manipulate texteditor widgets. Curses::UI::TextEditor module can create and manipulate texteditor widgets.CLASS HIERARCHY Curses::UI::Widget Curses::UI::Searchable | +----Curses::UI::TextEditorSYNOPSIS use Curses::UI; my $cui = new Curses::UI; my $win = $cui->add('window_id', 'Window'); my $editor = $win->add( 'myeditor', 'TextEditor', -vscrollbar => 1, -wrapping => 1, ); $editor->focus(); my $text = $editor->get();Curses::UI::TextEditor is a widget that can be used to create a couple of different kinds of texteditors. These are:multi-line texteditor This is a multi-line text editor with features like word-wrapping, maximum textlength and undo.single-line texteditor The texteditor can be created as a single-line editor. Most of the features of the default texteditor will remain. Only the multi-line specific options will not be available (like moving up and down in the text).read only texteditor The texteditor can also be used in read only mode. In this mode, the texteditor will function as a text viewer. The user can walk through the text and search trough it.See exampes/demo-Curses::UI::TextEditor in the distribution for a short demo of these.Requirements:· Perl


Curses::UI::TextEditor Related Software