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

Protected Member Functions

void ButtonTortoiseSVN ()
 
void ButtonGitExtensions ()
 
void ButtonClose ()
 

Protected Attributes

string m_sBlameCommandLine
 
string m_sDiffCommandLine
 
string m_sLogCommandLine
 

Static Protected Attributes

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

◆ ButtonClose()

void SCR_VCSBasePlugin.ButtonClose ( )
protected

◆ ButtonGitExtensions()

void SCR_VCSBasePlugin.ButtonGitExtensions ( )
protected

◆ ButtonTortoiseSVN()

void SCR_VCSBasePlugin.ButtonTortoiseSVN ( )
protected

Member Data Documentation

◆ GITEXT_BLAME

const string SCR_VCSBasePlugin.GITEXT_BLAME = "gitex blame \"$path\""
staticprotected

◆ GITEXT_DIFF

const string SCR_VCSBasePlugin.GITEXT_DIFF = "gitex difftool \"$path\""
staticprotected

◆ GITEXT_LOG

const string SCR_VCSBasePlugin.GITEXT_LOG = "gitex filehistory \"$path\""
staticprotected

◆ m_sBlameCommandLine

string SCR_VCSBasePlugin.m_sBlameCommandLine
protected

◆ m_sDiffCommandLine

string SCR_VCSBasePlugin.m_sDiffCommandLine
protected

◆ m_sLogCommandLine

string SCR_VCSBasePlugin.m_sLogCommandLine
protected

◆ TORTOISESVN_BLAME

const string SCR_VCSBasePlugin.TORTOISESVN_BLAME = "TortoiseProc /command:blame /path:\"$path\" /startrev:1 /endrev:-1 /ignoreeol /ignoreallspaces /line:$line"
staticprotected

◆ TORTOISESVN_DIFF

const string SCR_VCSBasePlugin.TORTOISESVN_DIFF = "TortoiseProc /command:diff /path:\"$path\""
staticprotected

◆ TORTOISESVN_LOG

const string SCR_VCSBasePlugin.TORTOISESVN_LOG = "TortoiseProc /command:log /path:\"$path\""
staticprotected

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