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

get-themeclj

(get-theme ta)
source

set-themeclj

(set-theme ta theme-cfg)
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

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

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

× close