DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс SVNBlamePlugin
+ Граф наследования:SVNBlamePlugin:

Закрытые члены

override void Run ()
 
override void Configure ()
 
void OkButton ()
 

Закрытые данные

string CommandLine
 

Подробное описание

Методы

◆ Configure()

override void Configure ( )
inlineprivate
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()

void OkButton ( )
inlineprivate
31{}

◆ Run()

override void Run ( )
inlineprivate
8 {
9 ScriptEditor mod = Workbench.GetModule("ScriptEditor");
10 if (mod)
11 {
12 string file;
13 string absPath;
14 if (mod.GetCurrentFile(file) && Workbench.GetAbsolutePath(file, absPath))
15 {
16 int line = mod.GetCurrentLine();
17 string command = CommandLine;
18 command.Replace("$path", absPath);
19 command.Replace("$line", (line + 1).ToString());
21 }
22 }
23 }
proto string ToString()
Definition EntityAI.c:95
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

string CommandLine
private

Объявления и описания членов класса находятся в файле: