Property | Type | Description | |
---|---|---|---|
Activated | EventHandler |
Property | Type | Description | |
---|---|---|---|
_ | string | ||
_Command | bool | ||
_CommandClear | void | ||
_CommandDetach | void | ||
_CommandEcho | void | ||
_CommandExec | void | ||
_CommandHelp | void | ||
_CommandUnknown | void | ||
_CommandWindow | void | ||
_NickCompletion | void | ||
_OnActivated | void | ||
_OnClipboardPasted | void | ||
_OnFocusOut | void | ||
_OnKeyPress | void |
Method | Description | |
---|---|---|
AddToHistory ( string data, int positiondiff ) : void | ||
ApplyConfig ( Smuxi.Engine.UserConfig config ) : void | ||
Entry ( ) : System | ||
ExecuteCommand ( string cmd ) : void | ||
HistoryCurrent ( ) : string | ||
HistoryNext ( ) : void | ||
HistoryPrevious ( ) : void | ||
UpdateHistoryChangedLine ( ) : void |
Method | Description | |
---|---|---|
_ ( string msg ) : string | ||
_Command ( Smuxi.Engine.CommandModel cd ) : bool | ||
_CommandClear ( Smuxi.Engine.CommandModel cd ) : void | ||
_CommandDetach ( Smuxi.Engine.CommandModel cd ) : void | ||
_CommandEcho ( Smuxi.Engine.CommandModel cd ) : void | ||
_CommandExec ( Smuxi.Engine.CommandModel cd ) : void | ||
_CommandHelp ( Smuxi.Engine.CommandModel cd ) : void | ||
_CommandUnknown ( Smuxi.Engine.CommandModel cd ) : void | ||
_CommandWindow ( Smuxi.Engine.CommandModel cd ) : void | ||
_NickCompletion ( ) : void | ||
_OnActivated ( object sender, |
||
_OnClipboardPasted ( object sender, |
||
_OnFocusOut ( object sender, |
||
_OnKeyPress ( object sender, |
public AddToHistory ( string data, int positiondiff ) : void | ||
data | string | |
positiondiff | int | |
return | void |
public ApplyConfig ( Smuxi.Engine.UserConfig config ) : void | ||
config | Smuxi.Engine.UserConfig | |
return | void |