1Padre::Wx::FindResult(3U)ser Contributed Perl DocumentatiPoandre::Wx::FindResult(3)
2
3
4

NAME

6       Padre::Wx::FindResult - Find and list all occurrences
7

DESCRIPTION

9       "Padre::Wx::FindResult" Displays a list of all the occurrences of term
10       in a file.   Clicking on an item in the list will go to the line in
11       that editor.
12
13       "new"
14
15       Create the new Find results panel.
16
17       "gettext_label"
18
19       Sets the label of the tab. Called automatically when the object is
20       created.
21
22       "set_column_widths"
23
24          $self->set_column_widths
25
26       Works out the correct column widths for the list columns.
27
28       "on_list_item_activated"
29
30       On double click event go to the selected line in the editor
31
32       "select_line"
33
34          $self->select_line($lineNumber, $editor);
35
36       Sets the focus to the selected line.
37
38       "_get_title"
39
40          $self->_get_title;
41
42       Set the column headings to the list.
43
44       "relocale"
45
46          $self->relocale;
47
48       Reset the column headings if locales are changed.
49
50       "on_right_down"
51
52       Called when the user presses a right click or a context menu key (on
53       Win32).
54
55       "populate_list"
56
57               my $entry->[0]->{lineNumber} = 10;
58               $entry->[0]->{line} = ' this is at line 10';
59               $self->populate_list($entry);
60
61       Populate the list with the line number and text.
62
63
64
65perl v5.30.0                      2019-07-26          Padre::Wx::FindResult(3)
Impressum