C# Class ARCed.Scintilla.DropMarkers

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

Private Properties

Свойство Type Description
DropMarkers System.Collections.Generic
GetCurrentTopOffset int
ResetSharedStackName void
ShouldSerialize bool
ShouldSerializeSharedStackName bool

Méthodes publiques

Méthode Description
Collect ( ) : void

Collects the last dropped DropMarker

When a DropMarker is collected the current document posision is moved to the DropMarker posision, the DropMarker is removed from the stack and the visual indicator is removed.

Drop ( ) : DropMarker

Drops a DropMarker at the current document position

Dropping a DropMarker creates a visual marker (red triangle) indicating the DropMarker point.

Drop ( int position ) : DropMarker

Drops a DropMarker at the specified document position

Dropping a DropMarker creates a visual marker (red triangle) indicating the DropMarker point.

Private Methods

Méthode Description
DropMarkers ( Scintilla scintilla ) : System.Collections.Generic
GetCurrentTopOffset ( ) : int
ResetSharedStackName ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeSharedStackName ( ) : bool

Method Details

Collect() public méthode

Collects the last dropped DropMarker
When a DropMarker is collected the current document posision is moved to the DropMarker posision, the DropMarker is removed from the stack and the visual indicator is removed.
public Collect ( ) : void
Résultat void

Drop() public méthode

Drops a DropMarker at the current document position
Dropping a DropMarker creates a visual marker (red triangle) indicating the DropMarker point.
public Drop ( ) : DropMarker
Résultat DropMarker

Drop() public méthode

Drops a DropMarker at the specified document position
Dropping a DropMarker creates a visual marker (red triangle) indicating the DropMarker point.
public Drop ( int position ) : DropMarker
position int
Résultat DropMarker