Liking cljdoc? Tell your friends :D

net.eighttrigrams.cljs-text-editor.lowlevel


caret-leftclj/s

(caret-left
  {selection-start :selection-start selection-end :selection-end :as state})
source

caret-rightclj/s

(caret-right {value :value
              selection-start :selection-start
              selection-end :selection-end
              :as state})
source

delete-character-leftclj/s

source

delete-character-rightclj/s

source

delete-rightclj/s

(delete-right fun)
source

delete-selectionclj/s

(delete-selection
  {value :value selection-start :selection-start selection-end :selection-end})
source

delete-sentence-part-leftclj/s

source

delete-sentence-part-rightclj/s

source

delete-word-part-leftclj/s

source

delete-word-part-rightclj/s

source

find-position-in-line-starting-from-beginning-of-lineclj/s

(find-position-in-line-starting-from-beginning-of-line
  {value :value position-in-line :position-in-line}
  position-of-line)
source

insertclj/s

(insert {value :value
         selection-start :selection-start
         selection-end :selection-end
         clipboard-data :clipboard-data
         :as state})
source

insert-tabclj/s

(insert-tab {value :value
             selection-start :selection-start
             selection-end :selection-end
             :as state})
source

newline-after-currentclj/s

(newline-after-current
  {value :value selection-start :selection-start :as state})
source

newline-before-currentclj/s

source

same-position-next-lineclj/s

(same-position-next-line {value :value selection-end :selection-end :as state})
source

same-position-previous-lineclj/s

(same-position-previous-line
  {value :value selection-start :selection-start :as state})
source

sentence-part-leftclj/s

source

sentence-part-rightclj/s

(sentence-part-right
  {selection-start :selection-start selection-end :selection-end :as state})
source

sentence-stop-patternclj/s

source

word-part-leftclj/s

source

word-part-rightclj/s

(word-part-right
  {selection-start :selection-start selection-end :selection-end :as state})
source

word-stop-patternclj/s

source

word-stop-pattern-incl-whitespaceclj/s

source

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

× close