--- a/eric7/Documentation/Source/eric7.VCS.StatusMonitorThread.html Wed Sep 22 18:20:06 2021 +0200 +++ b/eric7/Documentation/Source/eric7.VCS.StatusMonitorThread.html Wed Sep 22 19:52:28 2021 +0200 @@ -41,6 +41,11 @@ <h3>Signals</h3> <dl> +<dt>vcsStatusMonitorAllData(dict)</dt> +<dd> +emitted to signal all VCS status + (key is project relative file name, value is status) +</dd> <dt>vcsStatusMonitorData(list of str)</dt> <dd> emitted to update the VCS status @@ -189,12 +194,14 @@ and the path relative to the project directory starting with the third column. The allowed status flags are: <ul> - <li>"A" path was added but not yet comitted</li> + <li>"A" path was added but not yet committed</li> <li>"M" path has local changes</li> <li>"O" path was removed</li> <li>"R" path was deleted and then re-added</li> <li>"U" path needs an update</li> <li>"Z" path contains a conflict</li> + <li>"?" path is not tracked</li> + <li>"!" path is missing</li> <li>" " path is back at normal</li> </ul> </p>