◆ Configure()
26 {
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);
28 }
Definition workbenchApi.c:7
static proto int ScriptDialog(string caption, string text, Class data)
Перекрестные ссылки Workbench::ScriptDialog().
◆ OkButton()
◆ Run()
8 {
11 {
15 {
16 int line =
mod.GetCurrentLine();
21 }
22 }
23 }
string CommandLine
Definition BlameTool.c:5
Definition workbenchApi.c:30
static proto native WBModuleDef GetModule(string type)
static proto native int RunCmd(string command, bool wait=false)
static proto bool GetAbsolutePath(string relativePath, out string absPath)
Перекрестные ссылки Workbench::GetAbsolutePath(), Workbench::GetModule(), Workbench::RunCmd() и ToString().
◆ CommandLine
Объявления и описания членов класса находятся в файле: