4 [
Attribute(
"TortoiseProc /command:log /path:$path",
"editbox")]
17 command.
Replace(
"$path", absPath);
27 Workbench.
ScriptDialog(
"Configure SVN ShowLog",
"Usage: \n$path - will be replaced with file name",
this);
override void Configure()
proto external bool GetCurrentFile(out string filename)
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'.