C# 클래스 JustEnoughVi.TextObject

파일 보기 프로젝트 열기: hifi/monodevelop-justenoughvi

공개 메소드들

메소드 설명
Block ( TextEditorData editor, char openingChar, char closingChar ) : CommandRange
CurrentWord ( TextEditorData editor ) : CommandRange
InnerBlock ( TextEditorData editor, char openingChar, char closingChar ) : CommandRange
InnerQuotedString ( TextEditorData editor, char enclosingChar ) : CommandRange
QuotedString ( TextEditorData editor, char quotationChar ) : CommandRange

비공개 메소드들

메소드 설명
FindQuotes ( TextEditorData editor, char quotationChar ) : CommandRange

메소드 상세

Block() 공개 정적인 메소드

public static Block ( TextEditorData editor, char openingChar, char closingChar ) : CommandRange
editor Mono.TextEditor.TextEditorData
openingChar char
closingChar char
리턴 CommandRange

CurrentWord() 공개 정적인 메소드

public static CurrentWord ( TextEditorData editor ) : CommandRange
editor Mono.TextEditor.TextEditorData
리턴 CommandRange

InnerBlock() 공개 정적인 메소드

public static InnerBlock ( TextEditorData editor, char openingChar, char closingChar ) : CommandRange
editor Mono.TextEditor.TextEditorData
openingChar char
closingChar char
리턴 CommandRange

InnerQuotedString() 공개 정적인 메소드

public static InnerQuotedString ( TextEditorData editor, char enclosingChar ) : CommandRange
editor Mono.TextEditor.TextEditorData
enclosingChar char
리턴 CommandRange

QuotedString() 공개 정적인 메소드

public static QuotedString ( TextEditorData editor, char quotationChar ) : CommandRange
editor Mono.TextEditor.TextEditorData
quotationChar char
리턴 CommandRange