Arma Reforger Script API
|
Protected Member Functions | |
override string | GetCommandLine () |
![]() | |
override void | Run () |
![]() | |
void | ButtonTortoiseSVN () |
void | ButtonGitExtensions () |
void | ButtonClose () |
Additional Inherited Members | |
![]() | |
string | m_sBlameCommandLine |
string | m_sDiffCommandLine |
string | m_sLogCommandLine |
![]() | |
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\"" |
|
protected |
Implements SCR_VCSRootPlugin.