C# Class ShaderTools.VisualStudio.Hlsl.Tagging.Highlighting.HighlightingNavigationManager

Datei anzeigen Open project: tgjones/HlslTools

Public Methods

Method Description
HighlightingNavigationManager ( ITextView textView, ITagAggregator tagAggregator ) : System.Collections.Generic
NavigateToNext ( ) : void
NavigateToPrevious ( ) : void

Private Methods

Method Description
GetAllTags ( ) : IEnumerable
GetCurrentTag ( ) : SnapshotSpan?
GetTags ( SnapshotSpan snapshotSpan ) : IEnumerable
SelectTag ( SnapshotSpan span ) : void

Method Details

HighlightingNavigationManager() public method

public HighlightingNavigationManager ( ITextView textView, ITagAggregator tagAggregator ) : System.Collections.Generic
textView ITextView
tagAggregator ITagAggregator
return System.Collections.Generic

NavigateToNext() public method

public NavigateToNext ( ) : void
return void

NavigateToPrevious() public method

public NavigateToPrevious ( ) : void
return void