Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NavigatorDiff

Hierarchy

  • NavigatorDiff

Index

Constructors

constructor

Properties

Protected _firstCompareFile

_firstCompareFile: undefined | default = ...

Protected _isFirstFileSelected

_isFirstFileSelected: boolean

Protected Readonly fileService

fileService: FileService

Protected Readonly notifications

notifications: MessageService

Protected openerService

openerService: OpenerService

Protected Readonly selectionService

selectionService: SelectionService

Accessors

Protected firstCompareFile

  • get firstCompareFile(): undefined | default
  • set firstCompareFile(uri: undefined | default): void

isFirstFileSelected

  • get isFirstFileSelected(): boolean

Methods

addFirstComparisonFile

  • addFirstComparisonFile(): Promise<boolean>

compareFiles

  • 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

Protected getURISelection

  • getURISelection(): Promise<undefined | default>

Protected isDirectory

  • isDirectory(uri: default): Promise<boolean>