Module

Ace.Editor

Package
purescript-ace
Repository
slamdata/purescript-ace

#getCursorPositionScreen Source

#getFirstVisibleRow Source

#getHighlightActiveLine Source

#getHighlightSelectedWord Source

#getLastVisibleRow Source

#getPrintMarginColumn Source

#getShowFoldWidgets Source

#getWrapBehavioursEnabled Source

#isRowFullyVisible Source

#moveCursorToPosition Source

#navigateFileStart Source

#navigateLineStart Source

#navigateRight Source

#navigateTo Source

#navigateWordLeft Source

#navigateWordRight Source

#onBlur Source

onBlur :: forall a. Editor -> (Effect a) -> Effect Unit

#onFocus Source

onFocus :: forall a. Editor -> (Effect a) -> Effect Unit

#onCopy Source

onCopy :: forall a. Editor -> (String -> Effect a) -> Effect Unit

#onPaste Source

onPaste :: forall a. Editor -> (PasteEvent -> Effect a) -> Effect Unit

#onChangeSession Source

onChangeSession :: Editor -> ({ oldSession :: EditSession, session :: EditSession } -> Effect Unit) -> Effect Unit

#onChangeSelectionStyle Source

#removeToLineStart Source

#selectMoreLines Source

#setBehavioursEnabled Source

#setHighlightActiveLine Source

#setHighlightSelectedWord Source

#setKeyboardHandler Source

#setPrintMarginColumn Source

#setSelectionStyle Source

#setShowFoldWidgets Source

#setShowPrintMargin Source

#setWrapBehavioursEnabled Source

#toggleCommentLines Source

#transposeLetters Source

#setMinLines Source

#setMaxLines Source

#setAutoScrollEditorIntoView Source

#setEnableLiveAutocompletion Source

#setEnableBasicAutocompletion Source