--- a/src/eric7/Documentation/Source/eric7.Project.ProjectBrowserModel.html Fri May 16 17:07:57 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.Project.ProjectBrowserModel.html Sun May 18 11:59:33 2025 +0200 @@ -801,7 +801,7 @@ </dl> <a NAME="ProjectBrowserModel.findParentItemByName" ID="ProjectBrowserModel.findParentItemByName"></a> <h4>ProjectBrowserModel.findParentItemByName</h4> -<b>findParentItemByName</b>(<i>type_, name, dontSplit=False</i>) +<b>findParentItemByName</b>(<i>type_, name, dontSplit=False, signalTypeChange=False</i>) <p> Public method to find an item given its name. </p> @@ -820,9 +820,15 @@ <dd> name of the item </dd> -<dt><i>dontSplit</i> (bool)</dt> +<dt><i>dontSplit</i> (bool (optional))</dt> <dd> -flag indicating the name should not be split +flag indicating the name should not be split (defaults to + False) +</dd> +<dt><i>signalTypeChange</i> (bool (optional))</dt> +<dd> +flag indicating to emit a signal indicating a change of + the non-visible project type of a directory item (defaults to False) </dd> </dl> <dl>