SourceControl

An source control is able to provide resource states to the editor and interact with the editor in several source control related ways.

Online Documentation

Properties

Link copied to clipboard

Optional accept input command.

Link copied to clipboard
abstract var commitTemplate: String?

Optional commit template string.

Link copied to clipboard
abstract var count: Int?

The UI-visible count of resource states of this source control.

Link copied to clipboard
abstract val id: String

The id of this source control.

Link copied to clipboard

The input box for this source control.

Link copied to clipboard
abstract val label: String

The human-readable label of this source control.

Link copied to clipboard
Link copied to clipboard
abstract val rootUri: Uri?

The (optional) Uri of the root of this source control.

Link copied to clipboard

Optional status bar commands.

Functions

Link copied to clipboard
Link copied to clipboard
abstract override fun dispose()

Dispose this source control.