CodeMirrorAdapterExCommands.newlineAndIndent method
CodeMirrorAdapterExCommands › newlineAndIndent
Unofficial
Insert a new line and auto-indent.Signature:
newlineAndIndent(editor: CodeMirrorEditor): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| editor | CodeMirrorEditor | The editor instance. |
Returns: void