IScript |
[Missing <summary> documentation for "T:Altaxo.Gui.Scripting.IScriptView"]
public interface IScriptView : IPureScriptView
The IScriptView type exposes the following members.
Name | Description | |
---|---|---|
InitialScriptCursorLocation | (Inherited from IPureScriptView) | |
ScriptCursorLocation | (Inherited from IPureScriptView) | |
ScriptText | (Inherited from IPureScriptView) |
Name | Description | |
---|---|---|
MarkText | (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 | (Inherited from IPureScriptView) |
Name | Description | |
---|---|---|
CompilerMessageClicked | Occurs when a compiler message was clicked, and the view can not handle this by itself. |