◆ Configure()
46 {
47 Workbench.
ScriptDialog(
"Configure OpenDir",
"Usage: \n$path - will be replaced with file name",
this);
48 }
Definition workbenchApi.c:7
static proto int ScriptDialog(string caption, string text, Class data)
Перекрестные ссылки Workbench::ScriptDialog().
◆ OkButton()
◆ Run()
5 {
8 {
12 {
13 if (
absPath.Length() < 2)
return;
14
16
18 {
22 }
23
26
28 {
31 }
32
34
38
39
41 }
42 }
43 }
string path
Definition OptionSelectorMultistate.c:142
Definition workbenchApi.c:30
static proto native WBModuleDef GetModule(string type)
static proto void GetCwd(out string currentDir)
static proto native int RunCmd(string command, bool wait=false)
static proto bool GetAbsolutePath(string relativePath, out string absPath)
Перекрестные ссылки Workbench::GetAbsolutePath(), Workbench::GetCwd(), Workbench::GetModule(), path и Workbench::RunCmd().
Объявления и описания членов класса находятся в файле:
- D:/Ishodniki/scripts/editor/Workbench/OpenDir.c