--- a/src/eric7/Documentation/Source/eric7.VCS.VersionControl.html Tue Oct 29 14:21:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.VCS.VersionControl.html Tue Oct 29 19:48:56 2024 +0100 @@ -155,6 +155,10 @@ <td>Public method to get the monitor interval.</td> </tr> <tr> +<td><a href="#VersionControl.restartStatusMonitor">restartStatusMonitor</a></td> +<td>Public method to re-start the VCS status monitor thread.</td> +</tr> +<tr> <td><a href="#VersionControl.setStatusMonitorAutoUpdate">setStatusMonitorAutoUpdate</a></td> <td>Public method to enable the auto update function.</td> </tr> @@ -645,6 +649,32 @@ int </dd> </dl> +<a NAME="VersionControl.restartStatusMonitor" ID="VersionControl.restartStatusMonitor"></a> +<h4>VersionControl.restartStatusMonitor</h4> +<b>restartStatusMonitor</b>(<i>project</i>) +<p> + Public method to re-start the VCS status monitor thread. +</p> + +<dl> + +<dt><i>project</i> (Project)</dt> +<dd> +reference to the project object +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +reference to the monitor thread +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QThread +</dd> +</dl> <a NAME="VersionControl.setStatusMonitorAutoUpdate" ID="VersionControl.setStatusMonitorAutoUpdate"></a> <h4>VersionControl.setStatusMonitorAutoUpdate</h4> <b>setStatusMonitorAutoUpdate</b>(<i>auto</i>)