C# 클래스 GitScc.PendingChangesView

BB extensions to the PendingChangesView
파일 보기 프로젝트 열기: blinkbox/Git-Source-Control-Provider 1 사용 예제들

공개 메소드들

메소드 설명
ClearDiffEditor ( ) : void

Clears the diff editor.

InitialiseBlinkboxExtensions ( ) : void

Initialises the blinkbox extensions.

WriteToDiffWindow ( string message ) : void

Writes a message to the diff editor

비공개 메소드들

메소드 설명
dataGrid1_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Replaces the double-click functionality with a tortoise-git diff, if available.

메소드 상세

ClearDiffEditor() 공개 메소드

Clears the diff editor.
public ClearDiffEditor ( ) : void
리턴 void

InitialiseBlinkboxExtensions() 공개 메소드

Initialises the blinkbox extensions.
public InitialiseBlinkboxExtensions ( ) : void
리턴 void

WriteToDiffWindow() 공개 메소드

Writes a message to the diff editor
public WriteToDiffWindow ( string message ) : void
message string The message.
리턴 void