C# 클래스 ICSharpCode.TextEditor.Gui.CompletionWindow.CodeCompletionWindow

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

공개 메소드들

메소드 설명
HandleMouseWheel ( MouseEventArgs e ) : void
ProcessKeyEvent ( char ch ) : bool
ShowCompletionWindow ( Form parent, TextEditorControl control, string fileName, ICompletionDataProvider completionDataProvider, char firstChar ) : CodeCompletionWindow
ShowCompletionWindow ( Form parent, TextEditorControl control, string fileName, ICompletionDataProvider completionDataProvider, char firstChar, bool showDeclarationWindow, bool fixedListViewWidth ) : CodeCompletionWindow

보호된 메소드들

메소드 설명
CaretOffsetChanged ( object sender, EventArgs e ) : void
Dispose ( bool disposing ) : void
ProcessTextAreaKey ( Keys keyData ) : bool
SetLocation ( ) : void

비공개 메소드들

메소드 설명
CodeCompletionListViewClick ( object sender, EventArgs e ) : void
CodeCompletionListViewDoubleClick ( object sender, EventArgs e ) : void
CodeCompletionListViewFirstItemChanged ( object sender, EventArgs e ) : void
CodeCompletionListViewSelectedItemChanged ( object sender, EventArgs e ) : void
CodeCompletionWindow ( ICompletionDataProvider completionDataProvider, ICompletionData completionData, Form parentForm, TextEditorControl control, bool showDeclarationWindow, bool fixedListViewWidth ) : System
DocumentAboutToBeChanged ( object sender, DocumentEventArgs e ) : void
GetListViewSize ( ) : Size
GetListViewWidth ( int defaultWidth, int height ) : int

Gets the list view width large enough to handle the longest completion data text string.

InsertSelectedItem ( char ch ) : bool
SetDeclarationViewLocation ( ) : void
VScrollBarValueChanged ( object sender, EventArgs e ) : void

메소드 상세

CaretOffsetChanged() 보호된 메소드

protected CaretOffsetChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

HandleMouseWheel() 공개 메소드

public HandleMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

ProcessKeyEvent() 공개 메소드

public ProcessKeyEvent ( char ch ) : bool
ch char
리턴 bool

ProcessTextAreaKey() 보호된 메소드

protected ProcessTextAreaKey ( Keys keyData ) : bool
keyData Keys
리턴 bool

SetLocation() 보호된 메소드

protected SetLocation ( ) : void
리턴 void

ShowCompletionWindow() 공개 정적인 메소드

public static ShowCompletionWindow ( Form parent, TextEditorControl control, string fileName, ICompletionDataProvider completionDataProvider, char firstChar ) : CodeCompletionWindow
parent System.Windows.Forms.Form
control ICSharpCode.TextEditor.TextEditorControl
fileName string
completionDataProvider ICompletionDataProvider
firstChar char
리턴 CodeCompletionWindow

ShowCompletionWindow() 공개 정적인 메소드

public static ShowCompletionWindow ( Form parent, TextEditorControl control, string fileName, ICompletionDataProvider completionDataProvider, char firstChar, bool showDeclarationWindow, bool fixedListViewWidth ) : CodeCompletionWindow
parent System.Windows.Forms.Form
control ICSharpCode.TextEditor.TextEditorControl
fileName string
completionDataProvider ICompletionDataProvider
firstChar char
showDeclarationWindow bool
fixedListViewWidth bool
리턴 CodeCompletionWindow