Class SqlEditor
Sql editor based on avalon editor
Inheritance
System.Object
SqlEditor
Namespace: Simplic.Framework.UI.CodeEditor
Assembly: Simplic.Framework.dll
Syntax
public class SqlEditor : TextEditor
Constructors
| Improve this Doc View SourceSqlEditor()
Set basic settings
Declaration
public SqlEditor()
Methods
| Improve this Doc View SourceAddErrorMarker(Int32, Int32)
Declaration
public void AddErrorMarker(int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offset | |
System.Int32 | length |
ClearMarker()
Declaration
public void ClearMarker()