Module implementing the VCS status monitor thread class for Git.
None |
GitStatusMonitorThread | Class implementing the VCS status monitor thread class for Git. |
None |
Class implementing the VCS status monitor thread class for Git.
ConflictStates |
None |
GitStatusMonitorThread | Constructor |
_getInfo | Protected method implementing the real info action. |
_performMonitor | Protected method implementing the monitoring action. |
_shutdown | Protected method performing shutdown actions. |
None |
Constructor
Protected method implementing the real info action.
This method should be overridden and create a short info message to be shown in the main window status bar right next to the status indicator.
Protected method implementing the monitoring action.
This method populates the statusList member variable with a list of strings giving the status in the first column and the path relative to the project directory starting with the third column. The allowed status flags are:
Protected method performing shutdown actions.