C# Class AmandaInterface.FileEditorTab

Inheritance: System.Windows.Forms.TabPage
显示文件 Open project: remco138/amanda Class Usage Examples

Public Properties

Property Type Description
textBox FastColoredTextBox

Public Methods

Method Description
AskToSaveFile ( ) : void
Copy ( ) : void
FileEditorTab ( ) : System
FileEditorTab ( string content ) : System
Paste ( ) : void
Save ( ) : void
SaveAs ( ) : void
UpdateAutocompleteIdentifiers ( ) : void

Private Methods

Method Description
_AutoIndentNeeded ( object sender, AutoIndentEventArgs e ) : void
_KeyDown ( object sender, KeyEventArgs e ) : void
_TextChanged ( object sender, TextChangedEventArgs e ) : void

Method Details

AskToSaveFile() public method

public AskToSaveFile ( ) : void
return void

Copy() public method

public Copy ( ) : void
return void

FileEditorTab() public method

public FileEditorTab ( ) : System
return System

FileEditorTab() public method

public FileEditorTab ( string content ) : System
content string
return System

Paste() public method

public Paste ( ) : void
return void

Save() public method

public Save ( ) : void
return void

SaveAs() public method

public SaveAs ( ) : void
return void

UpdateAutocompleteIdentifiers() public method

public UpdateAutocompleteIdentifiers ( ) : void
return void

Property Details

textBox public_oe property

public FastColoredTextBox textBox
return FastColoredTextBox