Method NewLine
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
NewLine()
When implemented by a class, inserts a line break at the current position.
bool NewLine()Returns
- bool
- True if the method succeed; otherwise false. 
NewLine(ref string, bool)
When implemented by a class, inserts a line break at the current position with indentation.
bool NewLine(ref string indent, bool withChange = false)Parameters
- indentstring
- pass desired indentation level, or null for automatic indentation 
- withChangebool
- Indicates if the change needs to be translated to the parser 
Returns
- bool
- True if the method succeed; otherwise false.