Variable EditWidgetBase.editorStateChange
Signal to emit when editor cursor position or Insert/Replace mode is changed.
class EditWidgetBase
{
// ...
Signal!(dcanvas.widgets.editors.EditorStateListener) editorStateChange;
// ...
}