C# Class Sphere.Plugins.Views.ScriptView

Inheritance: DocumentView
Afficher le fichier Open project: Radnen/spherestudio Class Usage Examples

Méthodes publiques

Méthode Description
GoToLine ( int lineNumber ) : void

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

Méthodes protégées

Méthode Description
OnBreakpointChanged ( BreakpointChangedEventArgs e ) : void

Fires a BreakpointChanged event for this ScriptView.

Method Details

GoToLine() public méthode

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

OnBreakpointChanged() protected méthode

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