Options
All
  • Public
  • Public/Protected
  • All
Menu

Module editor

Index

References

Namespaces

Enumerations

Classes

Interfaces

Type Aliases

Variables

Functions

References

Re-exports ActiveEditorAccess
Re-exports CurrentEditorAccess
Re-exports CustomEditorWidget
Re-exports DecorationMinimapOptions
Re-exports DecorationMinimapOptions
Re-exports DecorationOptions
Re-exports DecorationOptions
Re-exports DecorationOverviewRulerOptions
Re-exports DecorationOverviewRulerOptions
Re-exports DeltaDecorationParams
Re-exports DiffEditorTextFocusContext
Re-exports DiffNavigator
Re-exports DiffNavigatorProvider
Re-exports Dimension
Re-exports EDITOR_CONTEXT_MENU
Re-exports EditorAccess
Re-exports EditorCommandContribution
Re-exports EditorCommands
Re-exports EditorConfiguration
Re-exports EditorContextMenu
Re-exports EditorDecoration
Re-exports EditorDecoration
Re-exports EditorDecorationOptions
Re-exports EditorDecorationOptions
Re-exports EditorDecorationStyle
Re-exports EditorDecorationStyle
Re-exports EditorDecorator
Re-exports EditorDecorator
Re-exports EditorKeybindingContexts
Re-exports EditorMainMenu
Re-exports EditorManager
Re-exports EditorMenuContribution
Re-exports EditorMouseEvent
Re-exports EditorOpenerOptions
Re-exports EditorPreferenceChange
Re-exports EditorPreferenceContribution
Re-exports EditorPreferences
Re-exports EditorTextFocusContext
Re-exports EditorWidget
Re-exports EncodingMode
Re-exports EndOfLinePreference
Re-exports FindMatch
Re-exports FindMatchesOptions
Re-exports MinimapPosition
Re-exports MinimapPosition
Re-exports MouseTarget
Re-exports MouseTargetType
Re-exports OverviewRulerLane
Re-exports OverviewRulerLane
Re-exports ReplaceOperation
Re-exports ReplaceTextParams
Re-exports RevealPositionOptions
Re-exports RevealRangeOptions
Re-exports StrictEditorTextFocusContext
Re-exports TextDocumentChangeEvent
Re-exports TextEditor
Re-exports TextEditorDocument
Re-exports TextEditorProvider
Re-exports TextEditorSelection
Re-exports TrackedRangeStickiness
Re-exports TrackedRangeStickiness
Re-exports WidgetId
Re-exports bindEditorPreferences
Re-exports createEditorPreferences
Re-exports editorPreferenceSchema

Type Aliases

DiffNavigatorProvider: ((editor: TextEditor) => DiffNavigator)

Type declaration

EditorPreferenceChange: PreferenceChangeEvent<EditorConfiguration>
EditorPreferences: PreferenceProxy<EditorConfiguration>
EndOfLinePreference: "\n" | "\r\n" | "auto"
LanguageSelector: string | LanguageFilter | (string | LanguageFilter)[]
TextEditorProvider: ((uri: URI) => Promise<TextEditor>)

Type declaration

Variables

DiffNavigatorProvider: typeof DiffNavigatorProvider = ...
EDITOR_CONTEXT_MENU: MenuPath = ...
EditorPreferenceContribution: typeof EditorPreferenceContribution = ...
EditorPreferences: typeof EditorPreferences = ...
TextEditorProvider: typeof TextEditorProvider = ...
default: ContainerModule
editorGeneratedPreferenceProperties: PreferenceSchema["properties"] = ...

Please do not modify this file by hand. It should be generated automatically during a Monaco uplift using the command registered by monaco-editor-preference-extractor.ts The only manual work required is fixing preferences with type 'array' or 'object'.

editorPreferenceSchema: PreferenceSchema = ...

Functions

  • bindEditorPreferences(bind: Bind): void
  • createEditorPreferences(preferences: PreferenceService, schema?: PreferenceSchema): EditorPreferences
  • score(selector: undefined | LanguageSelector, uriScheme: string, path: string, candidateLanguage: string, candidateIsSynchronized: boolean): number