C# Class ICSharpCode.TextEditor.Gui.InsightWindow.InsightWindow

Inheritance: ICSharpCode.TextEditor.Gui.CompletionWindow.AbstractCompletionWindow
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Private Properties

Property Type Description
CloseCurrentDataProvider void

Public Methods

Method Description
AddInsightDataProvider ( IInsightDataProvider provider, string fileName ) : void
HandleMouseWheel ( MouseEventArgs e ) : void
InsightWindow ( Form parentForm, TextEditorControl control ) : System
ShowInsightWindow ( ) : void

Protected Methods

Method Description
CaretOffsetChanged ( object sender, EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs pe ) : void
ProcessTextAreaKey ( Keys keyData ) : bool

Private Methods

Method Description
CloseCurrentDataProvider ( ) : void

Method Details

AddInsightDataProvider() public method

public AddInsightDataProvider ( IInsightDataProvider provider, string fileName ) : void
provider IInsightDataProvider
fileName string
return void

CaretOffsetChanged() protected method

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

HandleMouseWheel() public method

public HandleMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
return void

InsightWindow() public method

public InsightWindow ( Form parentForm, TextEditorControl control ) : System
parentForm System.Windows.Forms.Form
control ICSharpCode.TextEditor.TextEditorControl
return System

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

ProcessTextAreaKey() protected method

protected ProcessTextAreaKey ( Keys keyData ) : bool
keyData Keys
return bool

ShowInsightWindow() public method

public ShowInsightWindow ( ) : void
return void