Property | Type | Description | |
---|---|---|---|
DropMarkers | System.Collections.Generic | ||
GetCurrentTopOffset | int | ||
ResetSharedStackName | void | ||
ShouldSerialize | bool | ||
ShouldSerializeSharedStackName | bool |
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. |
Method | Description | |
---|---|---|
DropMarkers ( Scintilla scintilla ) : System.Collections.Generic | ||
GetCurrentTopOffset ( ) : int | ||
ResetSharedStackName ( ) : void | ||
ShouldSerialize ( ) : bool | ||
ShouldSerializeSharedStackName ( ) : bool |