Liking cljdoc? Tell your friends :D

seesaw.rsyntax

Support for RSyntaxTextArea: http://fifesoft.com/rsyntaxtextarea/index.php

Support for RSyntaxTextArea: http://fifesoft.com/rsyntaxtextarea/index.php
raw docstring

enable-templates!clj

(enable-templates! enabled)
source

get-themeclj

(get-theme ta)
source

rsyntax-textarea-action-mapclj

source

rsyntax-textarea-input-mapclj

source

rtextarea-action-mapclj

source

rtextarea-input-mapclj

source

rtextarea-keymapclj

source

set-themeclj

(set-theme ta theme-cfg)
source

templates-enabled?clj

(templates-enabled?)
source

text-areaclj

(text-area & opts)

Create a new RSyntaxTextArea.

In addition to normal seesaw.core/text stuff, supports the following:

:syntax The syntax highlighting. Defaults to :none. Use seesaw.dev/show-options to get full list.

See: (seesaw.core/text) http://javadoc.fifesoft.com/rsyntaxtextarea/

Create a new RSyntaxTextArea.

In addition to normal seesaw.core/text stuff, supports the following:

  :syntax The syntax highlighting. Defaults to :none. Use
          seesaw.dev/show-options to get full list.

See:
  (seesaw.core/text)
  http://javadoc.fifesoft.com/rsyntaxtextarea/
sourceraw docstring

text-area-optionsclj

source

text-scrollclj

(text-scroll target & opts)

Wrap target in a RTextScrollPane and return the scroll pane.

The first argument is always the widget that should be scrolled. It's followed by zero or more options for the scroll pane.

Additional Options:

:line-numbers? - Whether or not line numbers are visible. :fold-indicator? - Whether the fold indicator is enabled. :icon-row-header? - Whether the icon row header (used for breakpoints, bookmarks, etc.) is enabled

See: http://javadoc.fifesoft.com/rsyntaxtextarea/org/fife/ui/rtextarea/RTextScrollPane.html

Wrap target in a RTextScrollPane and return the scroll pane.

The first argument is always the widget that should be scrolled. It's followed
by zero or more options *for the scroll pane*.

Additional Options:

  :line-numbers? - Whether or not line numbers are visible.
  :fold-indicator? - Whether the fold indicator is enabled.
  :icon-row-header? -  Whether the icon row header (used for breakpoints, bookmarks, etc.) is enabled

See:
  http://javadoc.fifesoft.com/rsyntaxtextarea/org/fife/ui/rtextarea/RTextScrollPane.html
sourceraw docstring

text-scroll-optionsclj

source

themeclj

(theme p & base-font)

load a theme org.fife.ui.rsyntaxtextarea.Theme - return the theme default theme key - Load the theme from fife default theme an i18n keyword - Load the theme from the resource bundle specified theme file path URL string - Load the theme from the given URL java.io.File - Load the theme from the File

load a theme
org.fife.ui.rsyntaxtextarea.Theme - return the theme
default theme key - Load the theme from fife default theme
an i18n keyword  - Load the theme from the resource bundle specified theme file path
URL string       - Load the theme from the given URL
java.io.File     - Load the theme from the File
sourceraw docstring

with-rsyntax-input-action-map-contextcljmacro

(with-rsyntax-input-action-map-context & body)

fix loaded RSyntaxTextArea library multiple times input issue: https://github.com/bobbylight/RSyntaxTextArea/issues/269

fix loaded RSyntaxTextArea library multiple times input issue:
https://github.com/bobbylight/RSyntaxTextArea/issues/269
sourceraw docstring

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

× close