ConfigLike

de.sciss.scalainterpreter.InterpreterPane$.ConfigLike
sealed trait ConfigLike

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def code: String

Code to initially execute once the interpreter is initialized.

Code to initially execute once the interpreter is initialized.

Attributes

def executeKey: KeyStroke

Key stroke to trigger interpreter execution of selected text

Key stroke to trigger interpreter execution of selected text

Attributes

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

Attributes