C# 클래스 ICSharpCode.TextEditor.Actions.ToggleBlockComment

상속: ICSharpCode.TextEditor.Actions.AbstractEditAction
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( TextArea textArea ) : void Executes this edit action
FindSelectedCommentRegion ( IDocument document, string commentStart, string commentEnd, int selectionStartOffset, int selectionEndOffset ) : BlockCommentRegion

비공개 메소드들

메소드 설명
RemoveComment ( IDocument document, BlockCommentRegion commentRegion ) : void
SetCommentAt ( IDocument document, int offsetStart, int offsetEnd, string commentStart, string commentEnd ) : void

메소드 상세

Execute() 공개 메소드

Executes this edit action
public Execute ( TextArea textArea ) : void
textArea TextArea The which is used for callback purposes
리턴 void

FindSelectedCommentRegion() 공개 정적인 메소드

public static FindSelectedCommentRegion ( IDocument document, string commentStart, string commentEnd, int selectionStartOffset, int selectionEndOffset ) : BlockCommentRegion
document IDocument
commentStart string
commentEnd string
selectionStartOffset int
selectionEndOffset int
리턴 BlockCommentRegion