C# 클래스 Nexus.UI.Controls.XmlFormattingStrategy

Handles the smart indenting of XML.
상속: ICSharpCode.TextEditor.Document.DefaultFormattingStrategy
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

보호된 메소드들

메소드 설명
AutoIndentLine ( TextArea p_txaTextArea, int p_intLineNumber ) : int

Indents the specified line based on the current depth of the XML hierarchy.

메소드 상세

AutoIndentLine() 보호된 메소드

Indents the specified line based on the current depth of the XML hierarchy.
protected AutoIndentLine ( TextArea p_txaTextArea, int p_intLineNumber ) : int
p_txaTextArea ICSharpCode.TextEditor.TextArea The text area containing the line to indent.
p_intLineNumber int The line number of the line to indent.
리턴 int