Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • NavigatorDiff

Index

Constructors

Properties

_firstCompareFile: undefined | URI = undefined
_isFirstFileSelected: boolean
fileService: FileService
notifications: MessageService
openerService: OpenerService
selectionService: SelectionService

Accessors

  • get firstCompareFile(): undefined | URI
  • set firstCompareFile(uri: undefined | URI): void
  • get isFirstFileSelected(): boolean

Methods

  • addFirstComparisonFile(): Promise<boolean>
  • compareFiles(): Promise<boolean>
  • Compare selected files. First file is selected through addFirstComparisonFile

    see

    SelectionService

    see

    addFirstComparisonFile

    Returns Promise<boolean>

    Promise indicating whether the comparison was completed successfully

  • getURISelection(): Promise<undefined | URI>
  • isDirectory(uri: URI): Promise<boolean>