4 [
Attribute(
"TortoiseProc /command:blame /path:$path /startrev:1 /endrev:\"HEAD\" /ignoreeol /ignoreallspaces /line:$line",
"editbox")]
18 command.
Replace(
"$path", absPath);
27 Workbench.
ScriptDialog(
"Configure SVN Blame",
"Usage: \n$path - will be replaced with file name\n$line - will be replaced with current line number",
this);
override void Configure()
proto external bool GetCurrentFile(out string filename)
proto native external int GetCurrentLine()
static proto native int RunCmd(string command, bool wait=false)
static proto native WBModuleDef GetModule(string type)
static proto int ScriptDialog(string caption, string text, Class data)
static proto bool GetAbsolutePath(string relativePath, out string absPath)
proto int Replace(string sample, string replace)
Replace all occurrances of 'sample' in 'str' by 'replace'.