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

NAME

Text::Editor::Easy::Data - Global common data shared by all threads.

VERSION

Version 0.31

FUNCTIONS

async_response

async_status

data_file_name

data_get_editor_from_file_name

data_get_editor_from_name

data_get_search_options

Get the previously saved options of the search (regexp, initial positions) : not yet finished.

data_last_current

Get the Text::Editor::Easy reference that had focus when ctrl-f was pressed.

data_name

data_set_search_options

Set the search options (regexp, initial positions) : not yet finished.

data_substitute_eval_with_file

find_in_zone

free_call_id

init_data

This sub shouldn't have been created. The link should always be made by the Zone object and a Zone event.

list_in_zone

reference_editor

reference_print_redirection

reference_zone

save_conf

Return Text::Editor::Easy configurations : first line on the screen, at which height, cursor position...

save_current

Save the reference of the Text::Editor::Easy instance that has the focus and in which a search begins.

size_self_data

trace

trace_call

trace_display_calls

trace_new

trace_print

trace_response

trace_start

zone_list

zone_named

COPYRIGHT & LICENSE

Copyright 2008 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.