Config

trait Config extends ConfigLike
Companion
object
class Object
trait Matchable
class Any

Value members

Inherited methods

def font: Seq[(String, Int)]

A list of preferred font faces, given as pairs of font name and font size. The code pane tries to find the first matching font, therefore put the preferred faces in the beginning of the sequence, and the fall-back faces in the end.

A list of preferred font faces, given as pairs of font name and font size. The code pane tries to find the first matching font, therefore put the preferred faces in the beginning of the sequence, and the fall-back faces in the end.

Inherited from
ConfigLike
def keyMap: Map[KeyStroke, () => Unit]

A map of custom keyboard action bindings

A map of custom keyboard action bindings

Inherited from
ConfigLike
def keyProcessor: KeyEvent => KeyEvent

A pre-processor function for key events

A pre-processor function for key events

Inherited from
ConfigLike
def preferredSize: (Int, Int)

Preferred width and height of the component

Preferred width and height of the component

Inherited from
ConfigLike
def style: Style

The color scheme to use

The color scheme to use

Inherited from
ConfigLike
def text: String

The initial text to be shown in the pane

The initial text to be shown in the pane

Inherited from
ConfigLike