ScriptControllerEhView_GotoCompilerError Method |
Moves the script cursor to the location described by a compiler message.
Namespace: Altaxo.Gui.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void EhView_GotoCompilerError(
string message
)
Parameters
- message String
- The compiler message that contains the target location.
See Also