Generic File Editor
constructor(workbench: AvailWorkbench, fileLocation: String, autoSave: Boolean = false, afterTextLoaded: (GenericFileEditor) -> Unit = {})
Construct an GenericFileEditor.
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.