Skip to content

Commit

Permalink
[skip ci] In the Helper Function section with the replace/rereplace/s…
Browse files Browse the repository at this point in the history
…earch/research, explain the workaround until such time as they are implemented
  • Loading branch information
pryrt committed Jun 4, 2020
1 parent e108451 commit 1456f0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Win32/Mechanize/NotepadPlusPlus/Editor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11187,6 +11187,10 @@ sub replaceWholeLine {
TODO: need to figure out how to implement the search/replace helper methods described in PythonScript API, as much as is possible.
Until such time as they are implemented, it is recommended you just use the already-existing L</Searching> methods; or,
if that's not sufficient, use L<C<getText()>|/getText> and L<C<setText()>|/setText> to pass the whole file into and out
of Perl, and use the power of Perl for your text manipulations.
=item search
editor->search(...);
Expand Down

0 comments on commit 1456f0f

Please sign in to comment.