diff options
| author | Méven Car <[email protected]> | 2020-12-02 07:07:41 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2020-12-02 07:07:41 +0000 |
| commit | 60b9eaa4c1c4d3057934d2cefbbe986553090ab3 (patch) | |
| tree | 0b7db540efc47439862a3e11f5e1419c33d03694 /doc/index.docbook | |
| parent | ce11325115b8655fd687c78fdf0b1c358806195e (diff) | |
Toolbar: move and rename filter to edit menu above Search
This is to expose more filter.
Also rename "Show Filter Bar" to simply "Filter", keep "Show Filter Bar" as tooltip
Adds a toggle filter bar action.
Diffstat (limited to 'doc/index.docbook')
| -rw-r--r-- | doc/index.docbook | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/doc/index.docbook b/doc/index.docbook index 50fc37d91..589e09e1b 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -775,6 +775,26 @@ current folder, &RMB; click in the work space and click </sect2> +<sect2 id="filter-files"> +<title>Filtering Files</title> + +<para> +&dolphin; is capable of filtering files, &ie; showing only those items in the +view whose name contains a given text. For example, if you wish to show +only the <acronym>MP3</acronym> files within a folder, you could filter for <quote>.mp3</quote>. +This would then filter out all files whose name does not contain <quote>.mp3</quote>. +</para> + +<para> +To filter files, first enable the filter bar, either by pressing <keycombo action="simul">&Ctrl;<keycap>I</keycap></keycombo> +or via the menu: <menuchoice> <guimenu>Edit</guimenu> <guimenuitem>Filter...</guimenuitem> </menuchoice>. +You can then enter the text to be filtered for in the filter bar. The filter bar can +be disabled either by pressing &Esc;, or with a &LMB; click on the +<guiicon>Hide Filter Bar</guiicon> icon. +</para> + +</sect2> + <sect2 id="finding-searching-in-file"> <title>Finding Files and Searching in Files</title> <!-- FIXME search in hidden files + folders View -> Show Hidden Files has to be enabled ? --> @@ -912,26 +932,6 @@ via the Tools menu: <menuchoice> <guimenu>Tools</guimenu> <guimenuitem>Compare F </sect2> -<sect2 id="filter-files"> -<title>Filtering Files</title> - -<para> -&dolphin; is capable of filtering files, &ie; showing only those items in the -view whose name contains a given text. For example, if you wish to show -only the <acronym>MP3</acronym> files within a folder, you could filter for <quote>.mp3</quote>. -This would then filter out all files whose name does not contain <quote>.mp3</quote>. -</para> - -<para> -To filter files, first enable the filter bar, either by pressing <keycombo action="simul">&Ctrl;<keycap>I</keycap></keycombo> -or via the menu: <menuchoice> <guimenu>Tools</guimenu> <guimenuitem>Show Filter Bar</guimenuitem> </menuchoice>. -You can then enter the text to be filtered for in the filter bar. The filter bar can -be disabled either by pressing &Esc;, or with a &LMB; click on the -<guiicon>Hide Filter Bar</guiicon> icon. -</para> - -</sect2> - </sect1> </chapter> @@ -1755,6 +1755,19 @@ Is disabled if the current user does not have write permission on the selected i <varlistentry> <term><menuchoice> <shortcut> +<keycombo action="simul">&Ctrl;<keycap>I</keycap></keycombo> +</shortcut> +<guimenu>Edit</guimenu> +<guimenuitem>Filter...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Enables and disables the <link linkend="filter-files">filter bar</link>.</action> +You can also use the alternate shortcut <keycombo action="simul">&Shift;<keycap>/</keycap></keycombo> +for this action.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> <keycombo action="simul">&Ctrl;<keycap>F</keycap></keycombo> </shortcut> <guimenu>Edit</guimenu> @@ -2055,19 +2068,6 @@ be reopened.</action></para></listitem> <varlistentry> <term><menuchoice> <shortcut> -<keycombo action="simul">&Ctrl;<keycap>I</keycap></keycombo> -</shortcut> -<guimenu>Tools</guimenu> -<guimenuitem>Show Filter Bar</guimenuitem> -</menuchoice></term> -<listitem><para><action>Enables and disables the <link linkend="filter-files">filter bar</link>.</action> -You can also use the alternate shortcut <keycombo action="simul">&Shift;<keycap>/</keycap></keycombo> -for this action.</para></listitem> -</varlistentry> - -<varlistentry> -<term><menuchoice> -<shortcut> <keycombo action="simul">&Shift;<keycap>F4</keycap></keycombo> </shortcut> <guimenu>Tools</guimenu> |
