ScriptEditor.openScriptCreateDialog

Opens the script create dialog. The script will extend base_name. The file extension can be omitted from base_path. It will be added based on the selected scripting language.

struct ScriptEditor
@nogc nothrow
void
openScriptCreateDialog
(
in String base_name
,
in String base_path
)

Meta