C# Class ARCed.Scintilla.DocumentNavigation

Inheritance: TopLevelHelper
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Свойство Type Description
_backwardStack FakeStack
_forewardStack FakeStack

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

NavigateForward() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

_backwardStack public_oe property

public FakeStack _backwardStack
Résultat FakeStack

_forewardStack public_oe property

public FakeStack _forewardStack
Résultat FakeStack