C# Class NetIde.Core.TextEditor.TextEditorControl

Mostrar archivo Open project: netide/netide Class Usage Examples

Public Methods

Method Description
TextEditorControl ( ) : System

Private Methods

Method Description
BuildCommands ( ) : void
GoToLine ( ) : void
OpenFindWindow ( NiFindOptions options ) : void
RemoveDefaultKeyBindings ( ) : void
TextArea_DoProcessDialogKey ( Keys keyData, DialogKeyProcessorResult &result ) : void
TextArea_GotFocus ( object sender, EventArgs e ) : void
TextArea_LostFocus ( object sender, EventArgs e ) : void

Method Details

TextEditorControl() public method

public TextEditorControl ( ) : System
return System