C# 클래스 OpenIDE.UI.RunCommandForm

파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
RunCommandForm ( string directory, string additionalParameters, CommandBuilder builder ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

RunCommandForm() 공개 메소드

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