Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextEditorsExtImpl

Hierarchy

  • TextEditorsExtImpl

Implements

Index

Constructors

constructor

Properties

Private Readonly _onDidChangeActiveTextEditor

_onDidChangeActiveTextEditor: Emitter<undefined | TextEditor> = ...

Private Readonly _onDidChangeTextEditorOptions

_onDidChangeTextEditorOptions: Emitter<TextEditorOptionsChangeEvent> = ...

Private Readonly _onDidChangeTextEditorSelection

_onDidChangeTextEditorSelection: Emitter<TextEditorSelectionChangeEvent> = ...

Private Readonly _onDidChangeTextEditorViewColumn

_onDidChangeTextEditorViewColumn: Emitter<TextEditorViewColumnChangeEvent> = ...

Private Readonly _onDidChangeTextEditorVisibleRanges

_onDidChangeTextEditorVisibleRanges: Emitter<TextEditorVisibleRangesChangeEvent> = ...

Private Readonly _onDidChangeVisibleTextEditors

_onDidChangeVisibleTextEditors: Emitter<TextEditor[]> = ...

Readonly onDidChangeActiveTextEditor

onDidChangeActiveTextEditor: Event<undefined | TextEditor> = ...

Readonly onDidChangeTextEditorOptions

onDidChangeTextEditorOptions: Event<TextEditorOptionsChangeEvent> = ...

Readonly onDidChangeTextEditorSelection

onDidChangeTextEditorSelection: Event<TextEditorSelectionChangeEvent> = ...

Readonly onDidChangeTextEditorViewColumn

onDidChangeTextEditorViewColumn: Event<TextEditorViewColumnChangeEvent> = ...

Readonly onDidChangeTextEditorVisibleRanges

onDidChangeTextEditorVisibleRanges: Event<TextEditorVisibleRangesChangeEvent> = ...

Readonly onDidChangeVisibleTextEditors

onDidChangeVisibleTextEditors: Event<TextEditor[]> = ...

Private proxy

Methods

$acceptEditorPositionData

$acceptEditorPropertiesChanged

applyWorkspaceEdit

  • applyWorkspaceEdit(edit: WorkspaceEdit): Promise<boolean>

createTextEditorDecorationType

  • createTextEditorDecorationType(options: DecorationRenderOptions): TextEditorDecorationType

getActiveEditor

getVisibleTextEditors

  • getVisibleTextEditors(): TextEditor[]

saveAll

  • saveAll(includeUntitled?: boolean): PromiseLike<boolean>