[Missing <summary> documentation for "T:MiniSqlQuery.Core.IEditor"]
| C# | Visual Basic | Visual C++ |
public interface IEditor
Public Interface IEditor
public interface class IEditor
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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.
|