Property | Type | Description | |
---|---|---|---|
DelayedSaveComments | void | ||
GetCommitComment | string | ||
GetCommitComments | |||
GetConfiguration | MonoDevelop.VersionControl.VersionControlConfiguration | ||
GetStatusMonitor | MonoDevelop.Core.ProgressMonitor | ||
NotifyAfterCommit | void | ||
NotifyBeforeCommit | void | ||
NotifyPrepareCommit | void | ||
OnEntryAdded | void | ||
OnExtensionChanged | void | ||
OnFileAdded | void | ||
SaveComments | void | ||
SetCommitComment | void | ||
ShouldAddFile | bool | ||
SolutionItemAddFile | void | ||
SolutionItemAddFiles | void | ||
VersionControlService | System |
Method | Description | |
---|---|---|
AddRepository ( |
||
CheckVersionControlInstalled ( ) : bool | ||
GetCommitMessageFormat ( MonoDevelop.VersionControl.ChangeSet cset, MonoDevelop.Projects.AuthorInformation &authorInfo ) : MonoDevelop.VersionControl.CommitMessageFormat | ||
GetCommitMessageFormat ( MonoDevelop.Projects.SolutionFolderItem item ) : MonoDevelop.VersionControl.CommitMessageFormat | ||
GetProgressMonitor ( string operation ) : MonoDevelop.Core.ProgressMonitor | ||
GetProgressMonitor ( string operation, VersionControlOperationType op ) : MonoDevelop.Core.ProgressMonitor | ||
GetRepositories ( ) : IEnumerable |
||
GetRepository ( WorkspaceObject entry ) : |
||
GetRepositoryReference ( string path, string id ) : |
||
GetStatusLabel ( VersionStatus status ) : string | ||
GetVersionControlSystems ( ) : IEnumerable |
||
IsSolutionDisabled ( Solution it ) : bool | ||
LoadIconForStatus ( VersionStatus status ) : Xwt.Drawing.Image | ||
LoadOverlayIconForStatus ( VersionStatus status ) : Xwt.Drawing.Image | ||
NotifyFileStatusChanged ( MonoDevelop.VersionControl.FileUpdateEventArgs args ) : void | ||
NotifyFileStatusChanged ( IEnumerable |
||
RemoveRepository ( |
||
ResetConfiguration ( ) : void | ||
SaveConfiguration ( ) : void | ||
SetSolutionDisabled ( Solution it, bool value ) : void |
Method | Description | |
---|---|---|
DelayedSaveComments ( object ob ) : void | ||
GetCommitComment ( string file ) : string | ||
GetCommitComments ( ) : |
||
GetConfiguration ( ) : MonoDevelop.VersionControl.VersionControlConfiguration | ||
GetStatusMonitor ( ) : MonoDevelop.Core.ProgressMonitor | ||
NotifyAfterCommit ( |
||
NotifyBeforeCommit ( |
||
NotifyPrepareCommit ( |
||
OnEntryAdded ( object o, MonoDevelop.Projects.SolutionItemEventArgs args ) : void | ||
OnExtensionChanged ( object s, Mono.Addins.ExtensionNodeEventArgs args ) : void | ||
OnFileAdded ( object s, MonoDevelop.Projects.ProjectFileEventArgs e ) : void | ||
SaveComments ( ) : void | ||
SetCommitComment ( string file, string comment, bool save ) : void | ||
ShouldAddFile ( ProjectFileEventInfo info ) : bool | ||
SolutionItemAddFile ( string rootPath, HashSet |
||
SolutionItemAddFiles ( string rootPath, MonoDevelop.Projects.SolutionFolderItem entry, HashSet |
||
VersionControlService ( ) : System |
public static AddRepository ( |
||
repo | ||
return | void |
public static CheckVersionControlInstalled ( ) : bool | ||
return | bool |
public static GetCommitMessageFormat ( MonoDevelop.VersionControl.ChangeSet cset, MonoDevelop.Projects.AuthorInformation &authorInfo ) : MonoDevelop.VersionControl.CommitMessageFormat | ||
cset | MonoDevelop.VersionControl.ChangeSet | |
authorInfo | MonoDevelop.Projects.AuthorInformation | |
return | MonoDevelop.VersionControl.CommitMessageFormat |
public static GetCommitMessageFormat ( MonoDevelop.Projects.SolutionFolderItem item ) : MonoDevelop.VersionControl.CommitMessageFormat | ||
item | MonoDevelop.Projects.SolutionFolderItem | |
return | MonoDevelop.VersionControl.CommitMessageFormat |
public static GetProgressMonitor ( string operation ) : MonoDevelop.Core.ProgressMonitor | ||
operation | string | |
return | MonoDevelop.Core.ProgressMonitor |
public static GetProgressMonitor ( string operation, VersionControlOperationType op ) : MonoDevelop.Core.ProgressMonitor | ||
operation | string | |
op | VersionControlOperationType | |
return | MonoDevelop.Core.ProgressMonitor |
static public GetRepositories ( ) : IEnumerable |
||
return | IEnumerable |
public static GetRepository ( WorkspaceObject entry ) : |
||
entry | WorkspaceObject | |
return |
public static GetRepositoryReference ( string path, string id ) : |
||
path | string | |
id | string | |
return |
public static GetStatusLabel ( VersionStatus status ) : string | ||
status | VersionStatus | |
return | string |
static public GetVersionControlSystems ( ) : IEnumerable |
||
return | IEnumerable |
public static IsSolutionDisabled ( Solution it ) : bool | ||
it | Solution | |
return | bool |
public static LoadIconForStatus ( VersionStatus status ) : Xwt.Drawing.Image | ||
status | VersionStatus | |
return | Xwt.Drawing.Image |
public static LoadOverlayIconForStatus ( VersionStatus status ) : Xwt.Drawing.Image | ||
status | VersionStatus | |
return | Xwt.Drawing.Image |
public static NotifyFileStatusChanged ( MonoDevelop.VersionControl.FileUpdateEventArgs args ) : void | ||
args | MonoDevelop.VersionControl.FileUpdateEventArgs | |
return | void |
public static NotifyFileStatusChanged ( IEnumerable |
||
items | IEnumerable |
|
return | void |
public static RemoveRepository ( |
||
repo | ||
return | void |
public static SetSolutionDisabled ( Solution it, bool value ) : void | ||
it | Solution | |
value | bool | |
return | void |