Avail Editor
fun AvailEditor( workbench: AvailWorkbench, moduleName: ModuleName, afterTextLoaded: (AvailEditor) -> Unit = {})
Content copied to clipboard
Construct an AvailEditor.
Parameters
workbench
The owning AvailWorkbench.
module Name
The ModuleName of the module being opened in the editor.
after Text Loaded
Action to perform after text has been loaded to sourcePane.