C# Class JetBrains.ReSharper.Psi.Secret.Formatter.SecretFormattingStage

Afficher le fichier Open project: xsburg/ReSharper.NTriples Class Usage Examples

Méthodes publiques

Méthode Description
DoFormat ( CodeFormattingContext context, IProgressIndicator pi ) : void

Private Methods

Méthode Description
CalcSpaces ( FormattingStageContext context ) : IEnumerable
CreateFormattingVisitor ( CodeFormattingContext context ) : SecretFormattingVisitor
GetNodePairs ( CodeFormattingContext context ) : IEnumerable
GetNodePairs ( ITreeNode treeNode, IList list, ITreeNode parent ) : void
GetNodePairs ( ITreeNode firstNode, ITreeNode lastNode, IList list ) : void
MakeFormat ( FormattingRange range, IEnumerable space ) : void
SecretFormattingStage ( CodeFormattingContext context ) : System.Collections.Generic

Method Details

DoFormat() public static méthode

public static DoFormat ( CodeFormattingContext context, IProgressIndicator pi ) : void
context CodeFormattingContext
pi IProgressIndicator
Résultat void