C# Class OpenIDE.UI.RunCommandForm

Show file Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
RunCommandForm ( string directory, string additionalParameters, CommandBuilder builder ) : System

Private Methods

Method Description
HandleHandleFormClosing ( object sender, FormClosingEventArgs e ) : void
autoComplete ( ) : void
autoCompleteCommand ( ) : void
autoCompletePath ( ) : void
buttonRun_Click ( object sender, EventArgs e ) : void
commandEndsWithSpace ( string selection ) : bool
getContent ( ) : string
getFileName ( string dir, string x, string tail ) : ListViewItem
getFirstParameter ( string lookfor, string textContent ) : string
getLastParameter ( string lookfor, string textContent ) : string
getLastWord ( ) : string
getLookForCharacter ( string textContent ) : string
informationList_SelectedIndexChanged ( object sender, EventArgs e ) : void
listDirectories ( string filter ) : void
listOptions ( ) : void
listWorkingDirectory ( KeyEventArgs e ) : void
matchPath ( string filter, string x ) : bool
preparePath ( string textContent, string lookfor, string text ) : string
run ( string arguments ) : void
selectFirstitem ( ) : bool
textBoxSearch_KeyDown ( object sender, KeyEventArgs e ) : void
textBoxSearch_TextChanged ( object sender, EventArgs e ) : void

Method Details

RunCommandForm() public method

public RunCommandForm ( string directory, string additionalParameters, CommandBuilder builder ) : System
directory string
additionalParameters string
builder CommandBuilder
return System