C# Class Sphere.Plugins.Views.ScriptView

Inheritance: DocumentView
Show file Open project: Radnen/spherestudio Class Usage Examples

Public Methods

Method Description
GoToLine ( int lineNumber ) : void

Moves the cursor to a specified line number, used when debugging.

Protected Methods

Method Description
OnBreakpointChanged ( BreakpointChangedEventArgs e ) : void

Fires a BreakpointChanged event for this ScriptView.

Method Details

GoToLine() public method

Moves the cursor to a specified line number, used when debugging.
public GoToLine ( int lineNumber ) : void
lineNumber int The line number to navigate to.
return void

OnBreakpointChanged() protected method

Fires a BreakpointChanged event for this ScriptView.
protected OnBreakpointChanged ( BreakpointChangedEventArgs e ) : void
e BreakpointChangedEventArgs
return void