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

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

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

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

string CommandLine
 

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

Методы

◆ Configure()

override void Configure ( )
inlineprivate
26 {
27 Workbench.ScriptDialog("Configure SVN ShowLog", "Usage: \n$path - will be replaced with file name", 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 string command = CommandLine;
17 command.Replace("$path", absPath);
19 //Print( command );
20 //Print( absPath );
21 }
22 }
23 }
Definition EntityAI.c:95
string CommandLine
Definition ShowLog.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().

Поля

◆ CommandLine

string CommandLine
private

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