Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TextEditorMain

Implements

  • Disposable

Index

Constructors

  • new TextEditorMain(id: string, model: ITextModel, editor: MonacoEditor): TextEditorMain

Properties

editor: undefined | MonacoEditor
onPropertiesChangedEmitter: Emitter<EditorChangedPropertiesData> = ...
properties: undefined | TextEditorPropertiesMain
toDispose: DisposableCollection = ...
toDisposeOnEditor: DisposableCollection = ...

Accessors

Methods

  • dispose(): void
  • getId(): string
  • getModel(): ITextModel
  • setDecorationsFast(key: string, _ranges: number[]): void
  • setEditor(editor?: MonacoEditor): void
  • updateProperties(source?: string): void
  • toMonacoSelections(selection: Selection): Selection