C# Class AvalonStudio.Languages.CPlusPlus.IndentationReformatter

Afficher le fichier Open project: VitalElement/AvalonStudio Class Usage Examples

Méthodes publiques

Méthode Description
Init ( ) : void
Reformat ( IDocumentAccessor doc, IndentationSettings set ) : void
Step ( IDocumentAccessor doc, IndentationSettings set ) : void

Private Methods

Méthode Description
IsSingleStatementKeyword ( string keyword ) : bool
Repeat ( string text, int count ) : string
TrimEnd ( IDocumentAccessor doc ) : bool

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

Reformat() public méthode

public Reformat ( IDocumentAccessor doc, IndentationSettings set ) : void
doc IDocumentAccessor
set IndentationSettings
Résultat void

Step() public méthode

public Step ( IDocumentAccessor doc, IndentationSettings set ) : void
doc IDocumentAccessor
set IndentationSettings
Résultat void