Local Settings File Editor
constructor(workbench: AvailWorkbench, filePath: String, frameTitle: String, autoSave: Boolean = false, afterTextLoaded: (LocalSettingsFileEditor) -> Unit = {})
Construct an LocalSettingsFileEditor.
Parameters
workbench
The owning AvailWorkbench.
file Path
The path to the file.
frame Title
The window title.
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.