C# Class VSEmbed.TextViewExtensions

Show file Open project: SLaks/VSEmbed

Public Methods

Method Description
GetCaretPoint ( this textView, Predicate match ) : SnapshotPoint?
MapUpOrDownToFirstMatch ( this bufferGraph, SnapshotSpan span, Predicate match ) : SnapshotSpan?

Method Details

GetCaretPoint() public static method

public static GetCaretPoint ( this textView, Predicate match ) : SnapshotPoint?
textView this
match Predicate
return SnapshotPoint?

MapUpOrDownToFirstMatch() public static method

public static MapUpOrDownToFirstMatch ( this bufferGraph, SnapshotSpan span, Predicate match ) : SnapshotSpan?
bufferGraph this
span SnapshotSpan
match Predicate
return SnapshotSpan?