--- a/eric6/Documentation/Source/eric6.UI.Browser.html Tue Feb 16 18:25:47 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.Browser.html Wed Feb 17 17:51:42 2021 +0100 @@ -231,6 +231,10 @@ <td>Protected slot to prepare the goto submenu of the attribute menu.</td> </tr> <tr> +<td><a href="#Browser._showHidden">_showHidden</a></td> +<td>Protected slot to show or hide hidden files.</td> +</tr> +<tr> <td><a href="#Browser.getSelectedItems">getSelectedItems</a></td> <td>Public method to get the selected items.</td> </tr> @@ -480,6 +484,20 @@ <p> Protected slot to prepare the goto submenu of the attribute menu. </p> +<a NAME="Browser._showHidden" ID="Browser._showHidden"></a> +<h4>Browser._showHidden</h4> +<b>_showHidden</b>(<i>checked</i>) + +<p> + Protected slot to show or hide hidden files. +</p> +<dl> + +<dt><i>checked</i> (bool)</dt> +<dd> +flag indicating the state of the action +</dd> +</dl> <a NAME="Browser.getSelectedItems" ID="Browser.getSelectedItems"></a> <h4>Browser.getSelectedItems</h4> <b>getSelectedItems</b>(<i>filterList=None</i>)