C# Class _3PA.MainFeatures.Pro.ProCodeFormat

Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Méthodes publiques

Méthode Description
CorrectCodeIndentation ( ) : void

Tries to re-indent the code of the whole document

GetParserErrorDescription ( ) : string

Returns a string that describes the errors found by the parser (relative to block start/end)

StripAppBuilderMarkup ( string inputSnippet ) : string

Allows to clear the appbuilder markup from a given string

Method Details

CorrectCodeIndentation() public static méthode

Tries to re-indent the code of the whole document
public static CorrectCodeIndentation ( ) : void
Résultat void

GetParserErrorDescription() public static méthode

Returns a string that describes the errors found by the parser (relative to block start/end)
public static GetParserErrorDescription ( ) : string
Résultat string

StripAppBuilderMarkup() public static méthode

Allows to clear the appbuilder markup from a given string
public static StripAppBuilderMarkup ( string inputSnippet ) : string
inputSnippet string
Résultat string