C# Class GitScc.UI.GitConsole

Interaction logic for GitConsole.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: jzoss/Git-Source-Control-Provider

Méthodes publiques

Свойство Type Description
workingDirectory string

Méthodes publiques

Méthode Description
GitConsole ( ) : System

Private Methods

Méthode Description
ChangePrompt ( string command, System.Windows.Media.Brush brush ) : void
Done ( ) : void
GetCommand ( ) : string
GetCommand ( int idx ) : void
GetOptions ( string command ) : IEnumerable
InsertText ( string text ) : void
IsCaretPositionValid ( ) : bool
ProcessInternalCommand ( string command ) : bool
ReplacePrompt ( object sender, EventArgs e ) : void
Run ( string command ) : void
RunCommand ( string command ) : void
RunConsoleCommand ( string command ) : void
ShowOptions ( string command ) : void
ShowWaring ( ) : void
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void
WriteError ( string data ) : void
WriteHelp ( ) : void
WriteOutput ( string data ) : void
WritePrompt ( ) : void
WriteText ( string text, System.Windows.Media.Brush brush ) : void
lstOptions_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
lstOptions_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
richTextBox1_PreviewKeyDown ( object sender, KeyEventArgs e ) : void

Method Details

GitConsole() public méthode

public GitConsole ( ) : System
Résultat System

Property Details

workingDirectory public_oe property

public string workingDirectory
Résultat string