CodePane

de.sciss.scalainterpreter.CodePane
See theCodePane companion object
trait CodePane

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def abortFlash(): Unit
def activeRange: Option[Range]
def activeText: Option[String]

Convenience method for getSelectedText orElse getCurrentTextLine.

Convenience method for getSelectedText orElse getCurrentTextLine.

Attributes

def activeToken: Option[Token]
def clearUndoHistory(): Unit
def component: Component

The peer swing component which can be added to the parent swing container.

The peer swing component which can be added to the parent swing container.

Attributes

def currentLineRange: Option[Range]
def currentTextLine: Option[String]

The text on the current line, or None if the document is empty or unavailable.

The text on the current line, or None if the document is empty or unavailable.

Attributes

def editor: EditorPane
def flash(range: Range): Unit
def getTextSlice(range: Range): String
def installAutoCompletion(interpreter: Interpreter): Unit
def redoAction: Action
def selectedRange: Option[Range]
def selectedText: Option[String]

The currently selected text, or None if no selection has been made.

The currently selected text, or None if no selection has been made.

Attributes

def undoAction: Action