C# Class JetBrains.ReSharper.Plugins.Unity.Feature.Services.Daemon.UnityMarkOnGutter

Inheritance: IHighlighting
Mostra file Open project: JetBrains/resharper-unity

Public Methods

Method Description
CalculateRange ( ) : DocumentRange
GetBulbMenuItems ( ISolution solution, ITextControl textControl ) : IEnumerable
IsValid ( ) : bool
UnityMarkOnGutter ( ITreeNode element, DocumentRange range, string tooltip ) : System.Collections.Generic

Method Details

CalculateRange() public method

public CalculateRange ( ) : DocumentRange
return DocumentRange

GetBulbMenuItems() public method

public GetBulbMenuItems ( ISolution solution, ITextControl textControl ) : IEnumerable
solution ISolution
textControl ITextControl
return IEnumerable

IsValid() public method

public IsValid ( ) : bool
return bool

UnityMarkOnGutter() public method

public UnityMarkOnGutter ( ITreeNode element, DocumentRange range, string tooltip ) : System.Collections.Generic
element ITreeNode
range DocumentRange
tooltip string
return System.Collections.Generic