Click or drag to resize

IScriptView Interface

View contract for script editing with compiler diagnostics.

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

The IScriptView type exposes the following members.

Properties
 NameDescription
Public propertyInitialScriptCursorLocation Sets the initial script cursor location.
(Inherited from IPureScriptView)
Public propertyScriptCursorLocation Sets the current script cursor location.
(Inherited from IPureScriptView)
Public propertyScriptText Gets or sets the script text.
(Inherited from IPureScriptView)
Top
Methods
 NameDescription
Public methodMarkText Marks the specified text range.
(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 Sets the script cursor location by line and column.
(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