Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_VCSRootPlugin Interface Reference
Inheritance diagram for SCR_VCSRootPlugin:
SCR_VCSBasePlugin SCR_VCSBlamePlugin SCR_VCSDiffPlugin SCR_VCSLogScriptEditorPlugin SCR_VCSLogResourceManagerPlugin

Protected Member Functions

override void Run ()
 
string GetCommandLine ()
 
- Protected Member Functions inherited from SCR_VCSBasePlugin
void ButtonTortoiseSVN ()
 
void ButtonGitExtensions ()
 
void ButtonClose ()
 

Additional Inherited Members

- Protected Attributes inherited from SCR_VCSBasePlugin
string m_sBlameCommandLine
 
string m_sDiffCommandLine
 
string m_sLogCommandLine
 
- Static Protected Attributes inherited from SCR_VCSBasePlugin
static const string TORTOISESVN_BLAME = "TortoiseProc /command:blame /path:\"$path\" /startrev:1 /endrev:-1 /ignoreeol /ignoreallspaces /line:$line"
 
static const string TORTOISESVN_DIFF = "TortoiseProc /command:diff /path:\"$path\""
 
static const string TORTOISESVN_LOG = "TortoiseProc /command:log /path:\"$path\""
 
static const string GITEXT_BLAME = "gitex blame \"$path\""
 
static const string GITEXT_DIFF = "gitex difftool \"$path\""
 
static const string GITEXT_LOG = "gitex filehistory \"$path\""
 

Member Function Documentation

◆ GetCommandLine()

string SCR_VCSRootPlugin.GetCommandLine ( )
protected

◆ Run()

override void SCR_VCSRootPlugin.Run ( )
protected

The documentation for this interface was generated from the following file: