|
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\"" |
|
◆ ButtonClose()
void SCR_VCSBasePlugin.ButtonClose |
( |
| ) |
|
|
protected |
◆ ButtonGitExtensions()
void SCR_VCSBasePlugin.ButtonGitExtensions |
( |
| ) |
|
|
protected |
◆ ButtonTortoiseSVN()
void SCR_VCSBasePlugin.ButtonTortoiseSVN |
( |
| ) |
|
|
protected |
◆ 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:
- WorkbenchGame/ScriptEditor/SCR_VCSPlugins.c