C# Class GammaJul.ReSharper.ForTea.Daemon.T4HighlightingProcess

Process that highlights block tags and missing token errors.
Inheritance: GammaJul.ReSharper.ForTea.Daemon.T4DaemonStageProcess
Afficher le fichier Open project: MrJul/ForTea

Méthodes publiques

Méthode Description
ProcessBeforeInterior ( ITreeNode element ) : void

Processes a node, before its descendants are processed.

Private Methods

Méthode Description
GetHighlightingAttributeId ( [ element ) : string
T4HighlightingProcess ( [ file, [ daemonProcess ) : GammaJul.ReSharper.ForTea.Daemon.Highlightings

Method Details

ProcessBeforeInterior() public méthode

Processes a node, before its descendants are processed.
public ProcessBeforeInterior ( ITreeNode element ) : void
element ITreeNode The node to process.
Résultat void