Click or drag to resize

IScriptView Interface

[Missing <summary> documentation for "T:Altaxo.Gui.Scripting.IScriptView"]


Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IScriptView : IPureScriptView

The IScriptView type exposes the following members.

Properties
Methods
 NameDescription
Public methodMarkText
(Inherited from IPureScriptView)
Public methodSetCompilerErrors Sets the compiler errors. Tuple.Item1: line, Tuple.Item2=column, Tuple.Item3: severity level, Tuple.Item4: severity string, Tuple.Item5: message
Public methodSetScriptCursorLocation
(Inherited from IPureScriptView)
Top
Events
 NameDescription
Public eventCompilerMessageClicked Occurs when a compiler message was clicked, and the view can not handle this by itself.
Top
See Also