C# Class ReSharper.NTriples.CodeInspections.Highlightings.NTriplesSyntaxHighlighting

Inheritance: ICustomAttributeIdHighlighting, IHighlightingWithRange
Mostra file Open project: xsburg/ReSharper.NTriples

Public Methods

Method Description
CalculateRange ( ) : DocumentRange
IsValid ( ) : bool
NTriplesSyntaxHighlighting ( ITreeNode element, string attributeId ) : JetBrains.DocumentModel

Constructor.

Method Details

CalculateRange() public method

public CalculateRange ( ) : DocumentRange
return DocumentRange

IsValid() public method

public IsValid ( ) : bool
return bool

NTriplesSyntaxHighlighting() public method

Constructor.
public NTriplesSyntaxHighlighting ( ITreeNode element, string attributeId ) : JetBrains.DocumentModel
element ITreeNode The tree node element.
attributeId string The text from the 'Environment -> Fonts and colors -> display items' list.
return JetBrains.DocumentModel