From f7debc6adbe63183852801cb8c5a14ca595149db Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 23 Jan 2019 22:05:20 -0800 Subject: [PATCH] Add search in subdirectories checkbox. Note there is an bug in this dialog which I put the correct version in so I don't leve this broken after upstream fixes this https://github.com/lxqt/pcmanfm-qt/issues/883. I don't want to remember to come back to fix this in the manual --- source/2/2.4/2.4.4/pcmanfm-qt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.4/pcmanfm-qt.rst b/source/2/2.4/2.4.4/pcmanfm-qt.rst index bf47ce3e..a6aca654 100644 --- a/source/2/2.4/2.4.4/pcmanfm-qt.rst +++ b/source/2/2.4/2.4.4/pcmanfm-qt.rst @@ -23,7 +23,7 @@ To connect to a remote server such as a NAS go to the :menuselection:`go --> Co To see hidden files press :kbd:`control +h`, right click show hidden, or go to:menuselection:`view --> show hidden`. Press the same thing again to hide hidden files again. To open a terminal in your current folder press :kbd:`f4` or :menuselection:`Tool --> Open terminal` from the menu. To view the properties of a file or folder right click on it and select properties from the menu or press :kbd:`Alt +Enter`. General will show you the size of the file where the file is and when it was last modified or accessed. -To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To type part of name in the part where it says :guilabel:`File Name Patterns`. To make your search case insensitive check the :guilabel:`Case insensitive`. To toggle searching with regular expressions check/uncheck the :guilabel:`Use regular expression` checkbox. To add locations and places to search press the :guilabel:`Add` button and select the additional places to search. To remove an additional place to search press the :guilabel:`Remove` button. +To search for files press :kbd:`f3` or :menuselection:`Tool --> search` for files. To type part of name in the part where it says :guilabel:`File Name Patterns`. To make your search case insensitive check the :guilabel:`Case insensitive`. To toggle searching with regular expressions check/uncheck the :guilabel:`Use regular expression` checkbox. To add locations and places to search press the :guilabel:`Add` button and select the additional places to search. To remove an additional place to search press the :guilabel:`Remove` button. To toggle searching in Subdirectories check/uncheck the :guilabel:`Search in subdirectories`. The :guilabel:`permissions` tab will show you who owns the file which if you can't change it will be grayed out and who has permisson to read modify and execute the file. To change permision of files the :guilabel:`Owner`, :guilabel:`Group`, or :guilabel:`Other` drop down menu will allow you to choose whether you can read, read and write, or forbidden. To make something executeable such as a script you wrote check the :guilabel:`Make the file executable`.