Property | Type | Description | |
---|---|---|---|
AutoCompleteList | List |
Method | Description | |
---|---|---|
ExecuteCommand ( |
Executes the command with the given name.
|
|
ReadCommand ( ) : |
Reads a command from the Terminal.
|
|
ResetColor ( ) : void |
Resets the foreground and background color of the terminal.
|
|
Start ( IrcShark context ) : void |
Starts the TerminalExtension.
|
|
Stop ( ) : void |
Stops the execution of the TerminalExtension.
|
|
TerminalExtension ( ) : System |
Initializes a new instance of the TerminalExtension class.
|
|
TerminalLogger ( object sender, |
This is a replacement logger for the IrcSharkApplication.DefaultConsoleLogger. The default loghandler is not compatible with the TerminalExtension and is replaced with this loghandler. |
|
Write ( string format ) : void |
Writes text to the terminal.
|
|
WriteLine ( ) : void |
Writes a linebreak to the terminal.
|
|
WriteLine ( string line ) : void |
Writes a complete line and appends a linebreak at the end.
|
Method | Description | |
---|---|---|
AddCommands ( ) : void |
Adds all commands.
|
|
AutoComplete ( string text, int cursor ) : |
Autocompletes the word, the cursor is currently on.
|
|
Run ( ) : void |
This method is used by the internal reading thread for reading a command from the terminal.
|
|
drawStartupLogo ( ) : void |
public ExecuteCommand ( |
||
call | The CommandCall to execute. | |
return | void |
public TerminalLogger ( object sender, |
||
sender | object | The Logger what send the message. |
msg | The Message. | |
return | void |
public WriteLine ( string line ) : void | ||
line | string | The line to write. |
return | void |