C# 클래스 NetIde.Core.ToolWindows.DiffViewer.UnifiedViewer

파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
LoadDiff ( Text leftText, Text rightText, EditList editList ) : void
Reset ( ) : void
SelectDetails ( IStream leftStream, FileType leftFileType, IStream rightStream, FileType rightFileType ) : void
UnifiedViewer ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CombineA ( IList e, int i ) : bool
CombineB ( IList e, int i ) : bool
End ( Edit edit, int a, int b ) : bool
FindCombinedEnd ( IList edits, int i ) : int
Format ( EditList edits, Text a, Text b ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsEndOfLineMissing ( Text text, int line ) : bool
WriteAddedLine ( Text text, int line ) : void
WriteContextLine ( Text text, int line ) : void
WriteHunkHeader ( int aStartLine, int aEndLine, int bStartLine, int bEndLine ) : void
WriteLine ( char prefix, Text text, int cur ) : void
WriteRange ( char prefix, int begin, int cnt ) : void
WriteRemovedLine ( Text text, int line ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

LoadDiff() 공개 메소드

public LoadDiff ( Text leftText, Text rightText, EditList editList ) : void
leftText Text
rightText Text
editList EditList
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SelectDetails() 공개 메소드

public SelectDetails ( IStream leftStream, FileType leftFileType, IStream rightStream, FileType rightFileType ) : void
leftStream IStream
leftFileType FileType
rightStream IStream
rightFileType FileType
리턴 void

UnifiedViewer() 공개 메소드

public UnifiedViewer ( ) : System
리턴 System