CodePane

trait CodePane
Companion
object
class Object
trait Matchable
class Any

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.

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.

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.

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.

def undoAction: Action