Mini SQL Query Extensibility Documentation
IEditor Interface
NamespacesMiniSqlQuery.CoreIEditor

[Missing <summary> documentation for "T:MiniSqlQuery.Core.IEditor"]

Declaration Syntax
C#Visual BasicVisual C++
public interface IEditor
Public Interface IEditor
public interface class IEditor
Members
All MembersMethodsProperties



IconMemberDescription
AllText
The contetnts of the editor.

ClearSelection()()()
Clears the selection (deletes selected text if any).

FileFilter
Gets the file filter for this editor (e.g. "SQL Files (*.sql)|*.sql|All Files (*.*)|*.*").

FileName
The filename of the docuemnt being edited (can be null, as in not saved yet).

HighlightString(Int32, Int32)
Highlights the string starting at offset for length characters.

InsertText(String)
Inserts text at the current cursor position (selected text is overwritten).

IsDirty
True if the document has unsaved changes.

LoadFile()()()
Loads the file by the path in FileName.

SaveFile()()()
Saves the file by the path in FileName.

SelectedText
The currently selected text (if any) in the editor.

SetSyntax(String)
Sets the syntax mode off the editor.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)