- _browsePath
void _browsePath(bool arg0, bool arg1)
- _builtInPressed
void _builtInPressed()
- _classNameChanged
void _classNameChanged(StringArg0 arg0)
- _fileSelected
void _fileSelected(StringArg0 arg0)
- _langChanged
void _langChanged(long arg0)
- _parentNameChanged
void _parentNameChanged(StringArg0 arg0)
- _pathChanged
void _pathChanged(StringArg0 arg0)
- _pathEntered
void _pathEntered(StringArg0 arg0)
- _templateChanged
void _templateChanged(long arg0)
- config
void config(StringArg0 inherits, StringArg1 path, bool built_in_enabled)
Prefills required fields to configure the ScriptCreateDialog for use.
- opAssign
ScriptCreateDialog opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(ScriptCreateDialog other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
The Editor's popup dialog for creating new Script files.
The ScriptCreateDialog creates script files according to a given template for a given scripting language. The standard use is to configure its fields prior to calling a popup() method.