Click or drag to resize

ScriptControllerEhView_GotoCompilerError Method

Moves the script cursor to the location described by a compiler message.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_GotoCompilerError(
	string message
)

Parameters

message  String
The compiler message that contains the target location.
See Also