Method | Description | |
---|---|---|
HandleMouseWheel ( MouseEventArgs e ) : void | ||
ProcessKeyEvent ( char ch ) : bool | ||
ShowCompletionWindow ( |
||
ShowCompletionWindow ( |
Method | Description | |
---|---|---|
CaretOffsetChanged ( object sender, |
||
Dispose ( bool disposing ) : void | ||
ProcessTextAreaKey ( Keys keyData ) : bool | ||
SetLocation ( ) : void |
Method | Description | |
---|---|---|
CodeCompletionListViewClick ( object sender, |
||
CodeCompletionListViewDoubleClick ( object sender, |
||
CodeCompletionListViewFirstItemChanged ( object sender, |
||
CodeCompletionListViewSelectedItemChanged ( object sender, |
||
CodeCompletionWindow ( ICompletionDataProvider completionDataProvider, ICompletionData completionData, |
||
DocumentAboutToBeChanged ( object sender, DocumentEventArgs e ) : void | ||
GetListViewSize ( ) : |
||
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, |
protected CaretOffsetChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public HandleMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected ProcessTextAreaKey ( Keys keyData ) : bool | ||
keyData | Keys | |
return | bool |
public static ShowCompletionWindow ( |
||
parent | ||
control | ||
fileName | string | |
completionDataProvider | ICompletionDataProvider | |
firstChar | char | |
return |
public static ShowCompletionWindow ( |
||
parent | ||
control | ||
fileName | string | |
completionDataProvider | ICompletionDataProvider | |
firstChar | char | |
showDeclarationWindow | bool | |
fixedListViewWidth | bool | |
return |