IScript |
public interface IScriptView : IPureScriptView
The IScriptView type exposes the following members.
| Name | Description | |
|---|---|---|
| InitialScriptCursorLocation |
Sets the initial script cursor location.
(Inherited from IPureScriptView) | |
| ScriptCursorLocation |
Sets the current script cursor location.
(Inherited from IPureScriptView) | |
| ScriptText |
Gets or sets the script text.
(Inherited from IPureScriptView) |
| Name | Description | |
|---|---|---|
| MarkText |
Marks the specified text range.
(Inherited from IPureScriptView) | |
| SetCompilerErrors | Sets the compiler errors. Tuple.Item1: line, Tuple.Item2=column, Tuple.Item3: severity level, Tuple.Item4: severity string, Tuple.Item5: message | |
| SetScriptCursorLocation |
Sets the script cursor location by line and column.
(Inherited from IPureScriptView) |
| Name | Description | |
|---|---|---|
| CompilerMessageClicked | Occurs when a compiler message was clicked, and the view can not handle this by itself. |