Add toolbar button for find/replace

This commit is contained in:
Lyn Perrine 2021-01-08 21:15:10 -08:00
parent 22c7a67783
commit 7917fa893f

View File

@ -43,7 +43,7 @@ To jump to a particular line in a file press :kbd:`control +j` or :menuselection
.. image:: featherpad-jump.png
To find and replace text press :kbd:`control +r` or :menuselection:`Search --> Replace`. Type the text you want to Find in the find field and type what you want to put in with the Replace with field and then press enter to finish the finding and replacing through the whole file.
To find and replace text press :kbd:`control +r`, the button with a magnifying glass and a pencil, or :menuselection:`Search --> Replace`. Type the text you want to Find in the find field and type what you want to put in with the Replace with field and then press enter to finish the finding and replacing through the whole file.
.. image:: featherpad-find-replace.png