C# Class ARCed.Scintilla.DocumentNavigation

Inheritance: TopLevelHelper
Show file Open project: borisblizzard/arcreator

Public Properties

Property Type Description
_backwardStack FakeStack
_forewardStack FakeStack

Private Properties

Property Type Description
DocumentNavigation System
NewRange NavigationPont
ResetIsEnabled void
ResetMaxHistorySize void
ResetNavigationPointTimeout void
ShouldSerialize bool
ShouldSerializeIsEnabled bool
ShouldSerializeMaxHistorySize bool
ShouldSerializeNavigationPointTimeout bool
scintilla_SelectionChanged void
t_Tick void

Public Methods

Method Description
NavigateBackward ( ) : void

Causes the current position to navigate to the last snapshotted document position.

NavigateForward ( ) : void

After 1 or more backwards navigations this command navigates to the previous backwards navigation point.

Reset ( ) : void

Private Methods

Method Description
DocumentNavigation ( Scintilla scintilla ) : System
NewRange ( int pos ) : NavigationPont
ResetIsEnabled ( ) : void
ResetMaxHistorySize ( ) : void
ResetNavigationPointTimeout ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeIsEnabled ( ) : bool
ShouldSerializeMaxHistorySize ( ) : bool
ShouldSerializeNavigationPointTimeout ( ) : bool
scintilla_SelectionChanged ( object sender, EventArgs e ) : void
t_Tick ( object sender, EventArgs e ) : void

Method Details

NavigateBackward() public method

Causes the current position to navigate to the last snapshotted document position.
public NavigateBackward ( ) : void
return void

NavigateForward() public method

After 1 or more backwards navigations this command navigates to the previous backwards navigation point.
public NavigateForward ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

_backwardStack public property

public FakeStack _backwardStack
return FakeStack

_forewardStack public property

public FakeStack _forewardStack
return FakeStack