C# 클래스 _3PA.MainFeatures.Pro.ProCodeFormat

파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CorrectCodeIndentation() 공개 정적인 메소드

Tries to re-indent the code of the whole document
public static CorrectCodeIndentation ( ) : void
리턴 void

GetParserErrorDescription() 공개 정적인 메소드

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

StripAppBuilderMarkup() 공개 정적인 메소드

Allows to clear the appbuilder markup from a given string
public static StripAppBuilderMarkup ( string inputSnippet ) : string
inputSnippet string
리턴 string