Liking cljdoc? Tell your friends :D

klipse.ui.editors.editor


beautifycljs

(beautify editor mode {:keys [indent? remove-ending-comments?]})

beautify-languagecljsmultimethod


code-mirrorcljs


createcljs

(create dom-id config)

create-editor-after-elementcljs

(create-editor-after-element element
                             value
                             opts
                             &
                             {:keys [klass remove-ending-comments? indent?]
                              :or {remove-ending-comments? false
                                   indent? false}})

current-tokencljs

(current-token editor)

do-indentcljs

(do-indent editor)

fix-blank-linescljs

(fix-blank-lines editor)

fix-comments-linescljs

(fix-comments-lines editor mode)

get-selectioncljs

(get-selection editor)

get-selection-or-nilcljs

(get-selection-or-nil editor)

get-selection-when-selectedcljs

(get-selection-when-selected editor)

get-valuecljs

(get-value editor)

list-completionscljs

(list-completions completions editor)

on-changecljs

(on-change editor f)

replace-element-by-editorcljs

(replace-element-by-editor element
                           value
                           {:keys [mode] :as opts}
                           &
                           {:keys [klass indent? remove-ending-comments?]
                            :or {indent? true remove-ending-comments? true}})

replace-id-by-editorcljs

(replace-id-by-editor id cm-opts & more-opts)

set-optioncljs

(set-option editor option value)

set-valuecljs

(set-value editor value)

set-value-and-beautifycljs

(set-value-and-beautify editor mode value opts)

trigger-autocompletecljs

(trigger-autocomplete editor completions)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close