|
| 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 | TORTOISESVN_COMMIT = "TortoiseProc /command:commit /path:\"$dir\"" |
| |
| static const string | GITEXT_BLAME = "gitex blame \"$path\"" |
| |
| static const string | GITEXT_DIFF = "gitex difftool \"$path\"" |
| |
| static const string | GITEXT_LOG = "gitex filehistory \"$path\"" |
| |
| static const string | GITEXT_COMMIT = "gitex commit \"$dir\"" |
| |
◆ ButtonClose()
| void SCR_VCSSettingsPlugin.ButtonClose |
( |
| ) |
|
|
protected |
◆ ButtonGitExtensions()
| void SCR_VCSSettingsPlugin.ButtonGitExtensions |
( |
| ) |
|
|
protected |
◆ ButtonTortoiseSVN()
| void SCR_VCSSettingsPlugin.ButtonTortoiseSVN |
( |
| ) |
|
|
protected |
◆ Configure()
| override void SCR_VCSSettingsPlugin.Configure |
( |
| ) |
|
|
protected |
◆ GetBlameCommandLine()
| string SCR_VCSSettingsPlugin.GetBlameCommandLine |
( |
| ) |
|
◆ GetCommitCommandLine()
| string SCR_VCSSettingsPlugin.GetCommitCommandLine |
( |
| ) |
|
◆ GetCommitRootDirectory()
| bool SCR_VCSSettingsPlugin.GetCommitRootDirectory |
( |
| ) |
|
◆ GetDiffCommandLine()
| string SCR_VCSSettingsPlugin.GetDiffCommandLine |
( |
| ) |
|
◆ GetLogCommandLine()
| string SCR_VCSSettingsPlugin.GetLogCommandLine |
( |
| ) |
|
◆ GetPrintCommandOnUse()
| bool SCR_VCSSettingsPlugin.GetPrintCommandOnUse |
( |
| ) |
|
◆ GITEXT_BLAME
| const string SCR_VCSSettingsPlugin.GITEXT_BLAME = "gitex blame \"$path\"" |
|
staticprotected |
◆ GITEXT_COMMIT
| const string SCR_VCSSettingsPlugin.GITEXT_COMMIT = "gitex commit \"$dir\"" |
|
staticprotected |
◆ GITEXT_DIFF
| const string SCR_VCSSettingsPlugin.GITEXT_DIFF = "gitex difftool \"$path\"" |
|
staticprotected |
◆ GITEXT_LOG
| const string SCR_VCSSettingsPlugin.GITEXT_LOG = "gitex filehistory \"$path\"" |
|
staticprotected |
◆ m_bCommitRootDirectory
| bool SCR_VCSSettingsPlugin.m_bCommitRootDirectory |
|
protected |
◆ m_bPrintCommandOnUse
| bool SCR_VCSSettingsPlugin.m_bPrintCommandOnUse |
|
protected |
◆ m_sBlameCommandLine
| string SCR_VCSSettingsPlugin.m_sBlameCommandLine |
|
protected |
◆ m_sCommitCommandLine
| string SCR_VCSSettingsPlugin.m_sCommitCommandLine |
|
protected |
◆ m_sDiffCommandLine
| string SCR_VCSSettingsPlugin.m_sDiffCommandLine |
|
protected |
◆ m_sLogCommandLine
| string SCR_VCSSettingsPlugin.m_sLogCommandLine |
|
protected |
◆ TORTOISESVN_BLAME
| const string SCR_VCSSettingsPlugin.TORTOISESVN_BLAME = "TortoiseProc /command:blame /path:\"$path\" /startrev:1 /endrev:-1 /ignoreeol /ignoreallspaces /line:$line" |
|
staticprotected |
◆ TORTOISESVN_COMMIT
| const string SCR_VCSSettingsPlugin.TORTOISESVN_COMMIT = "TortoiseProc /command:commit /path:\"$dir\"" |
|
staticprotected |
◆ TORTOISESVN_DIFF
| const string SCR_VCSSettingsPlugin.TORTOISESVN_DIFF = "TortoiseProc /command:diff /path:\"$path\"" |
|
staticprotected |
◆ TORTOISESVN_LOG
| const string SCR_VCSSettingsPlugin.TORTOISESVN_LOG = "TortoiseProc /command:log /path:\"$path\"" |
|
staticprotected |
The documentation for this interface was generated from the following file:
- WorkbenchGame/ScriptEditor/SCR_VCSPlugins.c