4 Einträge, 1 Seite |
1
2
3
4
5
6
7
do {
next if ($answer == wxCANCEL);
& pce::edit:: save_positions;
$answer = &sniff_selection(0, $sci_frame->GetTextLength);
&pce::edit::restore_positions;
}
until (&pce::document::select_next == $first_doc);
1
2
3
4
5
6
7
do {
next if ($answer == wxCANCEL);
&pce::edit::save_positions;
$answer = &sniff_selection(0, $sci_frame->GetTextLength);
&pce::edit::restore_positions;
}
until (&pce::document::select_next == $first_doc);
4 Einträge, 1 Seite |