Module Header Template Editor
fun ModuleHeaderTemplateEditor( workbench: AvailWorkbench, fileLocation: String, autoSave: Boolean = false, afterTextLoaded: (ModuleHeaderTemplateEditor) -> Unit = {})
Content copied to clipboard
Construct an ModuleHeaderTemplateEditor.
Parameters
workbench
The owning AvailWorkbench.
file Location
The absolute path of the source code file.
auto Save
Whether to auto save the backing file to disk after changes.
after Text Loaded
Action to perform after text has been loaded to sourcePane.