diff --git a/source/2/2.4/2.4.2/Featherpad.rst b/source/2/2.4/2.4.2/Featherpad.rst index d36a7adc..19683975 100644 --- a/source/2/2.4/2.4.2/Featherpad.rst +++ b/source/2/2.4/2.4.2/Featherpad.rst @@ -36,7 +36,11 @@ To search your text file press :kbd:`Control + f` or :menuselection:`Search --> .. image:: featherpad-find.png -To jump to a particular line in a file press :kbd:`control +j` or :menuselection:`Search --> Jump to` or the button that looks like >>. To select the text you jump to press the :guilabel:`Select Text` button. Then in the bar at the bottom type in what line you want to jump to. 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 jump to a particular line in a file press :kbd:`control +j` or :menuselection:`Search --> Jump to` or the button that looks like >>. To select the text you jump to press the :guilabel:`Select Text` button. Then in the bar at the bottom type in what line you want to jump to. + +.. 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. .. image:: featherpad-find-replace.png diff --git a/source/2/2.4/2.4.2/featherpad-jump.png b/source/2/2.4/2.4.2/featherpad-jump.png new file mode 100644 index 00000000..636a07f1 Binary files /dev/null and b/source/2/2.4/2.4.2/featherpad-jump.png differ