--- a/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html Fri Jun 14 11:18:10 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html Fri Jun 14 11:23:45 2024 +0200 @@ -912,7 +912,7 @@ <a NAME="BrowserDirectoryItem.__init__" ID="BrowserDirectoryItem.__init__"></a> <h4>BrowserDirectoryItem (Constructor)</h4> -<b>BrowserDirectoryItem</b>(<i>parent, dinfo, full=True</i>) +<b>BrowserDirectoryItem</b>(<i>parent, dinfo, full=True, fsInterface=None</i>) <p> Constructor </p> @@ -927,9 +927,14 @@ <dd> dinfo is the string for the directory </dd> -<dt><i>full</i> (bool)</dt> -<dd> -flag indicating full pathname should be displayed +<dt><i>full</i> (bool (optional))</dt> +<dd> +flag indicating full pathname should be displayed (defaults to True) +</dd> +<dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> +<dd> +reference to the 'eric-ide' server file system interface + (defaults to None) </dd> </dl> <a NAME="BrowserDirectoryItem.dirName" ID="BrowserDirectoryItem.dirName"></a> @@ -1147,7 +1152,7 @@ <a NAME="BrowserFileItem.__init__" ID="BrowserFileItem.__init__"></a> <h4>BrowserFileItem (Constructor)</h4> -<b>BrowserFileItem</b>(<i>parent, finfo, full=True, sourceLanguage=""</i>) +<b>BrowserFileItem</b>(<i>parent, finfo, full=True, sourceLanguage="", fsInterface=None</i>) <p> Constructor </p> @@ -1162,13 +1167,18 @@ <dd> the string for the file </dd> -<dt><i>full</i> (bool)</dt> -<dd> -flag indicating full pathname should be displayed -</dd> -<dt><i>sourceLanguage</i> (str)</dt> -<dd> -source code language of the project +<dt><i>full</i> (bool (optional))</dt> +<dd> +flag indicating full pathname should be displayed (defaults to True) +</dd> +<dt><i>sourceLanguage</i> (str (optional))</dt> +<dd> +source code language of the project (defaults to "") +</dd> +<dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> +<dd> +reference to the 'eric-ide' server file system interface + (defaults to None) </dd> </dl> <a NAME="BrowserFileItem.dirName" ID="BrowserFileItem.dirName"></a> @@ -2884,20 +2894,25 @@ <a NAME="BrowserModel.__init__" ID="BrowserModel.__init__"></a> <h4>BrowserModel (Constructor)</h4> -<b>BrowserModel</b>(<i>parent=None, nopopulate=False</i>) +<b>BrowserModel</b>(<i>parent=None, nopopulate=False, fsInterface=None</i>) <p> Constructor </p> <dl> -<dt><i>parent</i> (QObject)</dt> -<dd> -reference to parent object -</dd> -<dt><i>nopopulate</i> (bool)</dt> -<dd> -flag indicating to not populate the model +<dt><i>parent</i> (QObject (optional))</dt> +<dd> +reference to parent object (defaults to None) +</dd> +<dt><i>nopopulate</i> (bool (optional))</dt> +<dd> +flag indicating to not populate the model (defaults to False) +</dd> +<dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> +<dd> +reference to the 'eric-ide' server interface object + (defaults to None) </dd> </dl> <a NAME="BrowserModel.__populateModel" ID="BrowserModel.__populateModel"></a> @@ -3544,7 +3559,7 @@ <a NAME="BrowserSimpleDirectoryItem.__init__" ID="BrowserSimpleDirectoryItem.__init__"></a> <h4>BrowserSimpleDirectoryItem (Constructor)</h4> -<b>BrowserSimpleDirectoryItem</b>(<i>parent, text, path=""</i>) +<b>BrowserSimpleDirectoryItem</b>(<i>parent, text, path="", fsInterface=None</i>) <p> Constructor </p> @@ -3563,6 +3578,11 @@ <dd> path of the directory </dd> +<dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> +<dd> +reference to the 'eric-ide' server file system interface + (defaults to None) +</dd> </dl> <a NAME="BrowserSimpleDirectoryItem.dirName" ID="BrowserSimpleDirectoryItem.dirName"></a> <h4>BrowserSimpleDirectoryItem.dirName</h4>