C# Class ARCed.Scintilla.DropMarkers

Inheritance: TopLevelHelper
ファイルを表示 Open project: borisblizzard/arcreator

Private Properties

Property Type Description
DropMarkers System.Collections.Generic
GetCurrentTopOffset int
ResetSharedStackName void
ShouldSerialize bool
ShouldSerializeSharedStackName bool

Public Methods

Method 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

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

Method Details

Collect() public method

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
return void

Drop() public method

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

Drop() public method

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
return DropMarker