The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::Editor::Easy::Key - Key functions using object-oriented interface of "Text::Editor::Easy".

VERSION

Version 0.49

FUNCTIONS

backspace

close

Should behave like a standard file close.

copy

Copy the selected text to the clipboard.

copy_line

cut_line

delete_start_selection_point

Delete from memory the start point of the selected text.

display_cursor_display

down

end

end_file

Action to be done when the user press enter for the first time in the macro panel after a ctrl-f sequence (the search expression have been set, the cursor will be sent to the first found position).

Next search and new cursor position change.

home

inser

jump_down

jump_left

jump_right

jump_up

left

list_display_positions

move_down

move_up

new_a

page_down

page_up

paste

query_segments

save

save_selection

Save selection after a "shift-press" : the end point of the selected text has been modified by a move, must be saved.

Code executed when the ctrl-f key is pressed.

sel_first

sel_second

set_start_selection_point

No text has been selected yet, so the start point of the selection must be fixed.

shift_down

Selection towards bottom.

shift_end

Selection towards end of the display.

shift_home

Selection towards start of the display.

shift_left

Selection towards left.

shift_page_down

Selection of one page towards bottom.

shift_page_up

Selection of one page towards top.

shift_right

Selection towards right.

shift_up

Selection towards up.

top_file

up

wrap

COPYRIGHT & LICENSE

Copyright 2008 - 2009 Sebastien Grommier, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.