Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EditorOptions

Hierarchy

Index

Properties

animatedScroll

animatedScroll: boolean

autoScrollEditorIntoView

autoScrollEditorIntoView: boolean

behavioursEnabled

behavioursEnabled: boolean

copyWithEmptySelection

copyWithEmptySelection: boolean

cursorStyle

cursorStyle: "ace" | "slim" | "smooth" | "wide"

displayIndentGuides

displayIndentGuides: boolean

dragDelay

dragDelay: number

dragEnabled

dragEnabled: boolean

enableAutoIndent

enableAutoIndent: boolean

enableBasicAutocompletion

enableBasicAutocompletion: any

enableBlockSelect

enableBlockSelect: any

enableCodeLens

enableCodeLens: any

enableEmmet

enableEmmet: any

enableLinking

enableLinking: any

enableLiveAutocompletion

enableLiveAutocompletion: any

Enable live autocomplete. If the value is an array, it is assumed to be an array of completers and will use them instead of the default completers.

enableMultiselect

enableMultiselect: any

enableSnippets

enableSnippets: any

fadeFoldWidgets

fadeFoldWidgets: boolean

firstLineNumber

firstLineNumber: number

fixedWidthGutter

fixedWidthGutter: boolean

focusTimeout

focusTimeout: number

foldStyle

foldStyle: "markbegin" | "markbeginend" | "manual"

fontFamily

fontFamily: string

fontSize

fontSize: number

hScrollBarAlwaysVisible

hScrollBarAlwaysVisible: boolean

hardWrap

hardWrap: any

hasCssTransforms

hasCssTransforms: boolean

highlightActiveLine

highlightActiveLine: boolean

highlightGutterLine

highlightGutterLine: boolean

highlightSelectedWord

highlightSelectedWord: boolean

indentedSoftWrap

indentedSoftWrap: boolean

keyboardHandler

keyboardHandler: string

maxLines

maxLines: number

maxPixelHeight

maxPixelHeight: number

mergeUndoDeltas

mergeUndoDeltas: boolean | "always"

minLines

minLines: number

mode

mode: string

navigateWithinSoftTabs

navigateWithinSoftTabs: boolean

newLineMode

newLineMode: NewLineMode

overwrite

overwrite: boolean

placeholder

placeholder: string

printMargin

printMargin: number | boolean

printMarginColumn

printMarginColumn: number

readOnly

readOnly: boolean

relativeLineNumbers

relativeLineNumbers: any

rtl

rtl: any

rtlText

rtlText: any

scrollPastEnd

scrollPastEnd: boolean

scrollSpeed

scrollSpeed: number

selectionStyle

selectionStyle: string

session

session: EditSession

showFoldWidgets

showFoldWidgets: boolean

showGutter

showGutter: boolean

showInvisibles

showInvisibles: boolean

showLineNumbers

showLineNumbers: boolean

showPrintMargin

showPrintMargin: boolean

spellcheck

spellcheck: any

tabSize

tabSize: number

theme

theme: string

tooltipFollowsMouse

tooltipFollowsMouse: boolean

useElasticTabstops

useElasticTabstops: any

useIncrementalSearch

useIncrementalSearch: any

useSoftTabs

useSoftTabs: boolean

useTextareaForIME

useTextareaForIME: boolean

useWorker

useWorker: boolean

vScrollBarAlwaysVisible

vScrollBarAlwaysVisible: boolean

value

value: string

wrap

wrap: number | boolean | "off" | "free" | "printmargin"

wrapBehavioursEnabled

wrapBehavioursEnabled: boolean

wrapMethod

wrapMethod: "auto" | "code" | "text"

Generated using TypeDoc