Config

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

Value members

Inherited methods

def code: String

Code to initially execute once the interpreter is initialized.

Code to initially execute once the interpreter is initialized.

Inherited from
ConfigLike
def executeKey: KeyStroke

Key stroke to trigger interpreter execution of selected text

Key stroke to trigger interpreter execution of selected text

Inherited from
ConfigLike
def prependExecutionInfo: Boolean

Whether to prepend an information text with the execution key info to the code pane's text

Whether to prepend an information text with the execution key info to the code pane's text

Inherited from
ConfigLike